| Package | Description |
|---|---|
| com.github.javaparser.ast | |
| com.github.javaparser.ast.expr | |
| com.github.javaparser.ast.visitor | |
| com.github.javaparser.printer |
| Modifier and Type | Method and 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 and Description |
|---|---|
NodeList<ArrayCreationLevel> |
ArrayCreationExpr.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
ArrayCreationExpr |
ArrayCreationExpr.setLevels(NodeList<ArrayCreationLevel> levels) |
| Constructor and Description |
|---|
ArrayCreationExpr(TokenRange tokenRange,
Type elementType,
NodeList<ArrayCreationLevel> levels,
ArrayInitializerExpr initializer)
This constructor is used by the parser and is considered private.
|
ArrayCreationExpr(Type elementType,
NodeList<ArrayCreationLevel> levels,
ArrayInitializerExpr initializer) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(ArrayCreationLevel n,
A arg) |
Visitable |
ModifierVisitor.visit(ArrayCreationLevel n,
A arg) |
void |
VoidVisitor.visit(ArrayCreationLevel n,
A arg) |
void |
VoidVisitorAdapter.visit(ArrayCreationLevel n,
A arg) |
R |
GenericVisitorAdapter.visit(ArrayCreationLevel n,
A arg) |
List<R> |
GenericListVisitorAdapter.visit(ArrayCreationLevel n,
A arg) |
Visitable |
CloneVisitor.visit(ArrayCreationLevel n,
Object arg) |
Boolean |
EqualsVisitor.visit(ArrayCreationLevel n,
Visitable arg) |
Integer |
HashCodeVisitor.visit(ArrayCreationLevel n,
Void arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.visit(ArrayCreationLevel n,
Void arg) |
Copyright © 2007–2017. All rights reserved.