org.apache.commons.jexl3.parser
Interface JavaccError

All Known Implementing Classes:
ParseException, TokenMgrError

public interface JavaccError

The common info provided by Javacc errors.


Method Summary
 String getAfter()
          Gets the last correct input.
 int getColumn()
          Gets the column number.
 int getLine()
          Gets the line number.
 

Method Detail

getLine

int getLine()
Gets the line number.

Returns:
line number.

getColumn

int getColumn()
Gets the column number.

Returns:
the column.

getAfter

String getAfter()
Gets the last correct input.

Returns:
the string after which the error occured


Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.