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