|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jdt.internal.compiler 中 Parser 的使用 |
|---|
| 声明为 Parser 的 org.eclipse.jdt.internal.compiler 中的字段 | |
|---|---|
Parser |
Compiler.parser
|
| org.eclipse.jdt.internal.compiler.ast 中 Parser 的使用 |
|---|
| 参数类型为 Parser 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
boolean |
TypeDeclaration.checkConstructors(Parser parser)
Check for constructor vs. method with no return type. |
void |
TypeDeclaration.parseMethods(Parser parser,
CompilationUnitDeclaration unit)
|
void |
MethodDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit)
|
void |
ConstructorDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit)
|
void |
Clinit.parseStatements(Parser parser,
CompilationUnitDeclaration unit)
|
void |
AnnotationMethodDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit)
|
abstract void |
AbstractMethodDeclaration.parseStatements(Parser parser,
CompilationUnitDeclaration unit)
Fill up the method body with statement |
void |
Initializer.parseStatements(Parser parser,
TypeDeclaration typeDeclaration,
CompilationUnitDeclaration unit)
|
| org.eclipse.jdt.internal.compiler.parser 中 Parser 的使用 |
|---|
| 声明为 Parser 的 org.eclipse.jdt.internal.compiler.parser 中的字段 | |
|---|---|
protected Parser |
RecoveredElement.recoveringParser
|
protected Parser |
AbstractCommentParser.sourceParser
|
| 返回 Parser 的 org.eclipse.jdt.internal.compiler.parser 中的方法 | |
|---|---|
Parser |
RecoveredElement.parser()
|
| 参数类型为 Parser 的 org.eclipse.jdt.internal.compiler.parser 中的构造方法 | |
|---|---|
AbstractCommentParser(Parser sourceParser)
|
|
JavadocParser(Parser sourceParser)
|
|
RecoveredElement(RecoveredElement parent,
int bracketBalance,
Parser parser)
|
|
RecoveredField(FieldDeclaration fieldDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser)
|
|
RecoveredInitializer(FieldDeclaration fieldDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser)
|
|
RecoveredMethod(AbstractMethodDeclaration methodDeclaration,
RecoveredElement parent,
int bracketBalance,
Parser parser)
|
|
RecoveredUnit(CompilationUnitDeclaration unitDeclaration,
int bracketBalance,
Parser parser)
|
|
| org.eclipse.jdt.internal.compiler.parser.diagnose 中 Parser 的使用 |
|---|
| 参数类型为 Parser 的 org.eclipse.jdt.internal.compiler.parser.diagnose 中的构造方法 | |
|---|---|
DiagnoseParser(Parser parser,
int firstToken,
int start,
int end,
CompilerOptions options)
|
|
DiagnoseParser(Parser parser,
int firstToken,
int start,
int end,
int[] intervalStartToSkip,
int[] intervalEndToSkip,
int[] intervalFlagsToSkip,
CompilerOptions options)
|
|
| org.eclipse.jdt.internal.compiler.problem 中 Parser 的使用 |
|---|
| 参数类型为 Parser 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
void |
ProblemReporter.scannerError(Parser parser,
String errorTokenName)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||