|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jdt.internal.compiler 中 MethodDeclaration 的使用 |
|---|
| 参数类型为 MethodDeclaration 的 org.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.dispatch 中 MethodDeclaration 的使用 |
|---|
| 参数类型为 MethodDeclaration 的 org.eclipse.jdt.internal.compiler.apt.dispatch 中的方法 | |
|---|---|
boolean |
AnnotationDiscoveryVisitor.visit(MethodDeclaration methodDeclaration,
ClassScope scope)
|
| org.eclipse.jdt.internal.compiler.ast 中 MethodDeclaration 的使用 |
|---|
| org.eclipse.jdt.internal.compiler.ast 中 MethodDeclaration 的子类 | |
|---|---|
class |
AnnotationMethodDeclaration
|
| 声明为 MethodDeclaration 的 org.eclipse.jdt.internal.compiler.ast 中的字段 | |
|---|---|
MethodDeclaration[] |
TypeDeclaration.missingAbstractMethods
|
| 返回 MethodDeclaration 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
MethodDeclaration |
TypeDeclaration.addMissingAbstractMethodFor(MethodBinding methodBinding)
|
| org.eclipse.jdt.internal.compiler.parser 中 MethodDeclaration 的使用 |
|---|
| 返回 MethodDeclaration 的 org.eclipse.jdt.internal.compiler.parser 中的方法 | |
|---|---|
MethodDeclaration |
Parser.convertToMethodDeclaration(ConstructorDeclaration c,
CompilationResult compilationResult)
|
| 参数类型为 MethodDeclaration 的 org.eclipse.jdt.internal.compiler.parser 中的方法 | |
|---|---|
void |
Parser.parse(MethodDeclaration md,
CompilationUnitDeclaration unit)
|
| org.eclipse.jdt.internal.compiler.problem 中 MethodDeclaration 的使用 |
|---|
| 参数类型为 MethodDeclaration 的 org.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)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||