Uses of Class
com.github.javaparser.ast.ArrayCreationLevel
Packages that use ArrayCreationLevel
Package
Description
-
Uses of ArrayCreationLevel in com.github.javaparser.ast
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
Fields in com.github.javaparser.ast.expr with type parameters of type ArrayCreationLevelMethods 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) void
NodeFinderVisitor.visit
(ArrayCreationLevel n, Range arg) ObjectIdentityEqualsVisitor.visit
(ArrayCreationLevel n, Visitable arg) ObjectIdentityHashCodeVisitor.visit
(ArrayCreationLevel n, Void arg) void
VoidVisitor.visit
(ArrayCreationLevel n, A arg) void
VoidVisitorAdapter.visit
(ArrayCreationLevel n, A arg) void
VoidVisitorWithDefaults.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 TypeMethodDescriptionvoid
DefaultPrettyPrinterVisitor.visit
(ArrayCreationLevel n, Void arg) void
PrettyPrintVisitor.visit
(ArrayCreationLevel n, Void arg) Deprecated.