de.hunsicker.jalopy.language
Interface Transformation


public interface Transformation

Command interface for applying tree transformations.

Version:
$Revision: 1.2.2.1 $
Author:
Marco Hunsicker

Method Summary
 void apply(antlr.collections.AST tree)
          Performs a transformation of the given tree.
 

Method Detail

apply

public void apply(antlr.collections.AST tree)
           throws TransformationException
Performs a transformation of the given tree.

Parameters:
tree - the root node of a parse tree to apply a transformation to.
Throws:
TransformationException - if the transformation failed.


Copyright © 1997-2005 Jalopy. All Rights Reserved.