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)
CHAContextInterpreterunderstands in interface CHAContextInterpreterpublic Iterator<CallSiteReference> iterateCallSites(CGNode node)
iterateCallSites in interface CHAContextInterpreterCopyright © 2015. All rights reserved.