|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.parser.SyntaxErrorState
Parser state when a syntax error occured. used to compute an error message
Constructor Summary | |
SyntaxErrorState(java.lang.String[] iExpected,
java.lang.String iFound)
|
Method Summary | |
java.lang.String[] |
expected()
the list of the names of the expected tokens. |
java.lang.String |
found()
the name of the found token. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SyntaxErrorState(java.lang.String[] iExpected, java.lang.String iFound)
Method Detail |
public java.lang.String found()
public java.lang.String[] expected()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |