org.eigenbase.rex
Interface RexAction


public interface RexAction

A RexAction is called when a RexPattern finds a match. It yields a RexNode by substituting the matching tokens.

Since:
May 3, 2002
Version:
$Id: //open/dev/farrago/src/org/eigenbase/rex/RexAction.java#9 $
Author:
jhyde

Method Summary
 void onMatch(RexNode[] tokens)
           
 

Method Detail

onMatch

void onMatch(RexNode[] tokens)