Uses of Class
org.eclipse.jet.compiler.JET2ASTElement

Packages that use JET2ASTElement
org.eclipse.jet.compiler Defines an AST for JET templates, and provides a compiler that generates an AST from a template source. 
 

Uses of JET2ASTElement in org.eclipse.jet.compiler
 

Subclasses of JET2ASTElement in org.eclipse.jet.compiler
 class Comment
          An JET2 AST element representing a comment
 class JavaElement
          Abstract representation of JET2 AST elements that contain Java code
 class JET2CompilationUnit
          Represent a compilation unit (a template) in the JET2 AST.
 class JET2Declaration
          Define a Java Declaration Element in the JET2 AST
 class JET2Directive
          Define a Directive Element in the JET2 AST
 class JET2Expression
          Define a Java Expression Element in the JET2 AST
 class JET2Scriptlet
          Define a Java Scriptlet Element in the JET2 AST
 class TextElement
          Define a Text Element in the JET2 AST
 class XMLBodyElement
          Define a JET2 XML Element that has a begin-tag and end-tag, and zero or more body elements.
 class XMLBodyElementEnd
          Represent the closing tag of an XML Tag with a body.
 class XMLElement
          An abstract implementation representing all XML-based elements in the JET2 AST
 class XMLEmptyElement
          Define an empty XML element in the JET2 AST.
 

Methods in org.eclipse.jet.compiler that return JET2ASTElement
 JET2ASTElement XMLBodyElement.getNextElement()
           
 JET2ASTElement JET2ASTElement.getNextElement()
           
 JET2ASTElement JET2ASTElement.getParent()
           
 JET2ASTElement XMLBodyElementEnd.getPrevElement()
           
 JET2ASTElement JET2ASTElement.getPrevElement()
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.