|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IdentifierTree | |
|---|---|
| org.sonar.plugins.java.api.tree | Provides interfaces to represent Java source code as abstract syntax trees (AST). |
| Uses of IdentifierTree in org.sonar.plugins.java.api.tree |
|---|
| Methods in org.sonar.plugins.java.api.tree that return IdentifierTree | |
|---|---|
IdentifierTree |
MemberSelectExpressionTree.identifier()
|
IdentifierTree |
LabeledStatementTree.label()
|
IdentifierTree |
BreakStatementTree.label()
|
IdentifierTree |
ContinueStatementTree.label()
|
IdentifierTree |
MethodTree.simpleName()
|
IdentifierTree |
ClassTree.simpleName()
|
IdentifierTree |
VariableTree.simpleName()
|
IdentifierTree |
EnumConstantTree.simpleName()
|
| Methods in org.sonar.plugins.java.api.tree with parameters of type IdentifierTree | |
|---|---|
void |
BaseTreeVisitor.visitIdentifier(IdentifierTree tree)
|
void |
TreeVisitor.visitIdentifier(IdentifierTree tree)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||