Package org.apache.commons.jexl3.parser
Interface JavaccError
- All Known Implementing Classes:
ParseException
,TokenMgrException
public interface JavaccError
The common info provided by Javacc errors.
-
Method Summary
-
Method Details
-
getAfter
String getAfter()Gets the last correct input.- Returns:
- the string after which the error occurred
-
getColumn
int getColumn()Gets the column number.- Returns:
- the column.
-
getLine
int getLine()Gets the line number.- Returns:
- line number.
-