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