JavaSymbol.JavaLabelSymbol
public static interface Symbol.LabelSymbol
Modifier and Type | Method | Description |
---|---|---|
LabeledStatementTree |
declaration() |
Declaration tree of this label.
|
String |
name() |
Name of that label.
|
List<IdentifierTree> |
usages() |
Usages tree of this label.
|
String name()
List<IdentifierTree> usages()
LabeledStatementTree declaration()
Copyright © 2012–2018 SonarSource. All rights reserved.