Class AstIRFactory<T extends IMethod>
java.lang.Object
com.ibm.wala.cast.ir.ssa.AstIRFactory<T>
- All Implemented Interfaces:
IRFactory<T>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAstIRFactory.AstDefaultIRFactory<T extends IMethod>static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancontextIsIrrelevant(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 SSAIRfor a method in a particular context
-
Constructor Details
-
AstIRFactory
public AstIRFactory()
-
-
Method Details
-
makeCFG
-
makeIR
-
makeDefaultFactory
-
contextIsIrrelevant
-