Package org.parboiled.support
Class Chars
- java.lang.Object
-
- org.parboiled.support.Chars
-
public class Chars extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static charDEDENTSpecial non-character used by theIndentDedentInputBuffer.static charDEL_ERRORSpecial non-character used during error recovery.static charEOIThe End-of-Input non-character.static charINDENTSpecial non-character used by theIndentDedentInputBuffer.static charINS_ERRORSpecial non-character used during error recovery.static charRESYNCSpecial non-character used during error recovery.static charRESYNC_ENDSpecial non-character used during error recovery.static charRESYNC_EOISpecial non-character used during error recovery.static charRESYNC_STARTSpecial non-character used during error recovery.
-
-
-
Field Detail
-
DEL_ERROR
public static final char DEL_ERROR
Special non-character used during error recovery. Signals that an illegal input character was skipped at this input location.- See Also:
- Constant Field Values
-
INS_ERROR
public static final char INS_ERROR
Special non-character used during error recovery. Signals that the character at the following input location was expected but not present in the input buffer.- See Also:
- Constant Field Values
-
RESYNC
public static final char RESYNC
Special non-character used during error recovery. Signals that a rule resynchronization has to be performed at the current input location.- See Also:
- Constant Field Values
-
RESYNC_START
public static final char RESYNC_START
Special non-character used during error recovery. Signals that all characters up to the RESYNC_END character need to be skipped as part of a resynchronization.- See Also:
- Constant Field Values
-
RESYNC_END
public static final char RESYNC_END
Special non-character used during error recovery. Signals the end of a resynchronization block.- See Also:
- Constant Field Values
-
RESYNC_EOI
public static final char RESYNC_EOI
Special non-character used during error recovery. Signals a resynchronization at EOI.- See Also:
- Constant Field Values
-
EOI
public static final char EOI
The End-of-Input non-character.- See Also:
- Constant Field Values
-
INDENT
public static final char INDENT
Special non-character used by theIndentDedentInputBuffer.- See Also:
- Constant Field Values
-
DEDENT
public static final char DEDENT
Special non-character used by theIndentDedentInputBuffer.- See Also:
- Constant Field Values
-
-