jfun.parsec.tokens
public class TypedToken<Type> extends NamedToken
Since: version 1.1
Constructor Summary | |
---|---|
TypedToken(String name, Type type) |
Method Summary | |
---|---|
boolean | equals(TypedToken other) |
boolean | equals(Object obj) |
String | getText()
Get the text of the token. |
Type | getType()
To get the data type of the token. |
int | hashCode() |
Since: version 0.6