Class ArgumentSpecialization.ArgumentSpecializationContextIntepreter
- java.lang.Object
-
- com.ibm.wala.ipa.callgraph.cha.ContextInsensitiveCHAContextInterpreter
-
- com.ibm.wala.ipa.callgraph.propagation.rta.ContextInsensitiveRTAInterpreter
-
- com.ibm.wala.ipa.callgraph.propagation.cfa.ContextInsensitiveSSAInterpreter
-
- com.ibm.wala.cast.ipa.callgraph.AstContextInsensitiveSSAContextInterpreter
-
- com.ibm.wala.cast.js.ipa.callgraph.ArgumentSpecialization.ArgumentSpecializationContextIntepreter
-
- All Implemented Interfaces:
com.ibm.wala.ipa.callgraph.cha.CHAContextInterpreter,com.ibm.wala.ipa.callgraph.propagation.rta.RTAContextInterpreter,com.ibm.wala.ipa.callgraph.propagation.SSAContextInterpreter
- Enclosing class:
- ArgumentSpecialization
public static class ArgumentSpecialization.ArgumentSpecializationContextIntepreter extends com.ibm.wala.cast.ipa.callgraph.AstContextInsensitiveSSAContextInterpreter
-
-
Constructor Summary
Constructors Constructor Description ArgumentSpecializationContextIntepreter(com.ibm.wala.ipa.callgraph.AnalysisOptions options, com.ibm.wala.ipa.callgraph.IAnalysisCacheView cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.wala.ssa.DefUsegetDU(com.ibm.wala.ipa.callgraph.CGNode node)com.ibm.wala.ssa.IRgetIR(com.ibm.wala.ipa.callgraph.CGNode node)-
Methods inherited from class com.ibm.wala.cast.ipa.callgraph.AstContextInsensitiveSSAContextInterpreter
iterateCallSites, iterateNewSites, understands
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.cfa.ContextInsensitiveSSAInterpreter
getCFG, getIRView, getNumberOfStatements, recordFactoryType
-
Methods inherited from class com.ibm.wala.ipa.callgraph.propagation.rta.ContextInsensitiveRTAInterpreter
getAnalysisCache, iterateFieldsRead, iterateFieldsWritten
-
Methods inherited from class com.ibm.wala.ipa.callgraph.cha.ContextInsensitiveCHAContextInterpreter
understands
-
-
-
-
Method Detail
-
getIR
public com.ibm.wala.ssa.IR getIR(com.ibm.wala.ipa.callgraph.CGNode node)
- Specified by:
getIRin interfacecom.ibm.wala.ipa.callgraph.propagation.SSAContextInterpreter- Overrides:
getIRin classcom.ibm.wala.ipa.callgraph.propagation.cfa.ContextInsensitiveSSAInterpreter
-
getDU
public com.ibm.wala.ssa.DefUse getDU(com.ibm.wala.ipa.callgraph.CGNode node)
- Specified by:
getDUin interfacecom.ibm.wala.ipa.callgraph.propagation.SSAContextInterpreter- Overrides:
getDUin classcom.ibm.wala.ipa.callgraph.propagation.cfa.ContextInsensitiveSSAInterpreter
-
-