| 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.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(Range range,
Type elementType,
NodeList<ArrayCreationLevel> levels,
ArrayInitializerExpr initializer) |
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) |
Visitable |
CloneVisitor.visit(ArrayCreationLevel _n,
Object _arg) |
Boolean |
EqualsVisitor.visit(ArrayCreationLevel n1,
Visitable arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrettyPrintVisitor.visit(ArrayCreationLevel n,
Void arg) |
Copyright © 2007–2016. All rights reserved.