Package org.parboiled.buffers


package org.parboiled.buffers
  • Class
    Description
    Immutable default implementation of an InputBuffer.
    Special, immutable InputBuffer implementation for indentation based grammars.
    Abstraction of a simple char[] buffer holding the input text to be parsed.
     
    An InputBuffer wrapping another InputBuffer and providing for the ability to insert (and undo) characters at certain index positions.