Package | Description |
---|---|
com.github.javaparser.ast | |
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor | |
com.github.javaparser.printer |
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
|
Modifier and Type | Method | Description |
---|---|---|
NodeList<ArrayCreationLevel> |
ArrayCreationExpr.getLevels() |
Modifier and Type | Method | Description |
---|---|---|
ArrayCreationExpr |
ArrayCreationExpr.setLevels(NodeList<ArrayCreationLevel> levels) |
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.
|
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) |
|
Integer |
HashCodeVisitor.visit(ArrayCreationLevel n,
Void arg) |
|
Visitable |
ModifierVisitor.visit(ArrayCreationLevel n,
A 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) |
Modifier and Type | Method | Description |
---|---|---|
void |
PrettyPrintVisitor.visit(ArrayCreationLevel n,
Void arg) |
Copyright © 2007–2019. All rights reserved.