edu.mit.sketch.ddlcompiler.ddljtree
Interface DDLParser2Constants

All Known Implementing Classes:
DDLParser2, DDLParser2TokenManager

public interface DDLParser2Constants


Field Summary
static int ABOVE
           
static int ANGLE_BETWEEN
           
static int ATTACHED
           
static int BELOW
           
static int BISECTS
           
static int COMPONENTS
           
static int CONSTRAINTS
           
static int DECIMAL_LITERAL
           
static int DEFAULT
           
static int DEFINE
           
static int DERIVED_PROPERTIES
           
static int DIGIT
           
static int EOF
           
static int EXPONENT
           
static int FLOATING_POINT_LITERAL
           
static int HEX_LITERAL
           
static int HORIZONTAL
           
static int ID
           
static int INTEGER_LITERAL
           
static int INTERSECTS
           
static int LEFT
           
static int LETTER
           
static int LOWER_LEFT
           
static int LOWER_RIGHT
           
static int MEETS
           
static int MINUS
           
static int OCTAL_LITERAL
           
static int OVERLAPS
           
static int PARALLEL
           
static int PERPENDICULAR
           
static int PLUS
           
static int RENAMINGS
           
static int RIGHT
           
static int SLASH
           
static int STAR
           
static java.lang.String[] tokenImage
           
static int TOUCHES
           
static int UPPER_LEFT
           
static int UPPER_RIGHT
           
static int VERTICAL
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

DEFINE

static final int DEFINE
See Also:
Constant Field Values

CONSTRAINTS

static final int CONSTRAINTS
See Also:
Constant Field Values

COMPONENTS

static final int COMPONENTS
See Also:
Constant Field Values

RENAMINGS

static final int RENAMINGS
See Also:
Constant Field Values

DERIVED_PROPERTIES

static final int DERIVED_PROPERTIES
See Also:
Constant Field Values

LEFT

static final int LEFT
See Also:
Constant Field Values

RIGHT

static final int RIGHT
See Also:
Constant Field Values

UPPER_LEFT

static final int UPPER_LEFT
See Also:
Constant Field Values

UPPER_RIGHT

static final int UPPER_RIGHT
See Also:
Constant Field Values

LOWER_LEFT

static final int LOWER_LEFT
See Also:
Constant Field Values

LOWER_RIGHT

static final int LOWER_RIGHT
See Also:
Constant Field Values

ABOVE

static final int ABOVE
See Also:
Constant Field Values

BELOW

static final int BELOW
See Also:
Constant Field Values

MEETS

static final int MEETS
See Also:
Constant Field Values

TOUCHES

static final int TOUCHES
See Also:
Constant Field Values

OVERLAPS

static final int OVERLAPS
See Also:
Constant Field Values

ATTACHED

static final int ATTACHED
See Also:
Constant Field Values

PARALLEL

static final int PARALLEL
See Also:
Constant Field Values

PERPENDICULAR

static final int PERPENDICULAR
See Also:
Constant Field Values

INTERSECTS

static final int INTERSECTS
See Also:
Constant Field Values

BISECTS

static final int BISECTS
See Also:
Constant Field Values

VERTICAL

static final int VERTICAL
See Also:
Constant Field Values

HORIZONTAL

static final int HORIZONTAL
See Also:
Constant Field Values

ANGLE_BETWEEN

static final int ANGLE_BETWEEN
See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
See Also:
Constant Field Values

DECIMAL_LITERAL

static final int DECIMAL_LITERAL
See Also:
Constant Field Values

HEX_LITERAL

static final int HEX_LITERAL
See Also:
Constant Field Values

OCTAL_LITERAL

static final int OCTAL_LITERAL
See Also:
Constant Field Values

FLOATING_POINT_LITERAL

static final int FLOATING_POINT_LITERAL
See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

SLASH

static final int SLASH
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage