Uses of Class
edu.washington.cs.knowitall.logic.LogicException.CompileLogicException
-
Packages that use LogicException.CompileLogicException Package Description edu.washington.cs.knowitall.logic -
-
Uses of LogicException.CompileLogicException in edu.washington.cs.knowitall.logic
Methods in edu.washington.cs.knowitall.logic that throw LogicException.CompileLogicException Modifier and Type Method Description java.util.List<Expression<E>>
LogicExpression. rpn(java.util.List<Expression<E>> tokens)
Converts an infix logic representation into a postfix logic representation.Constructors in edu.washington.cs.knowitall.logic that throw LogicException.CompileLogicException Constructor Description LogicExpression(java.util.List<Expression<E>> expressions)
-