Class UnknownVertex
java.lang.Object
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.UnknownVertex
The unknown vertex is used to model complicated data flow. For instance, thrown exceptions flow
into Unknown, and catch blocks read their values from it.
- Author:
- mschaefer
-
Field Summary
Fields -
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).