Class AstIRFactory<T extends IMethod>
java.lang.Object
com.ibm.wala.cast.ir.ssa.AstIRFactory<T>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AstIRFactory.AstDefaultIRFactory<T extends IMethod>
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
contextIsIrrelevant
(IMethod method) Does this factory always return the same IR for a method, regardless of context?ControlFlowGraph
<?, ?> makeIR
(IMethod method, Context context, SSAOptions options) Build an SSAIR
for a method in a particular context
-
Constructor Details
-
AstIRFactory
public AstIRFactory()
-
-
Method Details
-
makeCFG
-
makeIR
-
makeDefaultFactory
-
contextIsIrrelevant
-