net.sf.saffron.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/saffron/src/openjava/ptree/util/RexAction.java#1 $
Author:
jhyde

Method Summary
 void onMatch(RexNode[] tokens)
           
 

Method Detail

onMatch

public void onMatch(RexNode[] tokens)

SourceForge.net_Logo