Java org.eclipse.jdt.core.compiler ReconcileContext fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.compiler ReconcileContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.compiler ReconcileContext.

The text is from its open source code.

Constructor

ReconcileContext(ReconcileWorkingCopyOperation operation, CompilationUnit workingCopy)
Creates a reconcile context for the given reconcile operation.

Method

org.eclipse.jdt.core.dom.CompilationUnitgetAST3()
Returns a resolved AST with AST#JLS3 JLS3 level.
org.eclipse.jdt.core.dom.CompilationUnitgetAST4()
Returns a resolved AST with AST#JLS4 JLS4 level.
IJavaElementDeltagetDelta()
Returns the delta describing the change to the working copy being reconciled.
CategorizedProblem[]getProblems(String markerType)
Returns the problems to be reported to the problem requestor of the reconcile operation for the given marker type.
ICompilationUnitgetWorkingCopy()
Returns the working copy this context refers to.
booleanisResolvingBindings()
Returns whether the reconcile operation is resolving bindings.
voidputProblems(String markerType, CategorizedProblem[] problems)
Sets the problems to be reported to the problem requestor of the reconcile operation for the given marker type.