Class ReflectiveCallVertex
java.lang.Object
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.Vertex
com.ibm.wala.cast.js.callgraph.fieldbased.flowgraph.vertices.ReflectiveCallVertex
-
Constructor Summary
ConstructorDescriptionReflectiveCallVertex
(FuncVertex caller, CallSiteReference site, JavaScriptInvoke invk) -
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(VertexVisitor<T> visitor) getSite()
If possible, returns a String representation ofthis
that refers to source-level entities rather thatn WALA-internal ones (e.g., source-level variable names rather than SSA value numbers).toString()
-
Constructor Details
-
ReflectiveCallVertex
-
-
Method Details
-
getCaller
-
getSite
-
getInstruction
-
accept
-
toString
-
toSourceLevelString
Description copied from class:Vertex
If possible, returns a String representation ofthis
that refers to source-level entities rather thatn WALA-internal ones (e.g., source-level variable names rather than SSA value numbers). By default, just returns the results ofObject.toString()
- Overrides:
toSourceLevelString
in classVertex
-