|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> wocompat >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.objectstyle.cayenne.wocompat.parser
Interface ParserConstants

- All Known Implementing Classes:
- Parser, ParserTokenManager
- public interface ParserConstants
| Field Summary | |
static int |
DEFAULT
|
static int |
EOF
|
static int |
FLOAT
|
static int |
INT
|
static int |
QUOTED_STRING
|
static int |
STRING
|
static java.lang.String[] |
tokenImage
|
static int |
WithinQuotedString
|
| Field Detail |
EOF
public static final int EOF
- See Also:
- Constant Field Values
INT
public static final int INT
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
QUOTED_STRING
public static final int QUOTED_STRING
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
WithinQuotedString
public static final int WithinQuotedString
- See Also:
- Constant Field Values
tokenImage
public static final java.lang.String[] tokenImage
|
|||||||||
| Home >> All >> org >> objectstyle >> cayenne >> wocompat >> [ parser overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC