public abstract class ContextInsensitiveRTAInterpreter extends ContextInsensitiveCHAContextInterpreter implements RTAContextInterpreter, SSAContextInterpreter
| Constructor and Description |
|---|
ContextInsensitiveRTAInterpreter(AnalysisCache cache) |
| Modifier and Type | Method and Description |
|---|---|
AnalysisCache |
getAnalysisCache() |
Iterator<FieldReference> |
iterateFieldsRead(CGNode node) |
Iterator<FieldReference> |
iterateFieldsWritten(CGNode node) |
Iterator<NewSiteReference> |
iterateNewSites(CGNode node) |
boolean |
recordFactoryType(CGNode node,
IClass klass)
record that the "factory" method of a node should be interpreted to allocate a particular class.
|
iterateCallSites, understandsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCFG, getDU, getIR, getNumberOfStatementsiterateCallSites, understandspublic ContextInsensitiveRTAInterpreter(AnalysisCache cache)
public AnalysisCache getAnalysisCache()
public Iterator<NewSiteReference> iterateNewSites(CGNode node)
iterateNewSites in interface RTAContextInterpreterpublic Iterator<FieldReference> iterateFieldsRead(CGNode node)
iterateFieldsRead in interface RTAContextInterpreterpublic Iterator<FieldReference> iterateFieldsWritten(CGNode node)
iterateFieldsWritten in interface RTAContextInterpreterpublic boolean recordFactoryType(CGNode node, IClass klass)
RTAContextInterpreterrecordFactoryType in interface RTAContextInterpreterCopyright © 2015. All rights reserved.