|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ArrayBinding | |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.codegen | |
| org.eclipse.jdt.internal.compiler.lookup | |
| Uses of ArrayBinding in org.eclipse.jdt.internal.compiler.ast |
|---|
| Fields in org.eclipse.jdt.internal.compiler.ast declared as ArrayBinding | |
|---|---|
ArrayBinding |
ArrayInitializer.binding
|
| Uses of ArrayBinding in org.eclipse.jdt.internal.compiler.codegen |
|---|
| Methods in org.eclipse.jdt.internal.compiler.codegen with parameters of type ArrayBinding | |
|---|---|
void |
CodeStream.invokeJavaLangEnumValues(TypeBinding enumBinding,
ArrayBinding arrayBinding)
|
void |
CodeStream.newArray(ArrayBinding arrayBinding)
|
void |
TypeAnnotationCodeStream.newArray(TypeReference typeReference,
ArrayAllocationExpression allocationExpression,
ArrayBinding arrayBinding)
|
void |
CodeStream.newArray(TypeReference typeReference,
ArrayAllocationExpression allocationExpression,
ArrayBinding arrayBinding)
|
| Uses of ArrayBinding in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Methods in org.eclipse.jdt.internal.compiler.lookup that return ArrayBinding | |
|---|---|
ArrayBinding |
Scope.createArrayType(TypeBinding type,
int dimension)
|
ArrayBinding |
LookupEnvironment.createArrayType(TypeBinding leafComponentType,
int dimensionCount)
|
ArrayBinding |
Scope.createArrayType(TypeBinding type,
int dimension,
AnnotationBinding[] annotations)
|
ArrayBinding |
LookupEnvironment.createArrayType(TypeBinding leafComponentType,
int dimensionCount,
AnnotationBinding[] annotations)
|
ArrayBinding |
TypeSystem.getArrayType(TypeBinding leafType,
int dimensions)
|
ArrayBinding |
AnnotatableTypeSystem.getArrayType(TypeBinding leaftType,
int dimensions)
|
ArrayBinding |
TypeSystem.getArrayType(TypeBinding leafComponentType,
int dimensions,
AnnotationBinding[] annotations)
|
ArrayBinding |
AnnotatableTypeSystem.getArrayType(TypeBinding leafType,
int dimensions,
AnnotationBinding[] annotations)
|
| Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type ArrayBinding | |
|---|---|
SyntheticMethodBinding |
SourceTypeBinding.addSyntheticArrayMethod(ArrayBinding arrayType,
int purpose)
|
MethodBinding |
Scope.findMethodForArray(ArrayBinding receiverType,
char[] selector,
TypeBinding[] argumentTypes,
InvocationSite invocationSite)
|
boolean |
TypeBindingVisitor.visit(ArrayBinding arrayBinding)
|
| Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type ArrayBinding | |
|---|---|
SyntheticMethodBinding(int purpose,
ArrayBinding arrayType,
char[] selector,
SourceTypeBinding declaringClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||