Package com.ibm.wala.demandpa.flowgraph
Class CallLabel
- java.lang.Object
-
- com.ibm.wala.demandpa.flowgraph.CallLabel
-
- All Implemented Interfaces:
IFlowLabel
- Direct Known Subclasses:
ParamBarLabel
,ParamLabel
,ReturnBarLabel
,ReturnLabel
public abstract class CallLabel extends java.lang.Object implements IFlowLabel
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.ibm.wala.demandpa.flowgraph.IFlowLabel
IFlowLabel.IFlowLabelVisitor
-
-
Field Summary
Fields Modifier and Type Field Description protected CallerSiteContext
callSite
-
Constructor Summary
Constructors Modifier Constructor Description protected
CallLabel(CallerSiteContext callSite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
CallerSiteContext
getCallSite()
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.wala.demandpa.flowgraph.IFlowLabel
bar, isBarred, visit
-
-
-
-
Field Detail
-
callSite
protected final CallerSiteContext callSite
-
-
Constructor Detail
-
CallLabel
protected CallLabel(CallerSiteContext callSite)
-
-
Method Detail
-
getCallSite
public CallerSiteContext getCallSite()
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-