public class ParamBarLabel extends CallLabel
IFlowLabel.IFlowLabelVisitor| Modifier and Type | Method and Description |
|---|---|
ParamLabel |
bar() |
boolean |
isBarred() |
static ParamBarLabel |
make(CallerSiteContext callSite) |
java.lang.String |
toString() |
void |
visit(IFlowLabel.IFlowLabelVisitor v,
java.lang.Object dst) |
equals, getCallSite, hashCodepublic static ParamBarLabel make(CallerSiteContext callSite)
public ParamLabel bar()
public void visit(IFlowLabel.IFlowLabelVisitor v, java.lang.Object dst) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentExceptionpublic boolean isBarred()
public java.lang.String toString()
toString in class java.lang.Object