| Class and Description |
|---|
| CallVertex
A call vertex represents the possible callees of a function call or
new expression. |
| FuncVertex
A function vertex represents a function object (or, more precisely, all function objects
arising from a single function expression or declaration).
|
| ObjectVertex |
| Vertex
Class representing a flow graph vertex.
|
| Class and Description |
|---|
| FuncVertex
A function vertex represents a function object (or, more precisely, all function objects
arising from a single function expression or declaration).
|
| ObjectVertex |
| Vertex
Class representing a flow graph vertex.
|
| VertexFactory
A vertex factory is associated with a flow graph.
|
| Class and Description |
|---|
| 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.
|
| ObjectVertex |
| ParamVertex
A parameter vertex represents a positional parameter of a function.
|
| PropVertex
A property vertex represents all properties with a given name.
|
| PrototypeFieldVertex |
| PrototypeFieldVertex.PrototypeField |
| 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.
|
| VertexVisitor |
| Class and Description |
|---|
| ObjectVertex |
Copyright © 2017. All rights reserved.