public class FuncVertex extends Vertex implements ObjectVertex
| Modifier and Type | Field and Description |
|---|---|
protected com.ibm.wala.classLoader.IClass |
klass |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(VertexVisitor<T> visitor) |
com.ibm.wala.classLoader.IClass |
getConcreteType() |
Iterator<com.ibm.wala.util.collections.Pair<com.ibm.wala.ipa.callgraph.CGNode,com.ibm.wala.classLoader.NewSiteReference>> |
getCreationSites(com.ibm.wala.ipa.callgraph.CallGraph CG) |
String |
getFullName() |
String |
toString() |
public String getFullName()
public <T> T accept(VertexVisitor<T> visitor)
public Iterator<com.ibm.wala.util.collections.Pair<com.ibm.wala.ipa.callgraph.CGNode,com.ibm.wala.classLoader.NewSiteReference>> getCreationSites(com.ibm.wala.ipa.callgraph.CallGraph CG)
getCreationSites in interface com.ibm.wala.ipa.callgraph.propagation.InstanceKeypublic com.ibm.wala.classLoader.IClass getConcreteType()
getConcreteType in interface com.ibm.wala.ipa.callgraph.propagation.InstanceKeyCopyright © 2017. All rights reserved.