com.ingenta.clownbike.text
Class Token
java.lang.Object
com.ingenta.clownbike.text.Token
- public final class Token
- extends java.lang.Object
|
Constructor Summary |
Token()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
PARAGRAPH
public static final int PARAGRAPH
- See Also:
- Constant Field Values
BOLD
public static final int BOLD
- See Also:
- Constant Field Values
ITALIC
public static final int ITALIC
- See Also:
- Constant Field Values
URL
public static final int URL
- See Also:
- Constant Field Values
EMAIL
public static final int EMAIL
- See Also:
- Constant Field Values
HOST
public static final int HOST
- See Also:
- Constant Field Values
REFERENCE
public static final int REFERENCE
- See Also:
- Constant Field Values
kind
public int kind
value
public java.lang.String value
Token
public Token()