Uses of Class
xtc.tree.Token

Packages that use Token
xtc.tree   
 

Uses of Token in xtc.tree
 

Subclasses of Token in xtc.tree
 class TextToken
          A token with an explicit text.
 

Methods in xtc.tree that return Token
 Token Token.toToken()
           
 Token Node.toToken()
          Get this node as a token.
 

Methods in xtc.tree with parameters of type Token
 java.lang.String ParseTreeStripper.visit(Token t)
          Visit the specified token.
 void ParseTreePrinter.visit(Token t)
          Print the specified token.
 



Copyright © 2012. All Rights Reserved.