Class PrototypeFieldVertex
- java.lang.Object
-
- com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
-
- com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.PrototypeFieldVertex
-
- All Implemented Interfaces:
com.ibm.wala.ipa.callgraph.propagation.PointerKey
public class PrototypeFieldVertex extends Vertex implements com.ibm.wala.ipa.callgraph.propagation.PointerKey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrototypeFieldVertex.PrototypeField
-
Constructor Summary
Constructors Constructor Description PrototypeFieldVertex(PrototypeFieldVertex.PrototypeField field, ObjectVertex type)
-
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
-
-
-
-
Constructor Detail
-
PrototypeFieldVertex
public PrototypeFieldVertex(PrototypeFieldVertex.PrototypeField field, ObjectVertex type)
-
-
Method Detail
-
accept
public <T> T accept(VertexVisitor<T> visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-