|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReferenceContext in org.eclipse.jdt.internal.codeassist.complete |
---|
Classes in org.eclipse.jdt.internal.codeassist.complete that implement ReferenceContext | |
---|---|
class |
CompletionOnAnnotationOfType
|
class |
CompletionOnMethodName
|
class |
CompletionOnMethodReturnType
|
class |
CompletionOnMethodTypeParameter
|
Uses of ReferenceContext in org.eclipse.jdt.internal.compiler |
---|
Methods in org.eclipse.jdt.internal.compiler with parameters of type ReferenceContext | |
---|---|
void |
CompilationResult.record(CategorizedProblem newProblem,
ReferenceContext referenceContext)
|
Uses of ReferenceContext in org.eclipse.jdt.internal.compiler.ast |
---|
Classes in org.eclipse.jdt.internal.compiler.ast that implement ReferenceContext | |
---|---|
class |
AbstractMethodDeclaration
|
class |
AnnotationMethodDeclaration
|
class |
Clinit
|
class |
CompilationUnitDeclaration
|
class |
ConstructorDeclaration
|
class |
MethodDeclaration
|
class |
TypeDeclaration
|
Uses of ReferenceContext in org.eclipse.jdt.internal.compiler.lookup |
---|
Fields in org.eclipse.jdt.internal.compiler.lookup declared as ReferenceContext | |
---|---|
ReferenceContext |
MethodScope.referenceContext
|
Methods in org.eclipse.jdt.internal.compiler.lookup that return ReferenceContext | |
---|---|
ReferenceContext |
Scope.enclosingReferenceContext()
Returns the immediately enclosing reference context, starting from current scope parent. |
ReferenceContext |
Scope.referenceContext()
Returns the nearest reference context, starting from current scope. |
Constructors in org.eclipse.jdt.internal.compiler.lookup with parameters of type ReferenceContext | |
---|---|
MethodScope(ClassScope parent,
ReferenceContext context,
boolean isStatic)
|
Uses of ReferenceContext in org.eclipse.jdt.internal.compiler.parser |
---|
Fields in org.eclipse.jdt.internal.compiler.parser declared as ReferenceContext | |
---|---|
ReferenceContext |
Parser.referenceContext
|
Methods in org.eclipse.jdt.internal.compiler.parser with parameters of type ReferenceContext | |
---|---|
void |
Parser.parseStatements(ReferenceContext rc,
int start,
int end,
TypeDeclaration[] types,
CompilationUnitDeclaration unit)
|
Uses of ReferenceContext in org.eclipse.jdt.internal.compiler.problem |
---|
Fields in org.eclipse.jdt.internal.compiler.problem declared as ReferenceContext | |
---|---|
ReferenceContext |
ProblemReporter.referenceContext
|
Methods in org.eclipse.jdt.internal.compiler.problem with parameters of type ReferenceContext | |
---|---|
void |
ProblemHandler.handle(int problemId,
java.lang.String[] problemArguments,
int elaborationId,
java.lang.String[] messageArguments,
int severity,
int problemStartPosition,
int problemEndPosition,
ReferenceContext referenceContext,
CompilationResult unitResult)
|
void |
ProblemHandler.handle(int problemId,
java.lang.String[] problemArguments,
java.lang.String[] messageArguments,
int problemStartPosition,
int problemEndPosition,
ReferenceContext referenceContext,
CompilationResult unitResult)
Standard problem handling API, the actual severity (warning/error/ignore) is deducted from the problem ID and the current compiler options. |
void |
ProblemHandler.record(CategorizedProblem problem,
CompilationResult unitResult,
ReferenceContext referenceContext)
|
void |
ProblemReporter.unmatchedBracket(int position,
ReferenceContext context,
CompilationResult compilationResult)
|
Uses of ReferenceContext in org.eclipse.jdt.internal.eval |
---|
Classes in org.eclipse.jdt.internal.eval that implement ReferenceContext | |
---|---|
class |
CodeSnippetTypeDeclaration
|
Uses of ReferenceContext in org.jmlspecs.jml4.ast |
---|
Classes in org.jmlspecs.jml4.ast that implement ReferenceContext | |
---|---|
class |
JmlClinit
|
class |
JmlCompilationUnitDeclaration
|
class |
JmlConstructorDeclaration
|
class |
JmlMethodDeclaration
|
class |
JmlTypeDeclaration
|
Uses of ReferenceContext in org.jmlspecs.jml4.rac |
---|
Classes in org.jmlspecs.jml4.rac that implement ReferenceContext | |
---|---|
class |
RacConstructorDeclaration
A fake constructor declaration to store runtime assertion checking constructor in the source code format. |
class |
RacMethodDeclaration
A fake method declaration to store runtime assertion checking method in the source code format. |
class |
RacTypeDeclaration
A fake type declaration to store a runtime assertion class such as a surrogate class in the source code format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |