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
-
public class UnknownVertex extends Vertex
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.
-
-
Field Summary
Fields Modifier and Type Field Description static UnknownVertexINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(VertexVisitor<T> visitor)java.lang.StringtoString()-
Methods inherited from class com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
toSourceLevelString
-
-
-
-
Field Detail
-
INSTANCE
public static final UnknownVertex INSTANCE
-
-
Method Detail
-
accept
public <T> T accept(VertexVisitor<T> visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-