Class PropVertex
- java.lang.Object
-
- com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
-
- com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.PropVertex
-
- All Implemented Interfaces:
com.ibm.wala.ipa.callgraph.propagation.PointerKey
public class PropVertex extends Vertex implements com.ibm.wala.ipa.callgraph.propagation.PointerKey
A property vertex represents all properties with a given name.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(VertexVisitor<T> visitor)java.lang.StringgetPropName()java.lang.StringtoString()-
Methods inherited from class com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
toSourceLevelString
-
-
-
-
Method Detail
-
getPropName
public java.lang.String getPropName()
-
accept
public <T> T accept(VertexVisitor<T> visitor)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-