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 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 CallerSiteContextcallSite
-
Constructor Summary
Constructors Modifier Constructor Description protectedCallLabel(CallerSiteContext callSite)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)CallerSiteContextgetCallSite()inthashCode()-
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)
-
-