Class Inversion.PushAction

  • Enclosing class:
    Inversion

    public static class Inversion.PushAction
    extends java.lang.Object
    A PushAction is a collection of data that together represents the strategy for how an expression should be evaluated in push mode. The StreamingRoute is effectively a list of PushAction objects, one for each expression that needs to be processed in push mode.
    • Field Detail

      • streamingChildSequence

        public int streamingChildSequence
      • pushMethod

        public int pushMethod
    • Constructor Detail

      • PushAction

        public PushAction()
    • Method Detail

      • getExpression

        public Expression getExpression()