public class MatchLabel extends java.lang.Object implements IFlowLabel
IFlowLabel.IFlowLabelVisitor| Modifier and Type | Method and Description |
|---|---|
MatchBarLabel |
bar() |
boolean |
isBarred() |
java.lang.String |
toString() |
static MatchLabel |
v() |
void |
visit(IFlowLabel.IFlowLabelVisitor v,
java.lang.Object dst) |
public static MatchLabel v()
public void visit(IFlowLabel.IFlowLabelVisitor v, java.lang.Object dst) throws java.lang.IllegalArgumentException
visit in interface IFlowLabeljava.lang.IllegalArgumentExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic MatchBarLabel bar()
bar in interface IFlowLabelpublic boolean isBarred()
isBarred in interface IFlowLabel