public static interface CeParser.Lexer
| Modifier and Type | Field and Description |
|---|---|
static int |
EOF
Token returned by the scanner to signal the end of its input.
|
static int |
SCAN_NUMBERCONST
Token number,to be returned by the scanner.
|
static int |
SCAN_STRINGCONST
Token number,to be returned by the scanner.
|
static int |
SCAN_WORD
Token number,to be returned by the scanner.
|
static final int EOF
static final int SCAN_WORD
static final int SCAN_STRINGCONST
static final int SCAN_NUMBERCONST
Object getLVal()
int yylex()
throws ParseException
ParseExceptionvoid yyerror(String msg)
msg - The string for the error message.Copyright © 1999–2014 OPeNDAP. All rights reserved.