Class LexicalVarVertex
java.lang.Object
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.LexicalVarVertex
A lexical access vertex represents a lexical variable, i.e., a local variable that is accessed
from within a nested function. It is identified by the name of its defining function, and its own
name.
- Author:
- mschaefer
-
Method Summary
Methods inherited from class Vertex
toSourceLevelStringModifier and TypeMethodDescriptionIf possible, returns a String representation ofthisthat refers to source-level entities rather thatn WALA-internal ones (e.g., source-level variable names rather than SSA value numbers).