public interface CHAContextInterpreter
Modifier and Type | Method and Description |
---|---|
Iterator<CallSiteReference> |
iterateCallSites(CGNode node) |
boolean |
understands(CGNode node)
Does this object understand the given method? The caller had better check this before inquiring on other properties.
|
boolean understands(CGNode node)
Iterator<CallSiteReference> iterateCallSites(CGNode node)