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

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

Uses of XMLBodyElementEnd in org.eclipse.jet.compiler
 

Methods in org.eclipse.jet.compiler that return XMLBodyElementEnd
 XMLBodyElementEnd XMLBodyElement.getEndTag()
           
 

Methods in org.eclipse.jet.compiler with parameters of type XMLBodyElementEnd
 void JET2ASTVisitor.visit(XMLBodyElementEnd xmlBodyElementEnd)
          Visit the end tag of an XMLBodyElement.
 void DefaultJET2ASTVisitor.visit(XMLBodyElementEnd xmlBodyElementEnd)
           
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.