wt.step.processor.stepParser
Interface STEPParserConstants
- All Known Implementing Classes:
- STEPParser, STEPParserTokenManager
- public interface STEPParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
EMBEDDED_REMARK
public static final int EMBEDDED_REMARK
- See Also:
- Constant Field Values
ISOTAG
public static final int ISOTAG
- See Also:
- Constant Field Values
END_ISOTAG
public static final int END_ISOTAG
- See Also:
- Constant Field Values
HEADER
public static final int HEADER
- See Also:
- Constant Field Values
DATA
public static final int DATA
- See Also:
- Constant Field Values
FILE_DESCRIPTION
public static final int FILE_DESCRIPTION
- See Also:
- Constant Field Values
FILE_NAME
public static final int FILE_NAME
- See Also:
- Constant Field Values
FILE_SCHEMA
public static final int FILE_SCHEMA
- See Also:
- Constant Field Values
ENDSEC
public static final int ENDSEC
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
HEX_LITERAL
public static final int HEX_LITERAL
- See Also:
- Constant Field Values
HEX_DIGIT
public static final int HEX_DIGIT
- See Also:
- Constant Field Values
OCTAL_LITERAL
public static final int OCTAL_LITERAL
- See Also:
- Constant Field Values
REAL_LITERAL
public static final int REAL_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
SIMPLE_STRING_LITERAL
public static final int SIMPLE_STRING_LITERAL
- See Also:
- Constant Field Values
ESCAPED_CHAR
public static final int ESCAPED_CHAR
- See Also:
- Constant Field Values
PRINT_CHAR
public static final int PRINT_CHAR
- See Also:
- Constant Field Values
ENCODED_STRING_LITERAL
public static final int ENCODED_STRING_LITERAL
- See Also:
- Constant Field Values
BINARY_LITERAL
public static final int BINARY_LITERAL
- See Also:
- Constant Field Values
OCTET
public static final int OCTET
- See Also:
- Constant Field Values
ENCODED_CHARACTER
public static final int ENCODED_CHARACTER
- See Also:
- Constant Field Values
UPPERCASE_LETTER
public static final int UPPERCASE_LETTER
- See Also:
- Constant Field Values
LOWERCASE_LETTER
public static final int LOWERCASE_LETTER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
ENTITY_NAME
public static final int ENTITY_NAME
- See Also:
- Constant Field Values
ENUMERATION_NAME
public static final int ENUMERATION_NAME
- See Also:
- Constant Field Values
LPAREN
public static final int LPAREN
- See Also:
- Constant Field Values
RPAREN
public static final int RPAREN
- See Also:
- Constant Field Values
HASH
public static final int HASH
- See Also:
- Constant Field Values
SEMICOLON
public static final int SEMICOLON
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
DOT
public static final int DOT
- See Also:
- Constant Field Values
EQUALS
public static final int EQUALS
- See Also:
- Constant Field Values
NULL
public static final int NULL
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage