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

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

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

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

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

org.eclipse.jdt.internal.compiler.astAllocationExpression 的子类
 class JavadocAllocationExpression
           
 class QualifiedAllocationExpression
          Variation on allocation, where can optionally be specified any of: - leading enclosing instance - trailing anonymous type - generic type arguments for generic constructor invocation
 

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

参数类型为 AllocationExpressionorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.cannotInferElidedTypes(AllocationExpression allocationExpression)
           
 void ProblemReporter.unusedObjectAllocation(AllocationExpression allocationExpression)
           
 



Copyright © 2013. All Rights Reserved.