Uses of Class
org.jparsec.OperatorTable
Packages that use OperatorTable
-
Uses of OperatorTable in org.jparsec
Methods in org.jparsec that return OperatorTableModifier and TypeMethodDescriptionOperatorTable.infixl(Parser<? extends BiFunction<? super T, ? super T, ? extends T>> parser, int precedence) Adds an infix left-associative binary operator.OperatorTable.infixn(Parser<? extends BiFunction<? super T, ? super T, ? extends T>> parser, int precedence) Adds an infix non-associative binary operator.OperatorTable.infixr(Parser<? extends BiFunction<? super T, ? super T, ? extends T>> parser, int precedence) Adds an infix right-associative binary operator.Adds a postfix unary operator.Adds a prefix unary operator.