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

使用 MethodDeclaration 的软件包
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.compilerMethodDeclaration 的使用
 

参数类型为 MethodDeclarationorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(MethodDeclaration methodDeclaration, ClassScope scope)
           
 void ClassFile.generateMissingAbstractMethods(MethodDeclaration[] methodDeclarations, CompilationResult compilationResult)
          INTERNAL USE-ONLY Generate the byte for problem method infos that correspond to missing abstract methods.
 boolean ASTVisitor.visit(MethodDeclaration methodDeclaration, ClassScope scope)
           
 

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

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

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

org.eclipse.jdt.internal.compiler.astMethodDeclaration 的子类
 class AnnotationMethodDeclaration
           
 

声明为 MethodDeclarationorg.eclipse.jdt.internal.compiler.ast 中的字段
 MethodDeclaration[] TypeDeclaration.missingAbstractMethods
           
 

返回 MethodDeclarationorg.eclipse.jdt.internal.compiler.ast 中的方法
 MethodDeclaration TypeDeclaration.addMissingAbstractMethodFor(MethodBinding methodBinding)
           
 

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

返回 MethodDeclarationorg.eclipse.jdt.internal.compiler.parser 中的方法
 MethodDeclaration Parser.convertToMethodDeclaration(ConstructorDeclaration c, CompilationResult compilationResult)
           
 

参数类型为 MethodDeclarationorg.eclipse.jdt.internal.compiler.parser 中的方法
 void Parser.parse(MethodDeclaration md, CompilationUnitDeclaration unit)
           
 

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

参数类型为 MethodDeclarationorg.eclipse.jdt.internal.compiler.problem 中的方法
 void ProblemReporter.invalidAnnotationMemberType(MethodDeclaration methodDecl)
           
 void ProblemReporter.methodCanBeDeclaredStatic(MethodDeclaration methodDecl)
           
 void ProblemReporter.methodCanBePotentiallyDeclaredStatic(MethodDeclaration methodDecl)
           
 void ProblemReporter.methodNeedingNoBody(MethodDeclaration methodDecl)
           
 void ProblemReporter.methodWithConstructorName(MethodDeclaration methodDecl)
           
 void ProblemReporter.returnTypeCannotBeVoidArray(MethodDeclaration methodDecl)
           
 



Copyright © 2013. All Rights Reserved.