Class LexicalModRef
java.lang.Object
com.ibm.wala.cast.ipa.lexical.LexicalModRef
Compute mod-ref information limited to accesses of lexical variables.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLexicalModRef(CallGraph cg, PointerAnalysis<InstanceKey> pa) -
Method Summary
Modifier and TypeMethodDescriptionCompute the lexical variables possibly modified by eachCGNodeand its transitive callees.Compute the lexical variables possibly read by eachCGNodeand its transitive callees.static LexicalModRefmake(CallGraph cg, PointerAnalysis<InstanceKey> pa) protected Collection<Pair<CGNode, String>> protected Collection<Pair<CGNode, String>>
-
Constructor Details
-
LexicalModRef
-
-
Method Details
-
make
-
computeLexicalRef
-
computeLexicalMod
-
scanNodeForLexReads
-
scanNodeForLexWrites
-