| Package | Description |
|---|---|
| com.github.javaparser.ast | |
| com.github.javaparser.ast.expr | |
| com.github.javaparser.ast.visitor |
| Modifier and Type | Method and Description |
|---|---|
ArrayCreationLevel |
ArrayCreationLevel.setAnnotations(NodeList<AnnotationExpr> annotations) |
ArrayCreationLevel |
ArrayCreationLevel.setDimension(Optional<Expression> 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,
Optional<ArrayInitializerExpr> initializer) |
ArrayCreationExpr(Type<?> elementType,
NodeList<ArrayCreationLevel> levels,
Optional<ArrayInitializerExpr> initializer) |
| Modifier and Type | Method and Description |
|---|---|
R |
GenericVisitor.visit(ArrayCreationLevel n,
A arg) |
void |
VoidVisitor.visit(ArrayCreationLevel n,
A arg) |
void |
VoidVisitorAdapter.visit(ArrayCreationLevel n,
A arg) |
Node |
ModifierVisitorAdapter.visit(ArrayCreationLevel n,
A arg) |
R |
GenericVisitorAdapter.visit(ArrayCreationLevel n,
A arg) |
Boolean |
EqualsVisitor.visit(ArrayCreationLevel n1,
Node arg) |
void |
DumpVisitor.visit(ArrayCreationLevel n,
Object arg) |
Node |
CloneVisitor.visit(ArrayCreationLevel _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.