|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Tree.Kind | |
|---|---|
| org.sonar.plugins.java.api.tree | Provides interfaces to represent Java source code as abstract syntax trees (AST). |
| Uses of Tree.Kind in org.sonar.plugins.java.api.tree |
|---|
| Methods in org.sonar.plugins.java.api.tree that return Tree.Kind | |
|---|---|
static Tree.Kind |
Tree.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Tree.Kind[] |
Tree.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.sonar.plugins.java.api.tree with parameters of type Tree.Kind | |
|---|---|
boolean |
Tree.is(Tree.Kind kind)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||