Uses of Class
edu.uiuc.ncsa.security.util.functor.parser.event.FunctorHandler
-
Packages that use FunctorHandler Package Description edu.uiuc.ncsa.security.util.functor.parser.event This contains the event-driven functor parser. -
-
Uses of FunctorHandler in edu.uiuc.ncsa.security.util.functor.parser.event
Methods in edu.uiuc.ncsa.security.util.functor.parser.event that return FunctorHandler Modifier and Type Method Description FunctorHandler
ConditionalHandler. getFunctorHandler()
FunctorHandler
EventDrivenParser. getFunctorHandler()
Methods in edu.uiuc.ncsa.security.util.functor.parser.event with parameters of type FunctorHandler Modifier and Type Method Description void
ConditionalHandler. setFunctorHandler(FunctorHandler functorHandler)
Constructors in edu.uiuc.ncsa.security.util.functor.parser.event with parameters of type FunctorHandler Constructor Description ConditionalHandler(FunctorHandler functorHandler, JFunctorFactory functorFactory)
-