| 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 |
ArrayInitializer.generateCode(TypeReference typeReference,
ArrayAllocationExpression allocationExpression,
BlockScope currentScope,
CodeStream codeStream,
boolean valueRequired)
Code generation for a array initializer
|
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAnnotationCodeStream.multianewarray(TypeReference typeReference,
TypeBinding typeBinding,
int dimensions,
ArrayAllocationExpression allocationExpression) |
void |
CodeStream.multianewarray(TypeReference typeReference,
TypeBinding typeBinding,
int dimensions,
ArrayAllocationExpression allocationExpression) |
void |
TypeAnnotationCodeStream.newArray(TypeReference typeReference,
ArrayAllocationExpression allocationExpression,
ArrayBinding arrayBinding) |
void |
CodeStream.newArray(TypeReference typeReference,
ArrayAllocationExpression allocationExpression,
ArrayBinding arrayBinding) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProblemReporter.cannotDefineDimensionsAndInitializer(ArrayAllocationExpression expresssion) |
void |
ProblemReporter.incorrectLocationForNonEmptyDimension(ArrayAllocationExpression expression,
int index) |
void |
ProblemReporter.mustDefineDimensionsOrInitializer(ArrayAllocationExpression expression) |
Copyright © 2015. All rights reserved.