platypus
Class TokTyp
java.lang.Object
platypus.TokTyp
public class TokTyp
- extends java.lang.Object
Types for the various input and command tokens, plus special characters and symbols.
Note: all error status codes are in Status.java
- Author:
- alb
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LINE_NUMBER
public static final int LINE_NUMBER
- See Also:
- Constant Field Values
TEXT
public static final int TEXT
- See Also:
- Constant Field Values
COMMAND
public static final int COMMAND
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
NEW_PARAGRAPH
public static final int NEW_PARAGRAPH
- See Also:
- Constant Field Values
ALIGNMENT
public static final int ALIGNMENT
- See Also:
- Constant Field Values
NO_INDENT
public static final int NO_INDENT
- See Also:
- Constant Field Values
PARA_INDENT_1
public static final int PARA_INDENT_1
- See Also:
- Constant Field Values
PARA_SKIP
public static final int PARA_SKIP
- See Also:
- Constant Field Values
LEADING
public static final int LEADING
- See Also:
- Constant Field Values
NEW_PAGE
public static final int NEW_PAGE
- See Also:
- Constant Field Values
PAGE_SIZE
public static final int PAGE_SIZE
- See Also:
- Constant Field Values
PAGE_HEIGHT
public static final int PAGE_HEIGHT
- See Also:
- Constant Field Values
PAGE_WIDTH
public static final int PAGE_WIDTH
- See Also:
- Constant Field Values
TOP_MARGIN
public static final int TOP_MARGIN
- See Also:
- Constant Field Values
BOTTOM_MARGIN
public static final int BOTTOM_MARGIN
- See Also:
- Constant Field Values
LEFT_MARGIN
public static final int LEFT_MARGIN
- See Also:
- Constant Field Values
RIGHT_MARGIN
public static final int RIGHT_MARGIN
- See Also:
- Constant Field Values
MARGIN_MIRROR
public static final int MARGIN_MIRROR
- See Also:
- Constant Field Values
COLUMNS
public static final int COLUMNS
- See Also:
- Constant Field Values
BOLD_ON
public static final int BOLD_ON
- See Also:
- Constant Field Values
BOLD_OFF
public static final int BOLD_OFF
- See Also:
- Constant Field Values
ITALICS_ON
public static final int ITALICS_ON
- See Also:
- Constant Field Values
ITALICS_OFF
public static final int ITALICS_OFF
- See Also:
- Constant Field Values
STRIKETHRU_ON
public static final int STRIKETHRU_ON
- See Also:
- Constant Field Values
STRIKETHRU_OFF
public static final int STRIKETHRU_OFF
- See Also:
- Constant Field Values
UNDERLINE_ON
public static final int UNDERLINE_ON
- See Also:
- Constant Field Values
UNDERLINE_OFF
public static final int UNDERLINE_OFF
- See Also:
- Constant Field Values
FONT_SIZE
public static final int FONT_SIZE
- See Also:
- Constant Field Values
FONT_FACE
public static final int FONT_FACE
- See Also:
- Constant Field Values
DEFINE_MACRO
public static final int DEFINE_MACRO
- See Also:
- Constant Field Values
PRINT_MACRO
public static final int PRINT_MACRO
- See Also:
- Constant Field Values
DUMP
public static final int DUMP
- See Also:
- Constant Field Values
DO_NOTHING
public static final int DO_NOTHING
- See Also:
- Constant Field Values
A_ACUTE
public static final int A_ACUTE
- See Also:
- Constant Field Values
A_CIRCUMFLEX
public static final int A_CIRCUMFLEX
- See Also:
- Constant Field Values
A_GRAVE
public static final int A_GRAVE
- See Also:
- Constant Field Values
A_UMLAUT
public static final int A_UMLAUT
- See Also:
- Constant Field Values
A_MACRON
public static final int A_MACRON
- See Also:
- Constant Field Values
A_CARON
public static final int A_CARON
- See Also:
- Constant Field Values
A_BREVE
public static final int A_BREVE
- See Also:
- Constant Field Values
A_TILDE
public static final int A_TILDE
- See Also:
- Constant Field Values
A_CIRCLE
public static final int A_CIRCLE
- See Also:
- Constant Field Values
A_CAP_ACUTE
public static final int A_CAP_ACUTE
- See Also:
- Constant Field Values
A_CAP_CIRCUMFLEX
public static final int A_CAP_CIRCUMFLEX
- See Also:
- Constant Field Values
A_CAP_GRAVE
public static final int A_CAP_GRAVE
- See Also:
- Constant Field Values
A_CAP_UMLAUT
public static final int A_CAP_UMLAUT
- See Also:
- Constant Field Values
A_CAP_MACRON
public static final int A_CAP_MACRON
- See Also:
- Constant Field Values
A_CAP_CARON
public static final int A_CAP_CARON
- See Also:
- Constant Field Values
A_CAP_BREVE
public static final int A_CAP_BREVE
- See Also:
- Constant Field Values
A_CAP_TILDE
public static final int A_CAP_TILDE
- See Also:
- Constant Field Values
A_CAP_CIRCLE
public static final int A_CAP_CIRCLE
- See Also:
- Constant Field Values
C_CEDILLA
public static final int C_CEDILLA
- See Also:
- Constant Field Values
C_CAP_CEDILLA
public static final int C_CAP_CEDILLA
- See Also:
- Constant Field Values
COPYRIGHT
public static final int COPYRIGHT
- See Also:
- Constant Field Values
E_ACUTE
public static final int E_ACUTE
- See Also:
- Constant Field Values
E_CIRCUMFLEX
public static final int E_CIRCUMFLEX
- See Also:
- Constant Field Values
E_GRAVE
public static final int E_GRAVE
- See Also:
- Constant Field Values
E_UMLAUT
public static final int E_UMLAUT
- See Also:
- Constant Field Values
E_MACRON
public static final int E_MACRON
- See Also:
- Constant Field Values
E_CARON
public static final int E_CARON
- See Also:
- Constant Field Values
E_BREVE
public static final int E_BREVE
- See Also:
- Constant Field Values
E_TILDE
public static final int E_TILDE
- See Also:
- Constant Field Values
E_CIRCLE
public static final int E_CIRCLE
- See Also:
- Constant Field Values
E_CAP_ACUTE
public static final int E_CAP_ACUTE
- See Also:
- Constant Field Values
E_CAP_CIRCUMFLEX
public static final int E_CAP_CIRCUMFLEX
- See Also:
- Constant Field Values
E_CAP_GRAVE
public static final int E_CAP_GRAVE
- See Also:
- Constant Field Values
E_CAP_UMLAUT
public static final int E_CAP_UMLAUT
- See Also:
- Constant Field Values
E_CAP_MACRON
public static final int E_CAP_MACRON
- See Also:
- Constant Field Values
E_CAP_CARON
public static final int E_CAP_CARON
- See Also:
- Constant Field Values
E_CAP_BREVE
public static final int E_CAP_BREVE
- See Also:
- Constant Field Values
E_CAP_TILDE
public static final int E_CAP_TILDE
- See Also:
- Constant Field Values
E_CAP_CIRCLE
public static final int E_CAP_CIRCLE
- See Also:
- Constant Field Values
I_ACUTE
public static final int I_ACUTE
- See Also:
- Constant Field Values
I_CIRCUMFLEX
public static final int I_CIRCUMFLEX
- See Also:
- Constant Field Values
I_GRAVE
public static final int I_GRAVE
- See Also:
- Constant Field Values
I_UMLAUT
public static final int I_UMLAUT
- See Also:
- Constant Field Values
I_MACRON
public static final int I_MACRON
- See Also:
- Constant Field Values
I_CARON
public static final int I_CARON
- See Also:
- Constant Field Values
I_BREVE
public static final int I_BREVE
- See Also:
- Constant Field Values
I_TILDE
public static final int I_TILDE
- See Also:
- Constant Field Values
I_CIRCLE
public static final int I_CIRCLE
- See Also:
- Constant Field Values
I_CAP_ACUTE
public static final int I_CAP_ACUTE
- See Also:
- Constant Field Values
I_CAP_CIRCUMFLEX
public static final int I_CAP_CIRCUMFLEX
- See Also:
- Constant Field Values
I_CAP_GRAVE
public static final int I_CAP_GRAVE
- See Also:
- Constant Field Values
I_CAP_UMLAUT
public static final int I_CAP_UMLAUT
- See Also:
- Constant Field Values
I_CAP_MACRON
public static final int I_CAP_MACRON
- See Also:
- Constant Field Values
I_CAP_CARON
public static final int I_CAP_CARON
- See Also:
- Constant Field Values
I_CAP_BREVE
public static final int I_CAP_BREVE
- See Also:
- Constant Field Values
I_CAP_TILDE
public static final int I_CAP_TILDE
- See Also:
- Constant Field Values
I_CAP_CIRCLE
public static final int I_CAP_CIRCLE
- See Also:
- Constant Field Values
INVERTED_EXCLAM
public static final int INVERTED_EXCLAM
- See Also:
- Constant Field Values
INVERTED_QUESTION
public static final int INVERTED_QUESTION
- See Also:
- Constant Field Values
N_TILDE
public static final int N_TILDE
- See Also:
- Constant Field Values
N_CAP_TILDE
public static final int N_CAP_TILDE
- See Also:
- Constant Field Values
O_ACUTE
public static final int O_ACUTE
- See Also:
- Constant Field Values
O_CIRCUMFLEX
public static final int O_CIRCUMFLEX
- See Also:
- Constant Field Values
O_GRAVE
public static final int O_GRAVE
- See Also:
- Constant Field Values
O_UMLAUT
public static final int O_UMLAUT
- See Also:
- Constant Field Values
O_MACRON
public static final int O_MACRON
- See Also:
- Constant Field Values
O_CARON
public static final int O_CARON
- See Also:
- Constant Field Values
O_BREVE
public static final int O_BREVE
- See Also:
- Constant Field Values
O_TILDE
public static final int O_TILDE
- See Also:
- Constant Field Values
O_CIRCLE
public static final int O_CIRCLE
- See Also:
- Constant Field Values
O_CAP_ACUTE
public static final int O_CAP_ACUTE
- See Also:
- Constant Field Values
O_CAP_CIRCUMFLEX
public static final int O_CAP_CIRCUMFLEX
- See Also:
- Constant Field Values
O_CAP_GRAVE
public static final int O_CAP_GRAVE
- See Also:
- Constant Field Values
O_CAP_UMLAUT
public static final int O_CAP_UMLAUT
- See Also:
- Constant Field Values
O_CAP_MACRON
public static final int O_CAP_MACRON
- See Also:
- Constant Field Values
O_CAP_CARON
public static final int O_CAP_CARON
- See Also:
- Constant Field Values
O_CAP_BREVE
public static final int O_CAP_BREVE
- See Also:
- Constant Field Values
O_CAP_TILDE
public static final int O_CAP_TILDE
- See Also:
- Constant Field Values
O_CAP_CIRCLE
public static final int O_CAP_CIRCLE
- See Also:
- Constant Field Values
REGISTERED
public static final int REGISTERED
- See Also:
- Constant Field Values
S_SHARP
public static final int S_SHARP
- See Also:
- Constant Field Values
U_ACUTE
public static final int U_ACUTE
- See Also:
- Constant Field Values
U_CIRCUMFLEX
public static final int U_CIRCUMFLEX
- See Also:
- Constant Field Values
U_GRAVE
public static final int U_GRAVE
- See Also:
- Constant Field Values
U_UMLAUT
public static final int U_UMLAUT
- See Also:
- Constant Field Values
U_MACRON
public static final int U_MACRON
- See Also:
- Constant Field Values
U_CARON
public static final int U_CARON
- See Also:
- Constant Field Values
U_BREVE
public static final int U_BREVE
- See Also:
- Constant Field Values
U_TILDE
public static final int U_TILDE
- See Also:
- Constant Field Values
U_CIRCLE
public static final int U_CIRCLE
- See Also:
- Constant Field Values
U_CAP_ACUTE
public static final int U_CAP_ACUTE
- See Also:
- Constant Field Values
U_CAP_CIRCUMFLEX
public static final int U_CAP_CIRCUMFLEX
- See Also:
- Constant Field Values
U_CAP_GRAVE
public static final int U_CAP_GRAVE
- See Also:
- Constant Field Values
U_CAP_UMLAUT
public static final int U_CAP_UMLAUT
- See Also:
- Constant Field Values
U_CAP_MACRON
public static final int U_CAP_MACRON
- See Also:
- Constant Field Values
U_CAP_CARON
public static final int U_CAP_CARON
- See Also:
- Constant Field Values
U_CAP_BREVE
public static final int U_CAP_BREVE
- See Also:
- Constant Field Values
U_CAP_TILDE
public static final int U_CAP_TILDE
- See Also:
- Constant Field Values
U_CAP_CIRCLE
public static final int U_CAP_CIRCLE
- See Also:
- Constant Field Values
UNUSED_COMMAND
public static final int UNUSED_COMMAND
- See Also:
- Constant Field Values
INVALID_COMMAND
public static final int INVALID_COMMAND
- See Also:
- Constant Field Values
TokTyp
public TokTyp()
Copyright © 2006-7 Pacific Data Works LLC