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. |
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.