Package org.eclipse.jet.compiler

Defines an AST for JET templates, and provides a compiler that generates an AST from a template source.

See:
          Description

Interface Summary
IJETCompilerState Deprecated. Use JETASTParser
JET2ASTVisitor Deprecated. Since 0.8.0, use JETASTVisitor
 

Class Summary
Comment Deprecated. Since 0.8.0, use Comment
CompileOptionsManager A singleton that managers JET project compile options.
DefaultJET2ASTVisitor Deprecated. Since 0.8.0, use JETASTVisitor
JavaElement Deprecated. Since 0.8.0, use JavaElement
JET2ASTElement Deprecated. Since 0.8.0, use JETASTElement
JET2CompilationUnit Deprecated. Since 0.8.0, use JETCompilationUnit
JET2Compiler Deprecated. Since 0.8.0, use WorkspaceCompiler or JETCompilerOptions for options
JET2Declaration Deprecated. Since 0.8.0, use JavaDeclaration
JET2Directive Deprecated. Since 0.8.0, use JETDirective
JET2Expression Deprecated. Since 0.8.0, use JavaExpression
JET2Scriptlet Deprecated. Since 0.8.0, use JavaScriptlet
Problem Deprecated. Since 0.8.0, use Problem
TagLibraryUsageManager Deprecated. Since 0.8.0, use TagLibraryUsageManager
TextElement Deprecated. Since 0.8.0, use TextElement
XMLBodyElement Deprecated. Since 0.8.0, use XMLBodyElement
XMLBodyElementEnd Deprecated. Since 0.8.0, use XMLBodyElementEnd
XMLElement Deprecated. Since 0.8.0, use XMLElement
XMLEmptyElement Deprecated. Since 0.8.0, use XMLEmptyElement
 

Package org.eclipse.jet.compiler Description

Defines an AST for JET templates, and provides a compiler that generates an AST from a template source.


Copyright 2006 IBM Corporation and others.
All Rights Reserved.