| 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(List<AnnotationExpr> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<ArrayCreationLevel> |
ArrayCreationExpr.getLevels() |
| Modifier and Type | Method and Description |
|---|---|
ArrayCreationExpr |
ArrayCreationExpr.setLevels(List<ArrayCreationLevel> levels) |
| Constructor and Description |
|---|
ArrayCreationExpr(Range range,
Type type,
List<ArrayCreationLevel> levels,
ArrayInitializerExpr initializer) |
ArrayCreationExpr(Type type,
List<ArrayCreationLevel> levels,
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.