Uses of Class
com.github.javaparser.ast.ArrayCreationLevel
-
Packages that use ArrayCreationLevel Package Description com.github.javaparser.ast com.github.javaparser.ast.expr com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of ArrayCreationLevel in com.github.javaparser.ast
Methods in com.github.javaparser.ast that return ArrayCreationLevel Modifier and Type Method Description ArrayCreationLevel
ArrayCreationLevel. clone()
ArrayCreationLevel
ArrayCreationLevel. removeDimension()
ArrayCreationLevel
ArrayCreationLevel. setAnnotations(NodeList<AnnotationExpr> annotations)
ArrayCreationLevel
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 ArrayCreationLevel Modifier and Type Method Description NodeList<ArrayCreationLevel>
ArrayCreationExpr. getLevels()
Method parameters in com.github.javaparser.ast.expr with type arguments of type ArrayCreationLevel Modifier and Type Method Description ArrayCreationExpr
ArrayCreationExpr. setLevels(NodeList<ArrayCreationLevel> levels)
Constructor parameters in com.github.javaparser.ast.expr with type arguments of type ArrayCreationLevel Constructor Description ArrayCreationExpr(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 ArrayCreationLevel Modifier and Type Method Description Visitable
CloneVisitor. visit(ArrayCreationLevel n, Object arg)
Boolean
EqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(ArrayCreationLevel n, A arg)
R
GenericVisitor. visit(ArrayCreationLevel n, A arg)
R
GenericVisitorAdapter. visit(ArrayCreationLevel n, A arg)
R
GenericVisitorWithDefaults. visit(ArrayCreationLevel n, A arg)
Integer
HashCodeVisitor. visit(ArrayCreationLevel n, Void arg)
Visitable
ModifierVisitor. visit(ArrayCreationLevel n, A arg)
Boolean
NoCommentEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(ArrayCreationLevel n, Void arg)
void
NodeFinderVisitor. visit(ArrayCreationLevel n, Range arg)
Boolean
ObjectIdentityEqualsVisitor. visit(ArrayCreationLevel n, Visitable arg)
Integer
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 ArrayCreationLevel Modifier and Type Method Description void
DefaultPrettyPrinterVisitor. visit(ArrayCreationLevel n, Void arg)
void
PrettyPrintVisitor. visit(ArrayCreationLevel n, Void arg)
Deprecated.
-