接口 org.eclipse.jdt.internal.compiler.impl.ReferenceContext
的使用

使用 ReferenceContext 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.apt.dispatch   
org.eclipse.jdt.internal.compiler.ast   
org.eclipse.jdt.internal.compiler.lookup   
org.eclipse.jdt.internal.compiler.parser   
org.eclipse.jdt.internal.compiler.problem   
 

org.eclipse.jdt.internal.compilerReferenceContext 的使用
 

参数类型为 ReferenceContextorg.eclipse.jdt.internal.compiler 中的方法
 void CompilationResult.record(CategorizedProblem newProblem, ReferenceContext referenceContext)
           
 

org.eclipse.jdt.internal.compiler.apt.dispatchReferenceContext 的使用
 

声明为 ReferenceContextorg.eclipse.jdt.internal.compiler.apt.dispatch 中的字段
 ReferenceContext AptProblem._referenceContext
          May be null, if it was not possible to identify problem context
 

参数类型为 ReferenceContextorg.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.astReferenceContext 的使用
 

实现 ReferenceContextorg.eclipse.jdt.internal.compiler.ast 中的类
 class AbstractMethodDeclaration
           
 class AnnotationMethodDeclaration
           
 class Clinit
           
 class CompilationUnitDeclaration
           
 class ConstructorDeclaration
           
 class MethodDeclaration
           
 class TypeDeclaration
           
 

参数类型为 ReferenceContextorg.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.lookupReferenceContext 的使用
 

声明为 ReferenceContextorg.eclipse.jdt.internal.compiler.lookup 中的字段
 ReferenceContext MethodScope.referenceContext
           
 

返回 ReferenceContextorg.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.
 

参数类型为 ReferenceContextorg.eclipse.jdt.internal.compiler.lookup 中的构造方法
MethodScope(ClassScope parent, ReferenceContext context, boolean isStatic)
           
 

org.eclipse.jdt.internal.compiler.parserReferenceContext 的使用
 

声明为 ReferenceContextorg.eclipse.jdt.internal.compiler.parser 中的字段
 ReferenceContext Parser.referenceContext
           
 

参数类型为 ReferenceContextorg.eclipse.jdt.internal.compiler.parser 中的方法
 void Parser.parseStatements(ReferenceContext rc, int start, int end, TypeDeclaration[] types, CompilationUnitDeclaration unit)
           
 

org.eclipse.jdt.internal.compiler.problemReferenceContext 的使用
 

声明为 ReferenceContextorg.eclipse.jdt.internal.compiler.problem 中的字段
 ReferenceContext ProblemReporter.referenceContext
           
 

参数类型为 ReferenceContextorg.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)
           
 



Copyright © 2013. All Rights Reserved.