| Package | Description |
|---|---|
| org.sonar.java.model | |
| org.sonar.java.model.declaration | |
| org.sonar.java.resolve | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method and Description |
|---|---|
Modifier |
KindMaps.getModifier(JavaKeyword keyword) |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
ModifierKeywordTreeImpl.modifier() |
| Modifier and Type | Method and Description |
|---|---|
List<Modifier> |
ModifiersTreeImpl.modifiers() |
| Constructor and Description |
|---|
ModifierKeywordTreeImpl(Modifier modifier,
com.sonar.sslr.api.AstNode astNode) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Flags.flagForModifier(Modifier modifier) |
| Modifier and Type | Method and Description |
|---|---|
Modifier |
ModifierKeywordTree.modifier() |
static Modifier |
Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Modifier> |
ModifiersTree.modifiers() |
Copyright © 2012–2015 SonarSource. All rights reserved.