Uses of Class
org.eclipse.jet.core.parser.ast.BodyElement

Packages that use BodyElement
org.eclipse.jet.core.parser.ast   
 

Uses of BodyElement in org.eclipse.jet.core.parser.ast
 

Subclasses of BodyElement in org.eclipse.jet.core.parser.ast
 class Comment
          An JET AST element representing a comment
 class IncludedContent
          Container for content included as a result of a JET V1 <%@include %> directive.
 class JavaDeclaration
          Define a Java Declaration Element in the JET AST
 class JavaElement
          Abstract representation of JET AST elements that contain Java code This class is not intended to be subclassed by clients
 class JavaExpression
          Define a Java Expression Element in the JET AST
 class JavaScriptlet
          Define a Java Scriptlet Element in the JET AST
 class JETDirective
          Define a Directive Element in the JET AST
 class TextElement
          Define a Text Element in the JET AST
 class XMLBodyElement
          Define a JET 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 JET AST This class is not intended to be subclassed by clients
 class XMLEmptyElement
          Define an empty XML element in the JET AST.
 

Methods in org.eclipse.jet.core.parser.ast that return BodyElement
 BodyElement IncludedContent.elementAfter(JETASTElement element)
          Find the element after the given element in the directly contained elements
 BodyElement XMLBodyElement.elementBefore(JETASTElement element)
           
 BodyElement JETCompilationUnit.elementBefore(JETASTElement element)
           
 BodyElement IncludedContent.elementBefore(JETASTElement element)
          Find the element before the given element in the directly contained elements
 

Methods in org.eclipse.jet.core.parser.ast with parameters of type BodyElement
 void XMLBodyElement.addBodyElement(BodyElement bodyElement)
           
 void JETCompilationUnit.addBodyElement(BodyElement bodyElement)
           
 void IncludedContent.addBodyElement(BodyElement bodyElement)
          Add an JET AST element to the body of the include
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.