Package org.eclipse.jdt.core.compiler

This package contains compiler associated infrastructure APIs.

See:
          Description

Interface Summary
IProblem Description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
 

Class Summary
CategorizedProblem Richer description of a Java problem, as detected by the compiler or some of the underlying technology reusing the compiler.
CharOperation This class is a collection of helper methods to manipulate char arrays.
CompilationProgress A compilation progress is used by the BatchCompiler to report progress during compilation.
 

Exception Summary
InvalidInputException Exception thrown by a scanner when encountering lexical errors.
 

Package org.eclipse.jdt.core.compiler Description

This package contains compiler associated infrastructure APIs.

Package Specification


This package contains some compiler tooling APIs, allowing to perform operations at a lower-level than using the JavaModel.



Copyright © 2012. All Rights Reserved.