Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.compiler.CategorizedProblem
Packages, die CategorizedProblem verwenden
Package
Beschreibung
This package contains compiler associated infrastructure APIs.
-
Verwendungen von CategorizedProblem in org.aspectj.ajdt.ajc
Methoden in org.aspectj.ajdt.ajc mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidBuildArgParser.addExtraProblems(CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.core.compiler
Methoden in org.aspectj.org.eclipse.jdt.core.compiler, die CategorizedProblem zurückgebenModifizierer und TypMethodeBeschreibungReconcileContext.getProblems(String markerType) Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.Methoden in org.aspectj.org.eclipse.jdt.core.compiler mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidReconcileContext.putProblems(String markerType, CategorizedProblem[] problems) Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type.voidBuildContext.recordNewProblems(CategorizedProblem[] newProblems) Record new problems to report against this compilationUnit. -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.codeassist
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist, die CategorizedProblem zurückgebenModifizierer und TypMethodeBeschreibungCompletionEngine.CompletionProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int start, int end, int lineNumber, int columnNumber) CompletionEngine.CompletionProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int start, int end, int lineNumber, int columnNumber) Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidISelectionRequestor.acceptError(CategorizedProblem error) Code assist notification of a compilation error detected during selection.protected voidCompletionEngine.printDebug(CategorizedProblem error) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler
Felder in org.aspectj.org.eclipse.jdt.internal.compiler, die deklariert sind als CategorizedProblemMethoden in org.aspectj.org.eclipse.jdt.internal.compiler, die CategorizedProblem zurückgebenModifizierer und TypMethodeBeschreibungIProblemFactory.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.IProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) CompilationResult.getAllProblems()CompilationResult.getCUProblems()Same as getProblems() but don't answer problems that actually concern the enclosing package.CompilationResult.getErrors()Answer the errors encountered during compilation.CompilationResult.getProblems()Answer the problems (errors and warnings) encountered during compilation.CompilationResult.getTasks()Answer the tasks (TO-DO, ...) encountered during compilation.Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidIDocumentElementRequestor.acceptProblem(CategorizedProblem problem) voidISourceElementRequestor.acceptProblem(CategorizedProblem problem) voidSourceElementRequestorAdapter.acceptProblem(CategorizedProblem problem) voidClassFile.addProblemClinit(CategorizedProblem[] problems) INTERNAL USE-ONLY Generate the byte for a problem clinit method info that correspond to a boggus method.voidClassFile.addProblemConstructor(AbstractMethodDeclaration method, MethodBinding methodBinding, CategorizedProblem[] problems) INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus constructor.voidClassFile.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.voidClassFile.addProblemMethod(AbstractMethodDeclaration method, MethodBinding methodBinding, CategorizedProblem[] problems) INTERNAL USE-ONLY Generate the byte for a problem method info that correspond to a boggus method.voidClassFile.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.voidCompilationResult.record(CategorizedProblem newProblem, ReferenceContext referenceContext) voidCompilationResult.record(CategorizedProblem newProblem, ReferenceContext referenceContext, boolean mandatoryError) voidCompilationResult.removeProblem(CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Unterklassen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.ast mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidAbstractMethodDeclaration.abort(int abortLevel, CategorizedProblem problem) voidCompilationUnitDeclaration.abort(int abortLevel, CategorizedProblem problem) voidLambdaExpression.abort(int abortLevel, CategorizedProblem problem) voidModuleDeclaration.abort(int abortLevel, CategorizedProblem problem) voidTypeDeclaration.abort(int abortLevel, CategorizedProblem problem) booleanCompilationUnitDeclaration.isSuppressed(CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Felder in org.aspectj.org.eclipse.jdt.internal.compiler.batch mit Typparametern vom Typ CategorizedProblemMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.batch mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidMain.addExtraProblems(CategorizedProblem problem) intMain.Logger.logProblems(CategorizedProblem[] problems, char[] unitSource, Main currentMain) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.impl
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.impl mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidReferenceContext.abort(int abortLevel, CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Unterklassen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.problemFelder in org.aspectj.org.eclipse.jdt.internal.compiler.problem, die deklariert sind als CategorizedProblemMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem, die CategorizedProblem zurückgebenModifizierer und TypMethodeBeschreibungDefaultProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) 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 occuredProblemHandler.createProblem(char[] fileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int problemStartPosition, int problemEndPosition, int lineNumber, int columnNumber) ProblemHandler.createProblem(char[] fileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int problemStartPosition, int problemEndPosition, int lineNumber, int columnNumber) Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungfinal StringDefaultProblemFactory.localizedMessage(CategorizedProblem problem) voidProblemHandler.record(CategorizedProblem problem, CompilationResult unitResult, ReferenceContext referenceContext, boolean mandatoryError) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ CategorizedProblemModifiziererKonstruktorBeschreibungAbortCompilation(CompilationResult compilationResult, CategorizedProblem problem) AbortCompilationUnit(CompilationResult compilationResult, CategorizedProblem problem) AbortMethod(CompilationResult compilationResult, CategorizedProblem problem) AbortType(CompilationResult compilationResult, CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.compiler.tool
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.tool mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungstatic EclipseDiagnosticEclipseDiagnostic.newInstance(CategorizedProblem problem, DefaultProblemFactory factory) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core, die CategorizedProblem zurückgebenModifizierer und TypMethodeBeschreibungCancelableProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, int elaborationId, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) CancelableProblemFactory.createProblem(char[] originatingFileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int startPosition, int endPosition, int lineNumber, int columnNumber) Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidSelectionRequestor.acceptError(CategorizedProblem error) voidCompilationUnitStructureRequestor.acceptProblem(CategorizedProblem problem) voidSourceMapper.acceptProblem(CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.builder
Felder in org.aspectj.org.eclipse.jdt.internal.core.builder, die deklariert sind als CategorizedProblemModifizierer und TypFeldBeschreibungprotected CategorizedProblem[]CompilationParticipantResult.problemsMethoden in org.aspectj.org.eclipse.jdt.internal.core.builder mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidCompilationParticipantResult.recordNewProblems(CategorizedProblem[] newProblems) Record new problems to report against this compilationUnit.protected voidAbstractImageBuilder.storeProblemsFor(SourceFile sourceFile, CategorizedProblem[] problems) Creates a marker from each problem and adds it to the resource.protected voidBatchImageBuilder.storeProblemsFor(SourceFile sourceFile, CategorizedProblem[] problems) protected voidAbstractImageBuilder.storeTasksFor(SourceFile sourceFile, CategorizedProblem[] tasks) protected voidBuildNotifier.updateProblemCounts(CategorizedProblem[] newProblems) protected voidBuildNotifier.updateProblemCounts(org.eclipse.core.resources.IMarker[] oldProblems, CategorizedProblem[] newProblems) Update the problem counts from one compilation result given the old and new problems, either of which may be null. -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.core.eval mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidRequestorWrapper.acceptProblem(CategorizedProblem problem, char[] fragmentSource, int fragmentKind) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.jdom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.jdom mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidDOMBuilder.acceptProblem(CategorizedProblem problem) Veraltet.Sets the abort flag to true.voidSimpleDOMBuilder.acceptProblem(CategorizedProblem problem) Veraltet.Does nothing. -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Methoden in org.aspectj.org.eclipse.jdt.internal.core.search.indexing mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidSourceIndexerRequestor.acceptProblem(CategorizedProblem problem) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.core.util
Felder in org.aspectj.org.eclipse.jdt.internal.core.util, die deklariert sind als CategorizedProblemKonstruktoren in org.aspectj.org.eclipse.jdt.internal.core.util mit Parametern vom Typ CategorizedProblemModifiziererKonstruktorBeschreibungRecordedParsingInformation(CategorizedProblem[] problems, int[] lineEnds, int[][] commentPositions) -
Verwendungen von CategorizedProblem in org.aspectj.org.eclipse.jdt.internal.eval
Methoden in org.aspectj.org.eclipse.jdt.internal.eval, die CategorizedProblem zurückgebenModifizierer und TypMethodeBeschreibungEvaluationResult.getProblems()Returns an array of problems (errors and warnings) encountered during the compilation of a code snippet or a global variable definition, or during the analysis of a package name or an import.Methoden in org.aspectj.org.eclipse.jdt.internal.eval mit Parametern vom Typ CategorizedProblemModifizierer und TypMethodeBeschreibungvoidIRequestor.acceptProblem(CategorizedProblem problem, char[] fragmentSource, int fragmentKind) protected voidCodeSnippetEvaluator.addEvaluationResultForCompilationProblem(Map<char[], EvaluationResult> resultsByIDs, CategorizedProblem problem, char[] cuSource) protected abstract voidEvaluator.addEvaluationResultForCompilationProblem(Map<char[], EvaluationResult> resultsByIDs, CategorizedProblem problem, char[] cuSource) Adds the given problem to the corresponding evaluation result in the given table.protected voidVariablesEvaluator.addEvaluationResultForCompilationProblem(Map<char[], EvaluationResult> resultsByIDs, CategorizedProblem problem, char[] cuSource) Konstruktoren in org.aspectj.org.eclipse.jdt.internal.eval mit Parametern vom Typ CategorizedProblemModifiziererKonstruktorBeschreibungEvaluationResult(char[] evaluationID, int evaluationType, CategorizedProblem[] problems)