Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.problem.ProblemReporter
Packages that use ProblemReporter
Package
Description
-
Uses of ProblemReporter in org.aspectj.ajdt.internal.compiler.lookup
Constructors in org.aspectj.ajdt.internal.compiler.lookup with parameters of type ProblemReporterModifierConstructorDescriptionAjLookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions options, ProblemReporter problemReporter, INameEnvironment nameEnvironment) -
Uses of ProblemReporter in org.aspectj.ajdt.internal.compiler.problem
Subclasses of ProblemReporter in org.aspectj.ajdt.internal.compiler.problemModifier and TypeClassDescriptionclassExtends problem reporter to support compiler-side implementation of declare soft. -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.codeassist.complete
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist.complete with parameters of type ProblemReporterModifierConstructorDescriptionCompletionParser(ProblemReporter problemReporter, boolean storeExtraSourceEnds) CompletionParser(ProblemReporter problemReporter, boolean storeExtraSourceEnds, org.eclipse.core.runtime.IProgressMonitor monitor) -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist.impl with parameters of type ProblemReporter -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.codeassist.select
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist.select with parameters of type ProblemReporter -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.compiler
Fields in org.aspectj.org.eclipse.jdt.internal.compiler declared as ProblemReporterMethods in org.aspectj.org.eclipse.jdt.internal.compiler that return ProblemReporterModifier and TypeMethodDescriptionDocumentElementParser.problemReporter()Returns this parser's problem reporter initialized with its reference context. -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.ast declared as ProblemReporterMethods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type ProblemReporterModifier and TypeMethodDescriptionintFakedTrackingVariable.reportError(ProblemReporter problemReporter, ASTNode location, int nullStatus) voidFakedTrackingVariable.reportExplicitClosing(ProblemReporter problemReporter) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type ProblemReporterModifierConstructorDescriptionCompilationUnitDeclaration(ProblemReporter problemReporter, CompilationResult compilationResult, int sourceLength) -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.lookup declared as ProblemReporterMethods in org.aspectj.org.eclipse.jdt.internal.compiler.lookup that return ProblemReporterModifier and TypeMethodDescriptionBlockScope.problemReporter()ClassScope.problemReporter()CompilationUnitScope.problemReporter()MethodScope.problemReporter()Answer the problem reporter to use for raising new problems.ModuleScope.problemReporter()Answer the problem reporter to use for raising new problems.abstract ProblemReporterScope.problemReporter()See also the contract ofclose().Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.lookup with parameters of type ProblemReporterModifierConstructorDescriptionLookupEnvironment(ITypeRequestor typeRequestor, CompilerOptions globalOptions, ProblemReporter problemReporter, INameEnvironment nameEnvironment) Construct the root LookupEnvironment, corresponding to the UnNamedModule. -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.compiler.parser
Fields in org.aspectj.org.eclipse.jdt.internal.compiler.parser declared as ProblemReporterModifier and TypeFieldDescriptionprotected ProblemReporterParser.problemReporterprotected ProblemReporterTypeConverter.problemReporterMethods in org.aspectj.org.eclipse.jdt.internal.compiler.parser that return ProblemReporterModifier and TypeMethodDescriptionParser.problemReporter()Returns this parser's problem reporter initialized with its reference context.Methods in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ProblemReporterModifier and TypeMethodDescriptionstatic CompilationUnitDeclarationSourceTypeConverter.buildCompilationUnit(ISourceType[] sourceTypes, int flags, ProblemReporter problemReporter, CompilationResult compilationResult) static CompilationUnitDeclarationSourceTypeConverter.buildModularCompilationUnit(IModule module, ProblemReporter problemReporter, CompilationResult compilationResult) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.parser with parameters of type ProblemReporterModifierConstructorDescriptionParser(ProblemReporter problemReporter, boolean optimizeStringLiterals) protectedTypeConverter(ProblemReporter problemReporter, char memberTypeSeparator) -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.core
Constructors in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ProblemReporterModifierConstructorDescriptionBinaryTypeConverter(ProblemReporter problemReporter, CompilationResult compilationResult, HashSetOfCharArrayArray typeNames) -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.core.search.matching
Methods in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ProblemReporterModifier and TypeMethodDescriptionstatic MatchLocatorParserMatchLocatorParser.createParser(ProblemReporter problemReporter, MatchLocator locator) Constructors in org.aspectj.org.eclipse.jdt.internal.core.search.matching with parameters of type ProblemReporterModifierConstructorDescriptionprotectedMatchLocatorParser(ProblemReporter problemReporter, MatchLocator locator) -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.core.util
Constructors in org.aspectj.org.eclipse.jdt.internal.core.util with parameters of type ProblemReporterModifierConstructorDescriptionCommentRecorderParser(ProblemReporter problemReporter, boolean optimizeStringLiterals) -
Uses of ProblemReporter in org.aspectj.org.eclipse.jdt.internal.eval
Constructors in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type ProblemReporterModifierConstructorDescriptionCodeSnippetParser(ProblemReporter problemReporter, EvaluationContext evaluationContext, boolean optimizeStringLiterals, int codeSnippetStart, int codeSnippetEnd) Creates a new code snippet parser.