public class CallVertex extends Vertex
new expression.| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(VertexVisitor<T> visitor) |
FuncVertex |
getCaller() |
JavaScriptInvoke |
getInstruction() |
com.ibm.wala.classLoader.CallSiteReference |
getSite() |
boolean |
isNew()
Does this call vertex correspond to a
new instruction? |
String |
toString() |
public FuncVertex getCaller()
public com.ibm.wala.classLoader.CallSiteReference getSite()
public JavaScriptInvoke getInstruction()
public boolean isNew()
new instruction?public <T> T accept(VertexVisitor<T> visitor)
Copyright © 2017. All rights reserved.