Eclipse JDT
2.0

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.
IScanner Definition of a Java scanner, as returned by the ToolFactory.
ITerminalSymbols Maps each terminal symbol in the java-grammar into a unique integer.
 

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.


Eclipse JDT
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.