freemarker.template.expression
Interface Parenthesis

All Superinterfaces:
ExpressionElement
All Known Implementing Classes:
CloseParen, OpenParen

public interface Parenthesis
extends ExpressionElement

A tagged interface representing parenthesized expressions. These do not make it into the final expression tree, but are used by the ExpressionBuilder class to determine how to construct the expression tree.

Version:
$Id: Parenthesis.java,v 1.7 2003/11/03 03:33:32 run2000 Exp $