org.lsmp.djep.xjep
Interface RewriteRuleI

All Known Implementing Classes:
ExpandBrackets, ExpandPower

public interface RewriteRuleI

Author:
Rich Morris Created on 01-Oct-2004

Method Summary
 Node apply(ASTFunNode node, Node[] children)
           
 boolean test(ASTFunNode node, Node[] children)
           
 

Method Detail

test

public boolean test(ASTFunNode node,
                    Node[] children)

apply

public Node apply(ASTFunNode node,
                  Node[] children)
           throws ParseException
Throws:
ParseException


http://www.singularsys.com/jep Copyright © 2004 Singular Systems