public class GlobalVertex extends Vertex implements ObjectVertex
| Modifier and Type | Field and Description |
|---|---|
static GlobalVertex |
global |
| 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) |
static GlobalVertex |
instance() |
public static final GlobalVertex global
public static GlobalVertex instance()
public com.ibm.wala.classLoader.IClass getConcreteType()
getConcreteType in interface com.ibm.wala.ipa.callgraph.propagation.InstanceKeypublic 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.