public class CreationSiteVertex extends Vertex implements ObjectVertex
| Constructor and Description |
|---|
CreationSiteVertex(com.ibm.wala.classLoader.IMethod node,
int instructionIndex,
com.ibm.wala.types.TypeReference createdType) |
| 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) |
com.ibm.wala.classLoader.IMethod |
getMethod() |
public CreationSiteVertex(com.ibm.wala.classLoader.IMethod node,
int instructionIndex,
com.ibm.wala.types.TypeReference createdType)
public com.ibm.wala.classLoader.IClass getConcreteType()
getConcreteType in interface com.ibm.wala.ipa.callgraph.propagation.InstanceKeypublic com.ibm.wala.classLoader.IMethod getMethod()
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 <T> T accept(VertexVisitor<T> visitor)
Copyright © 2017. All rights reserved.