Package org.parboiled.support
Class Chars
java.lang.Object
org.parboiled.support.Chars
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final char
Special non-character used by theIndentDedentInputBuffer
.static final char
Special non-character used during error recovery.static final char
The End-of-Input non-character.static final char
Special non-character used by theIndentDedentInputBuffer
.static final char
Special non-character used during error recovery.static final char
Special non-character used during error recovery.static final char
Special non-character used during error recovery.static final char
Special non-character used during error recovery.static final char
Special non-character used during error recovery. -
Method Summary
-
Field Details
-
DEL_ERROR
public static final char DEL_ERRORSpecial non-character used during error recovery. Signals that an illegal input character was skipped at this input location.- See Also:
-
INS_ERROR
public static final char INS_ERRORSpecial 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:
-
RESYNC
public static final char RESYNCSpecial non-character used during error recovery. Signals that a rule resynchronization has to be performed at the current input location.- See Also:
-
RESYNC_START
public static final char RESYNC_STARTSpecial 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:
-
RESYNC_END
public static final char RESYNC_ENDSpecial non-character used during error recovery. Signals the end of a resynchronization block.- See Also:
-
RESYNC_EOI
public static final char RESYNC_EOISpecial non-character used during error recovery. Signals a resynchronization at EOI.- See Also:
-
EOI
public static final char EOIThe End-of-Input non-character.- See Also:
-
INDENT
public static final char INDENTSpecial non-character used by theIndentDedentInputBuffer
.- See Also:
-
DEDENT
public static final char DEDENTSpecial non-character used by theIndentDedentInputBuffer
.- See Also:
-