edu.mit.sketch.ddlcompiler.ddljtree
Interface DDLParser2Constants
- All Known Implementing Classes:
- DDLParser2, DDLParser2TokenManager
public interface DDLParser2Constants
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