public static class AstIRFactory.AstDefaultIRFactory extends DefaultIRFactory
| Constructor and Description |
|---|
AstDefaultIRFactory() |
AstDefaultIRFactory(AstIRFactory astFactory) |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowGraph |
makeCFG(IMethod method,
Context context) |
IR |
makeIR(IMethod method,
Context context,
SSAOptions options)
Build an SSA
IR for a method in a particular context |
contextIsIrrelevantpublic AstDefaultIRFactory()
public AstDefaultIRFactory(AstIRFactory astFactory)
public IR makeIR(IMethod method, Context context, SSAOptions options)
IRFactoryIR for a method in a particular contextmakeIR in interface IRFactory<IMethod>makeIR in class DefaultIRFactorypublic ControlFlowGraph makeCFG(IMethod method, Context context)
makeCFG in class DefaultIRFactory