| Modifier and Type | Class and Description |
|---|---|
static class |
AstIRFactory.AstDefaultIRFactory |
class |
AstIRFactory.AstIR |
| Constructor and Description |
|---|
AstIRFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contextIsIrrelevant(IMethod method)
Does this factory always return the same IR for a method, regardless of context?
|
ControlFlowGraph |
makeCFG(IMethod method,
Context context) |
static IRFactory<IMethod> |
makeDefaultFactory() |
IR |
makeIR(IMethod method,
Context context,
SSAOptions options)
Build an SSA
IR for a method in a particular context |
public ControlFlowGraph makeCFG(IMethod method, Context context)
public IR makeIR(IMethod method, Context context, SSAOptions options)
IRFactoryIR for a method in a particular context