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.
Author:
mschaefer