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

使用 ConstructorDeclaration 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.apt.dispatch   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
 

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

参数类型为 ConstructorDeclarationorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(ConstructorDeclaration constructorDeclaration, ClassScope scope)
           
 boolean ASTVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope)
           
 

org.eclipse.jdt.internal.compiler.apt.dispatchConstructorDeclaration 的使用
 

参数类型为 ConstructorDeclarationorg.eclipse.jdt.internal.compiler.apt.dispatch 中的方法
 boolean AnnotationDiscoveryVisitor.visit(ConstructorDeclaration constructorDeclaration, ClassScope scope)
           
 

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

返回 ConstructorDeclarationorg.eclipse.jdt.internal.compiler.ast 中的方法
 ConstructorDeclaration TypeDeclaration.createDefaultConstructor(boolean needExplicitConstructorCall, boolean needToInsert)
           
 

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

参数类型为 ConstructorDeclarationorg.eclipse.jdt.internal.compiler.parser 中的方法
 MethodDeclaration Parser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult)
           
 void Parser.parse(ConstructorDeclaration cd, CompilationUnitDeclaration unit, boolean recordLineSeparator)
           
 

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

参数类型为 ConstructorDeclarationorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.annotationTypeDeclarationCannotHaveConstructor(ConstructorDeclaration constructorDeclaration)
           
 void ProblemReporter.interfaceCannotHaveConstructors(ConstructorDeclaration constructor)
           
 void ProblemReporter.unusedPrivateConstructor(ConstructorDeclaration constructorDecl)
           
 



Copyright © 2013. All Rights Reserved.