Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
Packages that use ArrayAllocationExpression
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type ArrayAllocationExpression -
Uses of ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ArrayAllocationExpressionModifier and TypeMethodDescriptionvoidCompletionNodeDetector.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) booleanCompletionNodeDetector.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) -
Uses of ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type ArrayAllocationExpressionModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) booleanASTVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) booleanGenericAstVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) -
Uses of ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type ArrayAllocationExpressionModifier and TypeMethodDescriptionvoidArrayInitializer.generateCode(TypeReference typeReference, ArrayAllocationExpression allocationExpression, BlockScope currentScope, CodeStream codeStream, boolean valueRequired) Code generation for a array initializer -
Uses of ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.codegen with parameters of type ArrayAllocationExpressionModifier and TypeMethodDescriptionvoidCodeStream.multianewarray(TypeReference typeReference, TypeBinding typeBinding, int dimensions, ArrayAllocationExpression allocationExpression) voidTypeAnnotationCodeStream.multianewarray(TypeReference typeReference, TypeBinding typeBinding, int dimensions, ArrayAllocationExpression allocationExpression) voidCodeStream.newArray(TypeReference typeReference, ArrayAllocationExpression allocationExpression, ArrayBinding arrayBinding) voidTypeAnnotationCodeStream.newArray(TypeReference typeReference, ArrayAllocationExpression allocationExpression, ArrayBinding arrayBinding) -
Uses of ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.problem with parameters of type ArrayAllocationExpressionModifier and TypeMethodDescriptionvoidProblemReporter.cannotDefineDimensionsAndInitializer(ArrayAllocationExpression expresssion) voidProblemReporter.incorrectLocationForNonEmptyDimension(ArrayAllocationExpression expression, int index) voidProblemReporter.mustDefineDimensionsOrInitializer(ArrayAllocationExpression expression)