Package com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices
package com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices
-
ClassDescriptionVisitor class for
Vertex
.A return vertex represents the 'arguments' array of a given function.A call vertex represents the possible callees of a function call ornew
expression.A function vertex represents a function object (or, more precisely, all function objects arising from a single function expression or declaration).A lexical access vertex represents a lexical variable, i.e., a local variable that is accessed from within a nested function.A parameter vertex represents a positional parameter of a function.A property vertex represents all properties with a given name.A return vertex represents all return values of a given function.The unknown vertex is used to model complicated data flow.A variable vertex represents an SSA variable inside a given function.Class representing a flow graph vertex.A vertex factory is associated with a flow graph.