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 jElseLogicBlock. getElseBlock()Methods in edu.uiuc.ncsa.security.util.functor with parameters of type jElse Modifier and Type Method Description voidLogicBlock. 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)
-