public class AssignBarLabel extends Object implements IFlowLabelWithFilter
IFlowLabel.IFlowLabelVisitor
Modifier and Type | Method and Description |
---|---|
AssignLabel |
bar() |
boolean |
equals(Object obj) |
FilteredPointerKey.TypeFilter |
getFilter() |
int |
hashCode() |
boolean |
isBarred() |
static AssignBarLabel |
make(FilteredPointerKey.TypeFilter filter) |
static AssignBarLabel |
noFilter() |
void |
visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
public static AssignBarLabel noFilter()
public static AssignBarLabel make(FilteredPointerKey.TypeFilter filter)
public AssignLabel bar()
bar
in interface IFlowLabel
public void visit(IFlowLabel.IFlowLabelVisitor v, Object dst) throws IllegalArgumentException
visit
in interface IFlowLabel
IllegalArgumentException
public boolean isBarred()
isBarred
in interface IFlowLabel
public FilteredPointerKey.TypeFilter getFilter()
getFilter
in interface IFlowLabelWithFilter