Uses of Class
org.matheclipse.parser.client.SyntaxError
-
Packages that use SyntaxError Package Description org.matheclipse.parser.client Provides the parser and scanner implementation. -
-
Uses of SyntaxError in org.matheclipse.parser.client
Methods in org.matheclipse.parser.client that throw SyntaxError Modifier and Type Method Description protected voidScanner. getNextToken()getNextTokenprotected java.lang.StringBufferScanner. getStringBuffer()Gets the string buffer.protected voidScanner. initialize(java.lang.String s)Initialize.org.matheclipse.parser.client.ast.ASTNodeParser. parse(java.lang.String expression)Parse the givenexpressionString into an ASTNode.protected voidScanner. throwSyntaxError(java.lang.String error)Throw syntax error.protected voidScanner. throwSyntaxError(java.lang.String error, int errorLength)Throw syntax error.Constructors in org.matheclipse.parser.client that throw SyntaxError Constructor Description Parser(boolean relaxedSyntax)Instantiates a new parser.Parser(org.matheclipse.parser.client.ast.IParserFactory factory, boolean relaxedSyntax)Instantiates a new parser.
-