Uses of Class
org.biscuitsec.biscuit.error.Error.Execution
-
Packages that use Error.Execution Package Description org.biscuitsec.biscuit.datalog.expressions -
-
Uses of Error.Execution in org.biscuitsec.biscuit.datalog.expressions
Methods in org.biscuitsec.biscuit.datalog.expressions that throw Error.Execution Modifier and Type Method Description TermExpression. evaluate(Map<Long,Term> variables, TemporarySymbolTable symbols)voidOp.Binary. evaluate(Deque<Term> stack, Map<Long,Term> variables, TemporarySymbolTable symbols)abstract voidOp. evaluate(Deque<Term> stack, Map<Long,Term> variables, TemporarySymbolTable symbols)voidOp.Unary. evaluate(Deque<Term> stack, Map<Long,Term> variables, TemporarySymbolTable symbols)voidOp.Value. evaluate(Deque<Term> stack, Map<Long,Term> variables, TemporarySymbolTable symbols)
-