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 |
contextIsIrrelevant
public AstDefaultIRFactory()
public AstDefaultIRFactory(AstIRFactory astFactory)
public IR makeIR(IMethod method, Context context, SSAOptions options)
IRFactory
IR
for a method in a particular contextmakeIR
in interface IRFactory<IMethod>
makeIR
in class DefaultIRFactory
public ControlFlowGraph makeCFG(IMethod method, Context context)
makeCFG
in class DefaultIRFactory