| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration |
| Modifier and Type | Method and Description |
|---|---|
FormalParametersListTreeImpl |
TreeFactory.completeTypeFormalParameters(ModifiersTreeImpl modifiers,
ExpressionTree type,
FormalParametersListTreeImpl partial) |
LambdaParameterListTreeImpl |
TreeFactory.formalLambdaParameters(FormalParametersListTreeImpl formalParameters) |
MethodTreeImpl |
TreeFactory.newConstructor(com.sonar.sslr.api.AstNode identifierAstNode,
FormalParametersListTreeImpl parameters,
Optional<List<TreeFactory.Tuple<Optional<List<AnnotationTreeImpl>>,TreeFactory.Tuple<com.sonar.sslr.api.AstNode,com.sonar.sslr.api.AstNode>>>> annotatedDimensions,
Optional<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,QualifiedIdentifierListTreeImpl>> throwsClause,
com.sonar.sslr.api.AstNode blockOrSemicolon) |
MethodTreeImpl |
TreeFactory.newMethod(ExpressionTree type,
com.sonar.sslr.api.AstNode identifierAstNode,
FormalParametersListTreeImpl parameters,
Optional<List<TreeFactory.Tuple<Optional<List<AnnotationTreeImpl>>,TreeFactory.Tuple<com.sonar.sslr.api.AstNode,com.sonar.sslr.api.AstNode>>>> annotatedDimensions,
Optional<TreeFactory.Tuple<com.sonar.sslr.api.AstNode,QualifiedIdentifierListTreeImpl>> throwsClause,
com.sonar.sslr.api.AstNode blockOrSemicolon) |
| Modifier and Type | Method and Description |
|---|---|
FormalParametersListTreeImpl |
TreeFactory.completeParenFormalParameters(com.sonar.sslr.api.AstNode openParenTokenAstNode,
Optional<FormalParametersListTreeImpl> partial,
com.sonar.sslr.api.AstNode closeParenTokenAstNode) |
| Constructor and Description |
|---|
MethodTreeImpl(FormalParametersListTreeImpl parameters,
SyntaxToken defaultToken,
ExpressionTree defaultValue) |
MethodTreeImpl(Tree returnType,
IdentifierTree simpleName,
FormalParametersListTreeImpl parameters,
List<ExpressionTree> throwsClauses,
BlockTree block) |
Copyright © 2012–2015 SonarSource. All rights reserved.