public interface SSAContextInterpreter extends RTAContextInterpreter
Modifier and Type | Method and Description |
---|---|
ControlFlowGraph<SSAInstruction,ISSABasicBlock> |
getCFG(CGNode n) |
DefUse |
getDU(CGNode node) |
IR |
getIR(CGNode node) |
int |
getNumberOfStatements(CGNode node) |
iterateFieldsRead, iterateFieldsWritten, iterateNewSites, recordFactoryType
iterateCallSites, understands
IR getIR(CGNode node)
DefUse getDU(CGNode node)
int getNumberOfStatements(CGNode node)
ControlFlowGraph<SSAInstruction,ISSABasicBlock> getCFG(CGNode n)