Interface Symbol.LabelSymbol
- All Known Implementing Classes:
JLabelSymbol
- Enclosing interface:
Symbol
public static interface Symbol.LabelSymbol
Label symbol. Note: this is not a Symbol per say.
-
Method Details
-
name
String name()Name of that label. -
usages
List<IdentifierTree> usages()Usages tree of this label. -
declaration
LabeledStatementTree declaration()Declaration tree of this label.
-