| AbstractVertexVisitor<T> |
|
| ArgVertex |
A return vertex represents the 'arguments' array of a given function.
|
| CallVertex |
A call vertex represents the possible callees of a function call or new expression.
|
| CreationSiteVertex |
|
| FuncVertex |
A function vertex represents a function object (or, more precisely, all function objects arising
from a single function expression or declaration).
|
| GlobalVertex |
|
| LexicalVarVertex |
A lexical access vertex represents a lexical variable, i.e., a local variable that is accessed
from within a nested function.
|
| ParamVertex |
A parameter vertex represents a positional parameter of a function.
|
| PropVertex |
A property vertex represents all properties with a given name.
|
| PrototypeFieldVertex |
|
| ReflectiveCallVertex |
|
| RetVertex |
A return vertex represents all return values of a given function.
|
| UnknownVertex |
The unknown vertex is used to model complicated data flow.
|
| VarVertex |
A variable vertex represents an SSA variable inside a given function.
|
| Vertex |
Class representing a flow graph vertex.
|
| VertexFactory |
A vertex factory is associated with a flow graph.
|