platypus
Class TokTyp

java.lang.Object
  extended by 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

Field Summary
static int A_ACUTE
           
static int A_BREVE
           
static int A_CAP_ACUTE
           
static int A_CAP_BREVE
           
static int A_CAP_CARON
           
static int A_CAP_CIRCLE
           
static int A_CAP_CIRCUMFLEX
           
static int A_CAP_GRAVE
           
static int A_CAP_MACRON
           
static int A_CAP_TILDE
           
static int A_CAP_UMLAUT
           
static int A_CARON
           
static int A_CIRCLE
           
static int A_CIRCUMFLEX
           
static int A_GRAVE
           
static int A_MACRON
           
static int A_TILDE
           
static int A_UMLAUT
           
static int ALIGNMENT
           
static int BOLD_OFF
           
static int BOLD_ON
           
static int BOTTOM_MARGIN
           
static int C_CAP_CEDILLA
           
static int C_CEDILLA
           
static int COLUMNS
           
static int COMMAND
           
static int COPYRIGHT
           
static int DEFINE_MACRO
           
static int DO_NOTHING
           
static int DUMP
           
static int E_ACUTE
           
static int E_BREVE
           
static int E_CAP_ACUTE
           
static int E_CAP_BREVE
           
static int E_CAP_CARON
           
static int E_CAP_CIRCLE
           
static int E_CAP_CIRCUMFLEX
           
static int E_CAP_GRAVE
           
static int E_CAP_MACRON
           
static int E_CAP_TILDE
           
static int E_CAP_UMLAUT
           
static int E_CARON
           
static int E_CIRCLE
           
static int E_CIRCUMFLEX
           
static int E_GRAVE
           
static int E_MACRON
           
static int E_TILDE
           
static int E_UMLAUT
           
static int EOF
           
static int FONT_FACE
           
static int FONT_SIZE
           
static int I_ACUTE
           
static int I_BREVE
           
static int I_CAP_ACUTE
           
static int I_CAP_BREVE
           
static int I_CAP_CARON
           
static int I_CAP_CIRCLE
           
static int I_CAP_CIRCUMFLEX
           
static int I_CAP_GRAVE
           
static int I_CAP_MACRON
           
static int I_CAP_TILDE
           
static int I_CAP_UMLAUT
           
static int I_CARON
           
static int I_CIRCLE
           
static int I_CIRCUMFLEX
           
static int I_GRAVE
           
static int I_MACRON
           
static int I_TILDE
           
static int I_UMLAUT
           
static int INVALID_COMMAND
           
static int INVERTED_EXCLAM
           
static int INVERTED_QUESTION
           
static int ITALICS_OFF
           
static int ITALICS_ON
           
static int LEADING
           
static int LEFT_MARGIN
           
static int LINE_NUMBER
           
static int MARGIN_MIRROR
           
static int N_CAP_TILDE
           
static int N_TILDE
           
static int NEW_PAGE
           
static int NEW_PARAGRAPH
           
static int NO_INDENT
           
static int O_ACUTE
           
static int O_BREVE
           
static int O_CAP_ACUTE
           
static int O_CAP_BREVE
           
static int O_CAP_CARON
           
static int O_CAP_CIRCLE
           
static int O_CAP_CIRCUMFLEX
           
static int O_CAP_GRAVE
           
static int O_CAP_MACRON
           
static int O_CAP_TILDE
           
static int O_CAP_UMLAUT
           
static int O_CARON
           
static int O_CIRCLE
           
static int O_CIRCUMFLEX
           
static int O_GRAVE
           
static int O_MACRON
           
static int O_TILDE
           
static int O_UMLAUT
           
static int PAGE_HEIGHT
           
static int PAGE_SIZE
           
static int PAGE_WIDTH
           
static int PARA_INDENT_1
           
static int PARA_SKIP
           
static int PRINT_MACRO
           
static int REGISTERED
           
static int RIGHT_MARGIN
           
static int S_SHARP
           
static int STRIKETHRU_OFF
           
static int STRIKETHRU_ON
           
static int TEXT
           
static int TOP_MARGIN
           
static int U_ACUTE
           
static int U_BREVE
           
static int U_CAP_ACUTE
           
static int U_CAP_BREVE
           
static int U_CAP_CARON
           
static int U_CAP_CIRCLE
           
static int U_CAP_CIRCUMFLEX
           
static int U_CAP_GRAVE
           
static int U_CAP_MACRON
           
static int U_CAP_TILDE
           
static int U_CAP_UMLAUT
           
static int U_CARON
           
static int U_CIRCLE
           
static int U_CIRCUMFLEX
           
static int U_GRAVE
           
static int U_MACRON
           
static int U_TILDE
           
static int U_UMLAUT
           
static int UNDERLINE_OFF
           
static int UNDERLINE_ON
           
static int UNUSED_COMMAND
           
 
Constructor Summary
TokTyp()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

TokTyp

public TokTyp()


Copyright © 2006-7 Pacific Data Works LLC