|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jdt.internal.compiler 中 CategorizedProblem 的使用 |
|---|
| 声明为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler 中的字段 | |
|---|---|
CategorizedProblem[] |
CompilationResult.problems
|
CategorizedProblem[] |
CompilationResult.tasks
|
| 返回 CategorizedProblem 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
CategorizedProblem |
IProblemFactory.createProblem(char[] originatingFileName,
int problemId,
String[] problemArguments,
int elaborationId,
String[] messageArguments,
int severity,
int startPosition,
int endPosition,
int lineNumber,
int columnNumber)
Answer a new IProblem created according to the parameters values. |
CategorizedProblem |
IProblemFactory.createProblem(char[] originatingFileName,
int problemId,
String[] problemArguments,
String[] messageArguments,
int severity,
int startPosition,
int endPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem[] |
CompilationResult.getAllProblems()
|
CategorizedProblem[] |
CompilationResult.getErrors()
Answer the errors encountered during compilation. |
CategorizedProblem[] |
CompilationResult.getProblems()
Answer the problems (errors and warnings) encountered during compilation. |
CategorizedProblem[] |
CompilationResult.getTasks()
Answer the tasks (TO-DO, ...) encountered during compilation. |
| 参数类型为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
ClassFile.addProblemClinit(CategorizedProblem[] problems)
INTERNAL USE-ONLY Generate the byte for a problem clinit method info that correspond to a boggus method. |
void |
ClassFile.addProblemConstructor(AbstractMethodDeclaration method,
MethodBinding methodBinding,
CategorizedProblem[] problems)
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor. |
void |
ClassFile.addProblemConstructor(AbstractMethodDeclaration method,
MethodBinding methodBinding,
CategorizedProblem[] problems,
int savedOffset)
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor. |
void |
ClassFile.addProblemMethod(AbstractMethodDeclaration method,
MethodBinding methodBinding,
CategorizedProblem[] problems)
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method. |
void |
ClassFile.addProblemMethod(AbstractMethodDeclaration method,
MethodBinding methodBinding,
CategorizedProblem[] problems,
int savedOffset)
INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method. |
void |
CompilationResult.record(CategorizedProblem newProblem,
ReferenceContext referenceContext)
|
void |
CompilationResult.removeProblem(CategorizedProblem problem)
|
| org.eclipse.jdt.internal.compiler.apt.dispatch 中 CategorizedProblem 的使用 |
|---|
| org.eclipse.jdt.internal.compiler.apt.dispatch 中 CategorizedProblem 的子类 | |
|---|---|
class |
AptProblem
|
| org.eclipse.jdt.internal.compiler.ast 中 CategorizedProblem 的使用 |
|---|
| 参数类型为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
void |
TypeDeclaration.abort(int abortLevel,
CategorizedProblem problem)
|
void |
CompilationUnitDeclaration.abort(int abortLevel,
CategorizedProblem problem)
|
void |
AbstractMethodDeclaration.abort(int abortLevel,
CategorizedProblem problem)
|
| org.eclipse.jdt.internal.compiler.batch 中 CategorizedProblem 的使用 |
|---|
| 参数类型为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.batch 中的方法 | |
|---|---|
void |
Main.addExtraProblems(CategorizedProblem problem)
|
int |
Main.Logger.logProblems(CategorizedProblem[] problems,
char[] unitSource,
Main currentMain)
|
| org.eclipse.jdt.internal.compiler.impl 中 CategorizedProblem 的使用 |
|---|
| 参数类型为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.impl 中的方法 | |
|---|---|
void |
ReferenceContext.abort(int abortLevel,
CategorizedProblem problem)
|
| org.eclipse.jdt.internal.compiler.problem 中 CategorizedProblem 的使用 |
|---|
| org.eclipse.jdt.internal.compiler.problem 中 CategorizedProblem 的子类 | |
|---|---|
class |
DefaultProblem
|
| 声明为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.problem 中的字段 | |
|---|---|
CategorizedProblem |
AbortCompilation.problem
|
| 返回 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
CategorizedProblem |
ProblemHandler.createProblem(char[] fileName,
int problemId,
String[] problemArguments,
int elaborationId,
String[] messageArguments,
int severity,
int problemStartPosition,
int problemEndPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem |
DefaultProblemFactory.createProblem(char[] originatingFileName,
int problemId,
String[] problemArguments,
int elaborationId,
String[] messageArguments,
int severity,
int startPosition,
int endPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem |
ProblemHandler.createProblem(char[] fileName,
int problemId,
String[] problemArguments,
String[] messageArguments,
int severity,
int problemStartPosition,
int problemEndPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem |
DefaultProblemFactory.createProblem(char[] originatingFileName,
int problemId,
String[] problemArguments,
String[] messageArguments,
int severity,
int startPosition,
int endPosition,
int lineNumber,
int columnNumber)
Answer a new IProblem created according to the parameters value originatingFileName the name of the file name from which the problem is originated problemId the problem id problemArguments the fully qualified arguments recorded inside the problem messageArguments the arguments needed to set the error message (shorter names than problemArguments ones) severity the severity of the problem startPosition the starting position of the problem endPosition the end position of the problem lineNumber the line on which the problem occured |
| 参数类型为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
String |
DefaultProblemFactory.localizedMessage(CategorizedProblem problem)
|
void |
ProblemHandler.record(CategorizedProblem problem,
CompilationResult unitResult,
ReferenceContext referenceContext)
|
| 参数类型为 CategorizedProblem 的 org.eclipse.jdt.internal.compiler.problem 中的构造方法 | |
|---|---|
AbortCompilation(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
AbortCompilationUnit(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
AbortMethod(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
AbortType(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||