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