|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.parboiled.support.Chars
public class Chars
Field Summary | |
---|---|
static char |
DEDENT
Special non-character used by the IndentDedentInputBuffer . |
static char |
DEL_ERROR
Special non-character used during error recovery. |
static char |
EOI
The End-of-Input non-character. |
static char |
INDENT
Special non-character used by the IndentDedentInputBuffer . |
static char |
INS_ERROR
Special non-character used during error recovery. |
static char |
RESYNC
Special non-character used during error recovery. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final char EOI
public static final char DEL_ERROR
public static final char INS_ERROR
public static final char RESYNC
public static final char INDENT
IndentDedentInputBuffer
.
public static final char DEDENT
IndentDedentInputBuffer
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |