com.webobjects.appserver.parser.declaration
Interface WODeclarationParserConstants
- All Known Implementing Classes:
- WODeclarationParser, WODeclarationParserTokenManager
public interface WODeclarationParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
NAME
static final int NAME
- 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
NAME_CHAR
static final int NAME_CHAR
- See Also:
- Constant Field Values
ASSOCIATIONS_START
static final int ASSOCIATIONS_START
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
DEC_DIGITS
static final int DEC_DIGITS
- See Also:
- Constant Field Values
DEC_FLT
static final int DEC_FLT
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
DEC_FLT_SUFF
static final int DEC_FLT_SUFF
- See Also:
- Constant Field Values
NULL
static final int NULL
- See Also:
- Constant Field Values
TRUE
static final int TRUE
- See Also:
- Constant Field Values
FALSE
static final int FALSE
- See Also:
- Constant Field Values
IDENT
static final int IDENT
- See Also:
- Constant Field Values
KVC
static final int KVC
- See Also:
- Constant Field Values
ASSOCIATION_KEY
static final int ASSOCIATION_KEY
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
ESCAPE_SEQUENCE
static final int ESCAPE_SEQUENCE
- See Also:
- Constant Field Values
EQUALS
static final int EQUALS
- See Also:
- Constant Field Values
SEMI
static final int SEMI
- See Also:
- Constant Field Values
SCHEME_NAME_CONST
static final int SCHEME_NAME_CONST
- See Also:
- Constant Field Values
SCHEME_NAME
static final int SCHEME_NAME
- See Also:
- Constant Field Values
SCHEME_CDATA_NAME
static final int SCHEME_CDATA_NAME
- See Also:
- Constant Field Values
ASSOCIATIONS_END
static final int ASSOCIATIONS_END
- See Also:
- Constant Field Values
SCHEME_CDATA_CONTENT
static final int SCHEME_CDATA_CONTENT
- See Also:
- Constant Field Values
SCHEME_CONTENT_STRING_LITERAL
static final int SCHEME_CONTENT_STRING_LITERAL
- See Also:
- Constant Field Values
SCHEME_CONTENT
static final int SCHEME_CONTENT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
Associations
static final int Associations
- See Also:
- Constant Field Values
SchemeContentCData
static final int SchemeContentCData
- See Also:
- Constant Field Values
SchemeContent
static final int SchemeContent
- See Also:
- Constant Field Values
tokenImage
static final String[] tokenImage
Copyright © 2000-2008 Apple Inc.