Class LexicalModRef
java.lang.Object
com.ibm.wala.cast.ipa.lexical.LexicalModRef
Compute mod-ref information limited to accesses of lexical variables.
-
Constructor Summary
ModifierConstructorDescriptionprotected
LexicalModRef
(CallGraph cg, PointerAnalysis<InstanceKey> pa) -
Method Summary
Modifier and TypeMethodDescriptionCompute the lexical variables possibly modified by eachCGNode
and its transitive callees.Compute the lexical variables possibly read by eachCGNode
and its transitive callees.static LexicalModRef
make
(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
-