| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.codegen | |
| org.eclipse.jdt.internal.compiler.lookup |
| Modifier and Type | Field and Description |
|---|---|
ArrayBinding |
ArrayInitializer.binding |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeStream.invokeJavaLangEnumValues(TypeBinding enumBinding,
ArrayBinding arrayBinding) |
void |
CodeStream.newArray(ArrayBinding arrayBinding) |
| Modifier and Type | Field and Description |
|---|---|
ArrayBinding[] |
LocalTypeBinding.localArrayBindings |
| Modifier and Type | Method and Description |
|---|---|
ArrayBinding |
Scope.createArrayType(TypeBinding type,
int dimension) |
ArrayBinding |
LookupEnvironment.createArrayType(TypeBinding leafComponentType,
int dimensionCount) |
| Modifier and Type | Method and Description |
|---|---|
MethodBinding |
Scope.findMethodForArray(ArrayBinding receiverType,
char[] selector,
TypeBinding[] argumentTypes,
InvocationSite invocationSite) |
Copyright © 2013. All rights reserved.