Uses of Class
com.github.javaparser.ast.ArrayCreationLevel
Packages that use ArrayCreationLevel
Package
Description
Implementation of model based on JavaParser.
-
Uses of ArrayCreationLevel in com.github.javaparser.ast
Classes in com.github.javaparser.ast that implement interfaces with type arguments of type ArrayCreationLevelModifier and TypeClassDescriptionclassInnew int[1][2];there are two ArrayCreationLevel objects, the first one contains the expression "1", the second the expression "2".Methods in com.github.javaparser.ast that return ArrayCreationLevelModifier and TypeMethodDescriptionArrayCreationLevel.clone()ArrayCreationLevel.removeDimension()ArrayCreationLevel.setAnnotations(NodeList<AnnotationExpr> annotations) ArrayCreationLevel.setDimension(Expression dimension) Sets the dimension -
Uses of ArrayCreationLevel in com.github.javaparser.ast.expr
Methods in com.github.javaparser.ast.expr that return types with arguments of type ArrayCreationLevelMethod parameters in com.github.javaparser.ast.expr with type arguments of type ArrayCreationLevelModifier and TypeMethodDescriptionArrayCreationExpr.setLevels(NodeList<ArrayCreationLevel> levels) Constructor parameters in com.github.javaparser.ast.expr with type arguments of type ArrayCreationLevelModifierConstructorDescriptionArrayCreationExpr(Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerExpr initializer) ArrayCreationExpr(TokenRange tokenRange, Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerExpr initializer) This constructor is used by the parser and is considered private. -
Uses of ArrayCreationLevel in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type ArrayCreationLevelModifier and TypeMethodDescriptionCloneVisitor.visit(ArrayCreationLevel n, Object arg) EqualsVisitor.visit(ArrayCreationLevel n, Visitable arg) GenericListVisitorAdapter.visit(ArrayCreationLevel n, A arg) GenericVisitor.visit(ArrayCreationLevel n, A arg) GenericVisitorAdapter.visit(ArrayCreationLevel n, A arg) GenericVisitorWithDefaults.visit(ArrayCreationLevel n, A arg) HashCodeVisitor.visit(ArrayCreationLevel n, Void arg) ModifierVisitor.visit(ArrayCreationLevel n, A arg) NoCommentEqualsVisitor.visit(ArrayCreationLevel n, Visitable arg) NoCommentHashCodeVisitor.visit(ArrayCreationLevel n, Void arg) voidNodeFinderVisitor.visit(ArrayCreationLevel n, Range arg) ObjectIdentityEqualsVisitor.visit(ArrayCreationLevel n, Visitable arg) ObjectIdentityHashCodeVisitor.visit(ArrayCreationLevel n, Void arg) voidVoidVisitor.visit(ArrayCreationLevel n, A arg) voidVoidVisitorAdapter.visit(ArrayCreationLevel n, A arg) voidVoidVisitorWithDefaults.visit(ArrayCreationLevel n, A arg) -
Uses of ArrayCreationLevel in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type ArrayCreationLevelModifier and TypeMethodDescriptionvoidDefaultPrettyPrinterVisitor.visit(ArrayCreationLevel n, Void arg) voidPrettyPrintVisitor.visit(ArrayCreationLevel n, Void arg) Deprecated. -
Uses of ArrayCreationLevel in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type ArrayCreationLevelModifier and TypeMethodDescriptionDefaultVisitorAdapter.visit(ArrayCreationLevel node, Boolean aBoolean)