| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GenericTokens
The GenericTokens interface describes the tokens for a
 generic lexer.  This are pretty basic token types that are
 generally common to most languages. 
| Field Summary | |
|---|---|
| static int | TK_CLOSE_BRACEThe constant for a close brace token. | 
| static int | TK_FLOATThe constant for a float token. | 
| static int | TK_IDENTIFIERThe constant for an identifier token. | 
| static int | TK_INTEGERThe constant for an integer token. | 
| static int | TK_KEYWORDThe constant for a keyword token. | 
| static int | TK_MULTI_COMMENTThe constant for a multi-line comment token. | 
| static int | TK_OPEN_BRACEThe constant for an open brace token. | 
| static int | TK_OPERATORThe constant for an operator token. | 
| static int | TK_QUOTESThe constant for a quote token. | 
| static int | TK_SINGLE_COMMENTThe constant for a single-line comment token. | 
| Field Detail | 
|---|
static final int TK_KEYWORD
static final int TK_IDENTIFIER
static final int TK_SINGLE_COMMENT
static final int TK_MULTI_COMMENT
static final int TK_QUOTES
static final int TK_INTEGER
static final int TK_FLOAT
static final int TK_OPEN_BRACE
static final int TK_CLOSE_BRACE
static final int TK_OPERATOR
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||