org.parboiled.support
Class Chars

java.lang.Object
  extended by org.parboiled.support.Chars

public class Chars
extends java.lang.Object


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

EOI

public static final char EOI
The End-of-Input non-character.

See Also:
Constant Field Values

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 had to be performed at the current input location.

See Also:
Constant Field Values

INDENT

public static final char INDENT
Special non-character used by the IndentDedentInputBuffer.

See Also:
Constant Field Values

DEDENT

public static final char DEDENT
Special non-character used by the IndentDedentInputBuffer.

See Also:
Constant Field Values