| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.problem |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(ArrayAllocationExpression arrayAllocationExpression,
BlockScope scope) |
boolean |
ASTVisitor.visit(ArrayAllocationExpression arrayAllocationExpression,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.cannotDefineDimensionsAndInitializer(ArrayAllocationExpression expresssion) |
void |
ProblemReporter.incorrectLocationForNonEmptyDimension(ArrayAllocationExpression expression,
int index) |
void |
ProblemReporter.mustDefineDimensionsOrInitializer(ArrayAllocationExpression expression) |
Copyright © 2013. All rights reserved.