Package org.apache.commons.jexl3.parser
Interface JavaccError
-
- All Known Implementing Classes:
ParseException,TokenMgrException
public interface JavaccErrorThe common info provided by Javacc errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAfter()Gets the last correct input.intgetColumn()Gets the column number.intgetLine()Gets the line number.
-