public class JumpTreeImpl extends BaseTreeImpl implements JumpTree
JumpTree.JumpKind| Constructor and Description |
|---|
JumpTreeImpl(TreeMetaData metaData,
Token keyword,
JumpTree.JumpKind kind,
IdentifierTree label) |
| Modifier and Type | Method and Description |
|---|---|
List<Tree> |
children() |
Token |
keyword() |
JumpTree.JumpKind |
kind() |
IdentifierTree |
label() |
metaDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdescendants, metaData, textRangepublic JumpTreeImpl(TreeMetaData metaData, Token keyword, JumpTree.JumpKind kind, @Nullable IdentifierTree label)
@CheckForNull public IdentifierTree label()
public JumpTree.JumpKind kind()
Copyright © 2009–2018 SonarSource. All rights reserved.