Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.core.compiler.IProblem
Packages, die IProblem verwenden
Package
Beschreibung
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
This package contains compiler associated infrastructure APIs.
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von IProblem in org.aspectj.ajdt.internal.compiler.problem
Methoden in org.aspectj.ajdt.internal.compiler.problem, die IProblem zurückgebenModifizierer und TypMethodeBeschreibungAjProblemReporter.createProblem(char[] fileName, int problemId, String[] problemArguments, String[] messageArguments, int severity, int problemStartPosition, int problemEndPosition, int lineNumber) All problems end up routed through here at some point... -
Verwendungen von IProblem in org.aspectj.ajdt.internal.core.builder
Methoden in org.aspectj.ajdt.internal.core.builder mit Parametern vom Typ IProblemModifizierer und TypMethodeBeschreibungstatic StringEclipseAdapterUtils.makeLocationContext(ICompilationUnit compilationUnit, IProblem problem) static IMessageEclipseAdapterUtils.makeMessage(ICompilationUnit unit, IProblem problem, World world, IProgressListener progressListener) Extract message text and source location, including context.static ISourceLocationEclipseAdapterUtils.makeSourceLocation(ICompilationUnit unit, IProblem problem, IProgressListener progressListener) Extract source location file, start and end lines, and context. -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.core
Methoden in org.aspectj.org.eclipse.jdt.core mit Parametern vom Typ IProblemModifizierer und TypMethodeBeschreibungvoidCompletionRequestorAdapter.acceptError(IProblem error) Veraltet.voidICompletionRequestor.acceptError(IProblem error) Veraltet.voidIProblemRequestor.acceptProblem(IProblem problem) Notification of a Java problem.voidCompletionRequestor.completionFailure(IProblem problem) Notification of failure to produce any completions.voidCorrectionEngine.computeCorrections(IProblem problem, ICompilationUnit targetUnit, ICorrectionRequestor requestor) Performs code correction for the given IProblem, reporting results to the given correction requestor. -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.core.compiler
Klassen in org.aspectj.org.eclipse.jdt.core.compiler, die IProblem implementierenModifizierer und TypKlasseBeschreibungclassRicher description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.Methoden in org.aspectj.org.eclipse.jdt.core.compiler, die IProblem zurückgebenMethoden in org.aspectj.org.eclipse.jdt.core.compiler mit Parametern vom Typ IProblem -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die IProblem zurückgebenModifizierer und TypMethodeBeschreibungIProblem[]CompilationUnit.getProblems()Returns the list of detailed problem reports noted by the compiler during the parsing or the type checking of this compilation unit. -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.internal.codeassist
Methoden in org.aspectj.org.eclipse.jdt.internal.codeassist mit Parametern vom Typ IProblemModifizierer und TypMethodeBeschreibungvoidCompletionRequestorWrapper.completionFailure(IProblem problem) Veraltet. -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.internal.compiler
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler mit Parametern vom Typ IProblem -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch
Klassen in org.aspectj.org.eclipse.jdt.internal.compiler.apt.dispatch, die IProblem implementieren -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.internal.compiler.batch
Methoden in org.aspectj.org.eclipse.jdt.internal.compiler.batch mit Parametern vom Typ IProblem -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.internal.compiler.problem
Klassen in org.aspectj.org.eclipse.jdt.internal.compiler.problem, die IProblem implementierenMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem, die IProblem zurückgebenMethoden in org.aspectj.org.eclipse.jdt.internal.compiler.problem mit Parametern vom Typ IProblemModifizierer und TypMethodeBeschreibungvoidDefaultProblem.setSeeAlsoProblems(IProblem[] problems) -
Verwendungen von IProblem in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ IProblemModifizierer und TypMethodeBeschreibungvoidJavaModelManager.PerWorkingCopyInfo.acceptProblem(IProblem problem)
CompletionRequestor.completionFailure(IProblem)instead.