public class ContextInsensitiveCHAContextInterpreter extends java.lang.Object implements CHAContextInterpreter
| Constructor and Description |
|---|
ContextInsensitiveCHAContextInterpreter() |
| 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.
|
public ContextInsensitiveCHAContextInterpreter()
public boolean understands(CGNode node)
CHAContextInterpreterunderstands in interface CHAContextInterpreterpublic java.util.Iterator<CallSiteReference> iterateCallSites(CGNode node)
iterateCallSites in interface CHAContextInterpreterpublic java.util.Iterator<NewSiteReference> iterateNewSites(CGNode node)
iterateNewSites in interface CHAContextInterpreter