Uses of Class
jfun.parsec.tokens.TokenDecimal

Packages that use TokenDecimal
jfun.parsec.tokens Provides some predefined tokens and Tokenizer implementations. 
 

Uses of TokenDecimal in jfun.parsec.tokens
 

Methods in jfun.parsec.tokens that return TokenDecimal
static TokenDecimal Tokens.decimal_literal(java.lang.String s)
          create a decimal literal token object.