Package com.algo.parser
-
Interface Summary Interface Description SyntaxChecker.Parser<T> This function should parse the given formula and in case of an error it should throw an exception or return null. -
Class Summary Class Description DoubleSyntaxChecker Accepts doubles, possibly restricted to a given range.IntSyntaxChecker Accepts integers, possibly restricted to a given range.SyntaxChecker A syntax checker for strings.SyntaxChecker.Result -
Exception Summary Exception Description ParseError A parse error.