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