NewArrayTreeImpl |
TreeFactory.completeArrayCreator(Optional<List<AnnotationTreeImpl>> annotations,
NewArrayTreeImpl partial) |
Tree |
TreeFactory.completeTypeArgument(Optional<List<AnnotationTreeImpl>> annotations,
Tree partial) |
TypeParameterTreeImpl |
TreeFactory.completeTypeParameter(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<TypeParameterTreeImpl> partial) |
ExpressionTree |
TreeFactory.newAnnotatedParameterizedIdentifier(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<TypeArgumentListTreeImpl> typeArguments) |
ArrayAccessExpressionTreeImpl |
TreeFactory.newArrayAccessExpression(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode openBracketTokenAstNode,
ExpressionTree index,
com.sonar.sslr.api.AstNode closeBracketTokenAstNode) |
JavaTree.PrimitiveTypeTreeImpl |
TreeFactory.newBasicType(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode basicType) |
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) |
EnumConstantTreeImpl |
TreeFactory.newEnumConstant(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode identifierAstNode,
Optional<ArgumentListTreeImpl> arguments,
Optional<ClassTreeImpl> classBody,
Optional<com.sonar.sslr.api.AstNode> semicolonTokenAstNode) |
ExpressionTree |
TreeFactory.newExpression(com.sonar.sslr.api.AstNode newToken,
Optional<List<AnnotationTreeImpl>> annotations,
ExpressionTree partial) |
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) |
ExpressionTree |
TreeFactory.newPackageDeclaration(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode packageTokenAstNode,
ExpressionTree qualifiedIdentifier,
com.sonar.sslr.api.AstNode semicolonTokenAstNode) |
FormalParametersListTreeImpl |
TreeFactory.newVariableArgumentFormalParameter(Optional<List<AnnotationTreeImpl>> annotations,
com.sonar.sslr.api.AstNode ellipsisTokenAstNode,
VariableTreeImpl variable) |
JavaTree.WildcardTreeImpl |
TreeFactory.newWildcardTypeArguments(com.sonar.sslr.api.AstNode extendsOrSuperTokenAstNode,
Optional<List<AnnotationTreeImpl>> annotations,
ExpressionTree type) |