Class SymbolWrapper<I>

  • Type Parameters:
    I - input symbol type

    public class SymbolWrapper<I>
    extends Object
    A utility class to annotate an input symbol with a (boolean) continuable flag.
    • Constructor Detail

      • SymbolWrapper

        public SymbolWrapper​(I delegate,
                             boolean continuable)
    • Method Detail

      • getDelegate

        public I getDelegate()
      • isContinuable

        public boolean isContinuable()