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