| Package | Description |
|---|---|
| org.sonar.java.ast.parser |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclaratorListTreeImpl |
TreeFactory.completeFieldDeclaration(TypeTree type,
VariableDeclaratorListTreeImpl partial,
InternalSyntaxToken semicolonToken) |
VariableDeclaratorListTreeImpl |
TreeFactory.completeLocalVariableDeclaration(ModifiersTreeImpl modifiers,
TypeTree type,
VariableDeclaratorListTreeImpl variables,
InternalSyntaxToken semicolonSyntaxToken) |
VariableDeclaratorListTreeImpl |
JavaGrammar.FIELD_DECLARATION() |
VariableDeclaratorListTreeImpl |
JavaGrammar.LOCAL_VARIABLE_DECLARATION_STATEMENT() |
VariableDeclaratorListTreeImpl |
TreeFactory.newVariableDeclarators(VariableTreeImpl variable,
com.sonar.sslr.api.typed.Optional<List<TreeFactory.Tuple<InternalSyntaxToken,VariableTreeImpl>>> rests) |
VariableDeclaratorListTreeImpl |
JavaGrammar.VARIABLE_DECLARATORS() |
| Modifier and Type | Method and Description |
|---|---|
VariableDeclaratorListTreeImpl |
TreeFactory.completeFieldDeclaration(TypeTree type,
VariableDeclaratorListTreeImpl partial,
InternalSyntaxToken semicolonToken) |
VariableDeclaratorListTreeImpl |
TreeFactory.completeLocalVariableDeclaration(ModifiersTreeImpl modifiers,
TypeTree type,
VariableDeclaratorListTreeImpl variables,
InternalSyntaxToken semicolonSyntaxToken) |
StatementExpressionListTreeImpl |
TreeFactory.newForInitDeclaration(ModifiersTreeImpl modifiers,
TypeTree type,
VariableDeclaratorListTreeImpl variables) |
BlockStatementListTreeImpl |
TreeFactory.wrapInBlockStatements(VariableDeclaratorListTreeImpl variables) |
Copyright © 2012–2016 SonarSource. All rights reserved.