Uses of Class
xtc.tree.Comment

Packages that use Comment
xtc.parser   
xtc.tree   
 

Uses of Comment in xtc.parser
 

Fields in xtc.parser declared as Comment
 Comment Module.documentation
          The option documentation comment.
 

Methods in xtc.parser that return Comment
 Comment Copier.visit(Comment c)
          Copy the specified comment.
 

Methods in xtc.parser with parameters of type Comment
 Comment Copier.visit(Comment c)
          Copy the specified comment.
 

Constructors in xtc.parser with parameters of type Comment
Module(Comment documentation, ModuleName name, ModuleList parameters, java.util.List<ModuleDependency> dependencies, Action header, Action body, Action footer, java.util.List<Attribute> attributes, java.util.List<Production> productions)
          Create a new grammar module.
 

Uses of Comment in xtc.tree
 

Methods in xtc.tree that return Comment
static Comment Comment.documentation(java.lang.String s)
          Create a new code documentation comment.
 

Methods in xtc.tree with parameters of type Comment
 Printer Printer.p(Comment comment)
          Print the specified comment.
 



Copyright © 2012. All Rights Reserved.