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