public interface CHAContextInterpreter
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<CallSiteReference> |
iterateCallSites(CGNode node) |
java.util.Iterator<NewSiteReference> |
iterateNewSites(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)
java.util.Iterator<CallSiteReference> iterateCallSites(CGNode node)
java.util.Iterator<NewSiteReference> iterateNewSites(CGNode node)