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 NewClassTreeImplJavaGrammar. CLASS_CREATOR_REST()NewClassTreeImplTreeFactory. 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 ExpressionTreeTreeFactory. 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 NewClassTreeImplNewClassTreeImpl. completeWithEnclosingExpression(ExpressionTree enclosingExpression)NewClassTreeImplNewClassTreeImpl. completeWithIdentifier(TypeTree identifier)NewClassTreeImplNewClassTreeImpl. completeWithNewKeyword(SyntaxToken newKeyword)NewClassTreeImplNewClassTreeImpl. completeWithTypeArguments(TypeArgumentListTreeImpl typeArguments)
-