|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjfun.parsec.tokens.NamedToken
jfun.parsec.tokens.TypedToken<TokenType>
jfun.parsec.tokens.TokenDecimal
@Deprecated public class TokenDecimal
The token that represents any decimal literal.
| Method Summary | |
|---|---|
java.lang.String |
getString()
Deprecated. gets the string representation of the decimal. |
static Tokenizer |
getTokenizer()
Deprecated. Creates a Tokenizer that's gonna tokenize any valid decimal literal string to a TokenDecimal object. |
| Methods inherited from class jfun.parsec.tokens.TypedToken |
|---|
equals, equals, getText, getType, hashCode |
| Methods inherited from class jfun.parsec.tokens.NamedToken |
|---|
getName, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public final java.lang.String getString()
public static Tokenizer getTokenizer()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||