Package | Description |
---|---|
org.sonar.java.ast.parser | |
org.sonar.java.model.declaration | |
org.sonar.java.model.expression |
Modifier and Type | Method and Description |
---|---|
NewClassTreeImpl |
JavaGrammar.CLASS_CREATOR_REST() |
NewClassTreeImpl |
TreeFactory.newClassCreatorRest(ArgumentListTreeImpl arguments,
com.sonar.sslr.api.typed.Optional<ClassTreeImpl> classBody) |
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
TreeFactory.newClassCreator(com.sonar.sslr.api.typed.Optional<TypeArgumentListTreeImpl> typeArguments,
TypeTree qualifiedIdentifier,
NewClassTreeImpl classCreatorRest) |
Constructor and Description |
---|
EnumConstantTreeImpl(ModifiersTree modifiers,
IdentifierTree simpleName,
NewClassTreeImpl initializer,
InternalSyntaxToken separatorToken) |
Modifier and Type | Method and Description |
---|---|
NewClassTreeImpl |
NewClassTreeImpl.completeWithEnclosingExpression(ExpressionTree enclosingExpression) |
NewClassTreeImpl |
NewClassTreeImpl.completeWithIdentifier(TypeTree identifier) |
NewClassTreeImpl |
NewClassTreeImpl.completeWithNewKeyword(SyntaxToken newKeyword) |
NewClassTreeImpl |
NewClassTreeImpl.completeWithTypeArguments(TypeArgumentListTreeImpl typeArguments) |
Copyright © 2012–2016 SonarSource. All rights reserved.