Interface RexAction


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

    Modifier and Type
    Method
    Description
    void
    onMatch(RexNode[] tokens)
    Deprecated.
     
  • Method Details

    • onMatch

      void onMatch(RexNode[] tokens)
      Deprecated.