Uses of Class
edu.uiuc.ncsa.security.util.functor.logic.jIf
-
Packages that use jIf Package Description edu.uiuc.ncsa.security.util.functor The antiquated way to have a JSON only scripting solution. -
-
Uses of jIf in edu.uiuc.ncsa.security.util.functor
Methods in edu.uiuc.ncsa.security.util.functor that return jIf Modifier and Type Method Description protected jIf
LogicBlock. createIfBlock()
A jIf functor is a functor with the agreement that the argument in text may consists of a functor (rather than an array with a single functor).jIf
LogicBlock. getIfBlock()
Methods in edu.uiuc.ncsa.security.util.functor with parameters of type jIf Modifier and Type Method Description void
LogicBlock. setIfBlock(jIf ifBlock)
Constructors in edu.uiuc.ncsa.security.util.functor with parameters of type jIf Constructor Description LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock)
Constructor for case of no else clause.LogicBlock(JFunctorFactory factory, jIf ifBlock, jThen thenBlock, jElse elseBlock)
-