Uses of Class
org.matheclipse.parser.client.SyntaxError
Packages that use SyntaxError
-
Uses of SyntaxError in org.matheclipse.parser.client
Methods in org.matheclipse.parser.client that throw SyntaxErrorModifier and TypeMethodDescriptionprotected voidScanner.getNextToken()getNextTokenprotected StringBufferScanner.getStringBuffer()Gets the string buffer.protected voidScanner.initialize(String s) Initialize.org.matheclipse.parser.client.ast.ASTNodeParse the givenexpressionString into an ASTNode.protected voidScanner.throwSyntaxError(String error) Throw syntax error.protected voidScanner.throwSyntaxError(String error, int errorLength) Throw syntax error.Constructors in org.matheclipse.parser.client that throw SyntaxError