Package edu.uiuc.ncsa.security.util.functor.parser.event
This contains the event-driven functor parser.
-
Interface Summary Interface Description CommaListener Created by Jeff Gaynor
on 7/16/18 at 11:38 AMDelimiterListener Created by Jeff Gaynor
on 7/16/18 at 11:25 AMDoubleQuoteListener Created by Jeff Gaynor
on 7/16/18 at 11:39 AM -
Class Summary Class Description CommaEvent Created by Jeff Gaynor
on 7/16/18 at 11:37 AMConditionalHandler This handles a logic block of the form if[A]then[B}else[C].DelimiterEvent Created by Jeff Gaynor
on 7/16/18 at 11:25 AMDoubleQuoteEvent Created by Jeff Gaynor
on 7/16/18 at 11:37 AMEventDrivenParser An event driven parser for functors.FunctorHandler This creates functors by adding arguments to them.ParserEvent Created by Jeff Gaynor
on 7/16/18 at 12:02 PMParserUtil Created by Jeff Gaynor
on 9/20/18 at 1:10 PMSwitchHandler Event-Driven Logic BlockS handler.