| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration | |
| org.sonar.java.model.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentListTreeImpl |
class |
BlockStatementListTreeImpl |
class |
BoundListTreeImpl |
class |
FormalParametersListTreeImpl |
class |
InitializerListTreeImpl |
class |
LambdaParameterListTreeImpl |
class |
ModuleNameTreeImpl |
class |
QualifiedIdentifierListTreeImpl |
class |
ResourceListTreeImpl |
class |
StatementExpressionListTreeImpl |
class |
TypeParameterListTreeImpl |
class |
TypeUnionListTreeImpl |
class |
VariableDeclaratorListTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
ModuleDirectiveTree |
TreeFactory.newExportsModuleDirective(InternalSyntaxToken exportsKeyword,
ExpressionTree packageName,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,ListTreeImpl<ModuleNameTree>>> moduleNames,
InternalSyntaxToken semicolonToken) |
ModuleDirectiveTree |
TreeFactory.newOpensModuleDirective(InternalSyntaxToken opensKeyword,
ExpressionTree packageName,
com.sonar.sslr.api.typed.Optional<TreeFactory.Tuple<InternalSyntaxToken,ListTreeImpl<ModuleNameTree>>> moduleNames,
InternalSyntaxToken semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
ModifiersTreeImpl |
class |
ModuleNameListTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeArgumentListTreeImpl |
Copyright © 2012–2017 SonarSource. All rights reserved.