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

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

Uses of Comment in org.eclipse.jet.compiler
 

Constructors in org.eclipse.jet.compiler with parameters of type Comment
Comment(org.eclipse.jet.compiler.JET2AST ast, Comment comment)
          Deprecated.  
 

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

Methods in org.eclipse.jet.core.parser.ast that return Comment
 Comment JETAST.newComment(int line, int colOffset, int start, int end, int commentStart, int commentEnd, char[] comment)
          Create a new Comment element in the AST
 

Methods in org.eclipse.jet.core.parser.ast with parameters of type Comment
 void JETASTVisitor.endVisit(Comment comment)
          Visit a Comment element, after visiting its children.
 boolean JETASTVisitor.visit(Comment comment)
          Visit a Comment element.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.