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, recordFactoryTypeiterateCallSites, understandsIR getIR(CGNode node)
DefUse getDU(CGNode node)
int getNumberOfStatements(CGNode node)
ControlFlowGraph<SSAInstruction,ISSABasicBlock> getCFG(CGNode n)
Copyright © 2015. All rights reserved.