Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
Packages, die ArrayAllocationExpression verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ ArrayAllocationExpressionModifizierer und TypMethodeBeschreibungASTConverter.convert(ArrayAllocationExpression expression) -
Verwendungen von ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist.complete mit Parametern vom Typ ArrayAllocationExpressionModifizierer und TypMethodeBeschreibungvoidCompletionNodeDetector.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) booleanCompletionNodeDetector.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) -
Verwendungen von ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ ArrayAllocationExpressionModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) booleanASTVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) booleanGenericAstVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope) -
Verwendungen von ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ ArrayAllocationExpressionModifizierer und TypMethodeBeschreibungvoidArrayInitializer.generateCode(TypeReference typeReference, ArrayAllocationExpression allocationExpression, BlockScope currentScope, CodeStream codeStream, boolean valueRequired) Code generation for a array initializer -
Verwendungen von ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.codegen mit Parametern vom Typ ArrayAllocationExpressionModifizierer und TypMethodeBeschreibungvoidCodeStream.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) -
Verwendungen von ArrayAllocationExpression in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ ArrayAllocationExpressionModifizierer und TypMethodeBeschreibungvoidProblemReporter.cannotDefineDimensionsAndInitializer(ArrayAllocationExpression expresssion) voidProblemReporter.incorrectLocationForNonEmptyDimension(ArrayAllocationExpression expression, int index) voidProblemReporter.mustDefineDimensionsOrInitializer(ArrayAllocationExpression expression)