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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getAfter()
Gets the last correct input.int
getColumn()
Gets the column number.int
getLine()
Gets the line number.
-