Uses of Class
org.sonar.java.model.expression.NewClassTreeImpl
-
Packages that use NewClassTreeImpl Package Description org.sonar.java.ast.parser org.sonar.java.model.declaration org.sonar.java.model.expression -
-
Uses of NewClassTreeImpl in org.sonar.java.ast.parser
Methods in org.sonar.java.ast.parser that return NewClassTreeImpl Modifier and Type Method Description NewClassTreeImpl
JavaGrammar. CLASS_CREATOR_REST()
NewClassTreeImpl
TreeFactory. newClassCreatorRest(ArgumentListTreeImpl arguments, com.sonar.sslr.api.typed.Optional<ClassTreeImpl> classBody)
Methods in org.sonar.java.ast.parser with parameters of type NewClassTreeImpl Modifier and Type Method Description ExpressionTree
TreeFactory. newClassCreator(com.sonar.sslr.api.typed.Optional<TypeArgumentListTreeImpl> typeArguments, TypeTree qualifiedIdentifier, NewClassTreeImpl classCreatorRest)
-
Uses of NewClassTreeImpl in org.sonar.java.model.declaration
Constructors in org.sonar.java.model.declaration with parameters of type NewClassTreeImpl Constructor Description EnumConstantTreeImpl(ModifiersTree modifiers, IdentifierTree simpleName, NewClassTreeImpl initializer, InternalSyntaxToken separatorToken)
-
Uses of NewClassTreeImpl in org.sonar.java.model.expression
Methods in org.sonar.java.model.expression that return NewClassTreeImpl Modifier and Type Method Description NewClassTreeImpl
NewClassTreeImpl. completeWithEnclosingExpression(ExpressionTree enclosingExpression)
NewClassTreeImpl
NewClassTreeImpl. completeWithIdentifier(TypeTree identifier)
NewClassTreeImpl
NewClassTreeImpl. completeWithNewKeyword(SyntaxToken newKeyword)
NewClassTreeImpl
NewClassTreeImpl. completeWithTypeArguments(TypeArgumentListTreeImpl typeArguments)
-