Uses of Class
weka.core.expressionlanguage.core.SyntaxException
Packages that use SyntaxException
-
Uses of SyntaxException in weka.core.expressionlanguage.parser
Methods in weka.core.expressionlanguage.parser that throw SyntaxExceptionModifier and TypeMethodDescriptionjava_cup.runtime.SymbolScanner.next_token()Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.voidParser.unrecovered_syntax_error(java_cup.runtime.Symbol token) voidScanner.yypushback(int number) Pushes the specified amount of characters back into the input stream.