Interface RexAction


  • public interface RexAction
    A RexAction is called when a RexPattern finds a match. It yields a RexNode by substituting the matching tokens.
    • Method Detail

      • onMatch

        void onMatch​(RexNode[] tokens)