public interface RexAction
RexAction is called when a RexPattern finds a match.
It yields a RexNode by substituting the matching tokens.void onMatch(RexNode[] tokens)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.