org.eclipse.jdt.internal.compiler.impl
接口 ReferenceContext

所有已知实现类:
AbstractMethodDeclaration, AnnotationMethodDeclaration, Clinit, CompilationUnitDeclaration, ConstructorDeclaration, MethodDeclaration, TypeDeclaration

public interface ReferenceContext


方法摘要
 void abort(int abortLevel, CategorizedProblem problem)
           
 CompilationResult compilationResult()
           
 boolean hasErrors()
           
 void tagAsHavingErrors()
           
 

方法详细信息

abort

void abort(int abortLevel,
           CategorizedProblem problem)

compilationResult

CompilationResult compilationResult()

hasErrors

boolean hasErrors()

tagAsHavingErrors

void tagAsHavingErrors()


Copyright © 2013. All Rights Reserved.