|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yecht.DefaultYAMLParser
public class DefaultYAMLParser
| Nested Class Summary | |
|---|---|
static interface |
DefaultYAMLParser.yyInput
must be implemented by a scanner object to supply input to the parser. |
| Field Summary | |
|---|---|
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
|
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. |
| 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)
the generated parser. |
Object |
yyparse(DefaultYAMLParser.yyInput yyLex,
Object yydebug)
the generated parser, with debugging messages. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int YAML_ANCHOR
public static final int YAML_ALIAS
public static final int YAML_TRANSFER
public static final int YAML_TAGURI
public static final int YAML_ITRANSFER
public static final int YAML_WORD
public static final int YAML_PLAIN
public static final int YAML_BLOCK
public static final int YAML_DOCSEP
public static final int YAML_IOPEN
public static final int YAML_INDENT
public static final int YAML_IEND
public static final int yyErrorCode
protected static final int yyFinal
protected static final short[] yyLhs
protected static final short[] yyLen
protected static final short[] yyDefRed
protected static final short[] yyDgoto
protected static final short[] yySindex
protected static final short[] yyRindex
protected static final short[] yyGindex
protected static final short[] yyTable
protected static final short[] yyCheck
protected static final String[] yyNames
#yyExpectingprotected int yyMax
yyparse(org.yecht.DefaultYAMLParser.yyInput, java.lang.Object).
| Constructor Detail |
|---|
public DefaultYAMLParser(Parser parser)
| Method Detail |
|---|
public Object yyparse(DefaultYAMLParser.yyInput yyLex,
Object yydebug)
throws IOException
yyLex - scanner.yydebug - debug message writer implementing yyDebug, or null.
IOExceptionprotected Object yyDefault(Object first)
first - value for $1, or null.
public Object yyparse(DefaultYAMLParser.yyInput yyLex)
throws IOException
yyLex - scanner.
IOExceptionpublic static Node NULL_NODE(Parser parser)
public static void applySeqInMap(Parser parser,
Node n)
public void yyerror(String msg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||