org.yecht
public class DefaultYAMLParser extends Object
Nested Class Summary | |
---|---|
interface | DefaultYAMLParser.yyInput must be implemented by a scanner object to supply input to the parser.
|
Field Summary | |
---|---|
protected static short[] | yyCheck parser tables.
|
protected static short[] | yyDefRed parser tables.
|
protected static short[] | yyDgoto parser tables.
|
static int | yyErrorCode |
protected static int | yyFinal number of final state. |
protected static short[] | yyGindex parser tables.
|
protected static short[] | yyLen parser tables.
|
protected static short[] | yyLhs parser tables.
|
protected int | yyMax initial size and increment of the state/value stack [default 256].
|
protected static String[] | yyNames maps symbol value to printable name. |
protected static short[] | yyRindex parser tables.
|
protected static short[] | yySindex parser tables.
|
protected static short[] | yyTable parser tables.
|
static int | YAML_ALIAS |
static int | YAML_ANCHOR |
static int | YAML_BLOCK |
static int | YAML_DOCSEP |
static int | YAML_IEND |
static int | YAML_INDENT |
static int | YAML_IOPEN |
static int | YAML_ITRANSFER |
static int | YAML_PLAIN |
static int | YAML_TAGURI |
static int | YAML_TRANSFER |
static int | YAML_WORD |
Constructor Summary | |
---|---|
DefaultYAMLParser(Parser parser) |
Method Summary | |
---|---|
static void | applySeqInMap(Parser parser, Node n) |
static Node | NULL_NODE(Parser parser) |
protected Object | yyDefault(Object first) executed at the beginning of a reduce action.
|
void | yyerror(String msg) |
Object | yyparse(DefaultYAMLParser.yyInput yyLex, Object yydebug) the generated parser, with debugging messages.
|
Object | yyparse(DefaultYAMLParser.yyInput yyLex) the generated parser.
|
See Also: DefaultYAMLParser
Parameters: first value for $1, or null.
Returns: first.
Parameters: yyLex scanner. yydebug debug message writer implementing yyDebug, or null.
Returns: result of the last reduction, if any.
Parameters: yyLex scanner.
Returns: result of the last reduction, if any.