Class ShellInterpreter.ParseBuffer

java.lang.Object
com.aoapps.hodgepodge.util.ShellInterpreter.ParseBuffer
Enclosing class:
ShellInterpreter

public static class ShellInterpreter.ParseBuffer extends Object
A optional parser buffer to aid performance of repeated parsing. This class is not thread safe and is expected to be used within a non-concurrent call to ShellInterpreter.parse(java.io.Reader, java.io.Writer, com.aoapps.hodgepodge.util.ShellInterpreter.ParserCache).
  • Constructor Details

    • ParseBuffer

      public ParseBuffer()