类 org.eclipse.jdt.internal.compiler.ast.ArrayAllocationExpression
的使用

使用 ArrayAllocationExpression 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compilerArrayAllocationExpression 的使用
 

参数类型为 ArrayAllocationExpressionorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)
           
 boolean ASTVisitor.visit(ArrayAllocationExpression arrayAllocationExpression, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.problemArrayAllocationExpression 的使用
 

参数类型为 ArrayAllocationExpressionorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.cannotDefineDimensionsAndInitializer(ArrayAllocationExpression expresssion)
           
 void ProblemReporter.incorrectLocationForNonEmptyDimension(ArrayAllocationExpression expression, int index)
           
 void ProblemReporter.mustDefineDimensionsOrInitializer(ArrayAllocationExpression expression)
           
 



Copyright © 2013. All Rights Reserved.