Class SwitchHandler

  • All Implemented Interfaces:
    CommaListener, DelimiterListener, Serializable, EventListener

    public class SwitchHandler
    extends AbstractHandler
    implements DelimiterListener, CommaListener
    Event-Driven Logic BlockS handler. This is the outermost part of any parsing operation. LogicBlocks are basicallt just a type of switch statement that allows for some awareness of how to evaluate the components (standard switch is to evaluate exactly one, out xor case).

    This has a few specialized calls to let you get results from running logic blocks.

    Created by Jeff Gaynor
    on 7/16/18 at 2:34 PM

    See Also:
    Serialized Form