Jalopy 1.0b11

de.hunsicker.jalopy.language
Interface Transformation


public interface Transformation

Command interface for applying tree transformations.

Version:
$Revision: 1.2 $
Author:
Marco Hunsicker

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

Method Detail

apply

public void apply(de.hunsicker.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.

Jalopy 1.0b11

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: June 17 2006