|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| org.eclipse.jdt.internal.compiler 中 ReferenceContext 的使用 |
|---|
| 参数类型为 ReferenceContext 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
CompilationResult.record(CategorizedProblem newProblem,
ReferenceContext referenceContext)
|
| org.eclipse.jdt.internal.compiler.apt.dispatch 中 ReferenceContext 的使用 |
|---|
| 声明为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.apt.dispatch 中的字段 | |
|---|---|
ReferenceContext |
AptProblem._referenceContext
May be null, if it was not possible to identify problem context |
| 参数类型为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.apt.dispatch 中的构造方法 | |
|---|---|
AptProblem(ReferenceContext referenceContext,
char[] originatingFileName,
String message,
int id,
String[] stringArguments,
int severity,
int startPosition,
int endPosition,
int line,
int column)
|
|
| org.eclipse.jdt.internal.compiler.ast 中 ReferenceContext 的使用 |
|---|
| 实现 ReferenceContext 的 org.eclipse.jdt.internal.compiler.ast 中的类 | |
|---|---|
class |
AbstractMethodDeclaration
|
class |
AnnotationMethodDeclaration
|
class |
Clinit
|
class |
CompilationUnitDeclaration
|
class |
ConstructorDeclaration
|
class |
MethodDeclaration
|
class |
TypeDeclaration
|
| 参数类型为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
boolean |
Expression.forcedToBeRaw(ReferenceContext referenceContext)
Returns true if the receiver is forced to be of raw type either to satisfy the contract imposed by a super type or because it *is* raw and the current type has no control over it (i.e the rawness originates from some other file.) |
| org.eclipse.jdt.internal.compiler.lookup 中 ReferenceContext 的使用 |
|---|
| 声明为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.lookup 中的字段 | |
|---|---|
ReferenceContext |
MethodScope.referenceContext
|
| 返回 ReferenceContext 的 org.eclipse.jdt.internal.compiler.lookup 中的方法 | |
|---|---|
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. |
| 参数类型为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.lookup 中的构造方法 | |
|---|---|
MethodScope(ClassScope parent,
ReferenceContext context,
boolean isStatic)
|
|
| org.eclipse.jdt.internal.compiler.parser 中 ReferenceContext 的使用 |
|---|
| 声明为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.parser 中的字段 | |
|---|---|
ReferenceContext |
Parser.referenceContext
|
| 参数类型为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.parser 中的方法 | |
|---|---|
void |
Parser.parseStatements(ReferenceContext rc,
int start,
int end,
TypeDeclaration[] types,
CompilationUnitDeclaration unit)
|
| org.eclipse.jdt.internal.compiler.problem 中 ReferenceContext 的使用 |
|---|
| 声明为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.problem 中的字段 | |
|---|---|
ReferenceContext |
ProblemReporter.referenceContext
|
| 参数类型为 ReferenceContext 的 org.eclipse.jdt.internal.compiler.problem 中的方法 | |
|---|---|
void |
ProblemHandler.handle(int problemId,
String[] problemArguments,
int elaborationId,
String[] messageArguments,
int severity,
int problemStartPosition,
int problemEndPosition,
ReferenceContext referenceContext,
CompilationResult unitResult)
|
void |
ProblemHandler.handle(int problemId,
String[] problemArguments,
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)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||