Uses of Class
xtc.tree.Comment.Kind

Packages that use Comment.Kind
xtc.tree   
 

Uses of Comment.Kind in xtc.tree
 

Fields in xtc.tree declared as Comment.Kind
 Comment.Kind Comment.kind
          The kind.
 

Methods in xtc.tree that return Comment.Kind
static Comment.Kind Comment.Kind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Comment.Kind[] Comment.Kind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in xtc.tree with parameters of type Comment.Kind
Comment(Comment.Kind kind, java.util.List<java.lang.String> text)
          Create a new comment.
Comment(Comment.Kind kind, java.util.List<java.lang.String> text, Node node)
          Create a new comment.
 



Copyright © 2012. All Rights Reserved.