Uses of Class
edu.uiuc.ncsa.security.util.functor.logic.jElse
-
Packages that use jElse Package Description edu.uiuc.ncsa.security.util.functor The antiquated way to have a JSON only scripting solution. -
-
Uses of jElse in edu.uiuc.ncsa.security.util.functor
Methods in edu.uiuc.ncsa.security.util.functor that return jElse Modifier and Type Method Description jElse
LogicBlock. getElseBlock()
Methods in edu.uiuc.ncsa.security.util.functor with parameters of type jElse Modifier and Type Method Description void
LogicBlock. setElseBlock(jElse elseBlock)
Constructors in edu.uiuc.ncsa.security.util.functor with parameters of type jElse Constructor Description LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock, jElse elseBlock)
-