public class LabelStatement extends BodyStatement
| Constructor and Description |
|---|
LabelStatement(Attributes attr,
Name labelName) |
| Modifier and Type | Method and Description |
|---|---|
BodyStatement |
accept(Transformer tf) |
Name |
labelName() |
LabelStatement |
update(Name labelName) |
LabelStatement |
with(Object o) |
LabelStatement |
withAttributes(Attributes attr) |
attributes, line, sourceInfopublic LabelStatement(Attributes attr, Name labelName)
public Name labelName()
public LabelStatement update(Name labelName)
public LabelStatement withAttributes(Attributes attr)
public LabelStatement with(Object o)
public BodyStatement accept(Transformer tf)
accept in class BodyStatementCopyright © 2016–2017. All rights reserved.