public static interface Symbol.LabelSymbol
Modifier and Type | Method and 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–2016 SonarSource. All rights reserved.