Class ParseError

java.lang.Object
org.sonar.sslr.parser.ParseError

public class ParseError extends Object
Describes an error, which is occurred during parse. Use ParseErrorFormatter to convert instances of this class to readable format.

This class is not intended to be instantiated or subclassed by clients.

Since:
1.16
  • Constructor Details

    • ParseError

      public ParseError(InputBuffer inputBuffer, int errorIndex)
  • Method Details

    • getInputBuffer

      public InputBuffer getInputBuffer()
    • getErrorIndex

      public int getErrorIndex()