public class PutFieldLabel extends Object implements IFlowLabel
IFlowLabel.IFlowLabelVisitor| Modifier and Type | Method and Description |
|---|---|
PutFieldBarLabel |
bar() |
boolean |
equals(Object obj) |
IField |
getField() |
int |
hashCode() |
boolean |
isBarred() |
static PutFieldLabel |
make(IField field) |
String |
toString() |
void |
visit(IFlowLabel.IFlowLabelVisitor v,
Object dst) |
public static PutFieldLabel make(IField field)
public IField getField()
public void visit(IFlowLabel.IFlowLabelVisitor v, Object dst) throws IllegalArgumentException
visit in interface IFlowLabelIllegalArgumentExceptionpublic PutFieldBarLabel bar()
bar in interface IFlowLabelpublic boolean isBarred()
isBarred in interface IFlowLabel