|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CategorizedProblem | |
|---|---|
| org.eclipse.jdt.core.compiler | This package contains compiler associated infrastructure APIs. |
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.batch | |
| org.eclipse.jdt.internal.compiler.impl | |
| org.eclipse.jdt.internal.compiler.problem | |
| org.eclipse.jdt.internal.core.util | |
| Uses of CategorizedProblem in org.eclipse.jdt.core.compiler |
|---|
| Methods in org.eclipse.jdt.core.compiler that return CategorizedProblem | |
|---|---|
CategorizedProblem[] |
ReconcileContext.getProblems(java.lang.String markerType)
Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type. |
| Methods in org.eclipse.jdt.core.compiler with parameters of type CategorizedProblem | |
|---|---|
void |
ReconcileContext.putProblems(java.lang.String markerType,
CategorizedProblem[] problems)
Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type. |
void |
BuildContext.recordNewProblems(CategorizedProblem[] newProblems)
Record new problems to report against this compilationUnit. |
| Uses of CategorizedProblem in org.eclipse.jdt.internal.compiler |
|---|
| Fields in org.eclipse.jdt.internal.compiler declared as CategorizedProblem | |
|---|---|
CategorizedProblem[] |
CompilationResult.problems
|
CategorizedProblem[] |
CompilationResult.tasks
|
| Methods in org.eclipse.jdt.internal.compiler that return CategorizedProblem | |
|---|---|
CategorizedProblem |
IProblemFactory.createProblem(char[] originatingFileName,
int problemId,
java.lang.String[] problemArguments,
int elaborationId,
java.lang.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,
java.lang.String[] problemArguments,
java.lang.String[] messageArguments,
int severity,
int startPosition,
int endPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem[] |
CompilationResult.getAllProblems()
|
CategorizedProblem[] |
CompilationResult.getCUProblems()
Same as getProblems() but don't answer problems that actually concern the enclosing package. |
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. |
| Methods in org.eclipse.jdt.internal.compiler with parameters of type CategorizedProblem | |
|---|---|
void |
ISourceElementRequestor.acceptProblem(CategorizedProblem problem)
|
void |
IDocumentElementRequestor.acceptProblem(CategorizedProblem problem)
|
void |
SourceElementRequestorAdapter.acceptProblem(CategorizedProblem problem)
|
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.record(CategorizedProblem newProblem,
ReferenceContext referenceContext,
boolean mandatoryError)
|
void |
CompilationResult.removeProblem(CategorizedProblem problem)
|
| Uses of CategorizedProblem in org.eclipse.jdt.internal.compiler.ast |
|---|
| Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type CategorizedProblem | |
|---|---|
void |
TypeDeclaration.abort(int abortLevel,
CategorizedProblem problem)
|
void |
LambdaExpression.abort(int abortLevel,
CategorizedProblem problem)
|
void |
CompilationUnitDeclaration.abort(int abortLevel,
CategorizedProblem problem)
|
void |
AbstractMethodDeclaration.abort(int abortLevel,
CategorizedProblem problem)
|
boolean |
CompilationUnitDeclaration.isSuppressed(CategorizedProblem problem)
|
| Uses of CategorizedProblem in org.eclipse.jdt.internal.compiler.batch |
|---|
| Methods in org.eclipse.jdt.internal.compiler.batch with parameters of type CategorizedProblem | |
|---|---|
void |
Main.addExtraProblems(CategorizedProblem problem)
|
int |
Main.Logger.logProblems(CategorizedProblem[] problems,
char[] unitSource,
Main currentMain)
|
| Uses of CategorizedProblem in org.eclipse.jdt.internal.compiler.impl |
|---|
| Methods in org.eclipse.jdt.internal.compiler.impl with parameters of type CategorizedProblem | |
|---|---|
void |
ReferenceContext.abort(int abortLevel,
CategorizedProblem problem)
|
| Uses of CategorizedProblem in org.eclipse.jdt.internal.compiler.problem |
|---|
| Subclasses of CategorizedProblem in org.eclipse.jdt.internal.compiler.problem | |
|---|---|
class |
DefaultProblem
|
| Fields in org.eclipse.jdt.internal.compiler.problem declared as CategorizedProblem | |
|---|---|
CategorizedProblem |
AbortCompilation.problem
|
| Methods in org.eclipse.jdt.internal.compiler.problem that return CategorizedProblem | |
|---|---|
CategorizedProblem |
DefaultProblemFactory.createProblem(char[] originatingFileName,
int problemId,
java.lang.String[] problemArguments,
int elaborationId,
java.lang.String[] messageArguments,
int severity,
int startPosition,
int endPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem |
ProblemHandler.createProblem(char[] fileName,
int problemId,
java.lang.String[] problemArguments,
int elaborationId,
java.lang.String[] messageArguments,
int severity,
int problemStartPosition,
int problemEndPosition,
int lineNumber,
int columnNumber)
|
CategorizedProblem |
DefaultProblemFactory.createProblem(char[] originatingFileName,
int problemId,
java.lang.String[] problemArguments,
java.lang.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 |
ProblemHandler.createProblem(char[] fileName,
int problemId,
java.lang.String[] problemArguments,
java.lang.String[] messageArguments,
int severity,
int problemStartPosition,
int problemEndPosition,
int lineNumber,
int columnNumber)
|
| Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type CategorizedProblem | |
|---|---|
java.lang.String |
DefaultProblemFactory.localizedMessage(CategorizedProblem problem)
|
void |
ProblemHandler.record(CategorizedProblem problem,
CompilationResult unitResult,
ReferenceContext referenceContext,
boolean mandatoryError)
|
| Constructors in org.eclipse.jdt.internal.compiler.problem with parameters of type CategorizedProblem | |
|---|---|
AbortCompilation(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
AbortCompilationUnit(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
AbortMethod(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
AbortType(CompilationResult compilationResult,
CategorizedProblem problem)
|
|
| Uses of CategorizedProblem in org.eclipse.jdt.internal.core.util |
|---|
| Fields in org.eclipse.jdt.internal.core.util declared as CategorizedProblem | |
|---|---|
CategorizedProblem[] |
RecordedParsingInformation.problems
|
| Constructors in org.eclipse.jdt.internal.core.util with parameters of type CategorizedProblem | |
|---|---|
RecordedParsingInformation(CategorizedProblem[] problems,
int[] lineEnds,
int[][] commentPositions)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||