local.tomas.expr
Class LowerFunctionTerm
java.lang.Object
local.tomas.expr.UnaryTerm
local.tomas.expr.LowerFunctionTerm
- All Implemented Interfaces:
- Serializable, Expression
public class LowerFunctionTerm
- extends UnaryTerm
- implements Expression
This class defines a lower function term within an expression.
- Author:
- Teubner
- See Also:
- Serialized Form
LowerFunctionTerm
public LowerFunctionTerm()
- Default constructor.
LowerFunctionTerm
public LowerFunctionTerm(Expression operand)
- Constructor using fields.
- Parameters:
operand - operand
greet
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
- Description copied from interface:
Expression
- Handle visit of ExpressionWalker.
- Specified by:
greet in interface Expression
- Parameters:
visitor - the ExpressionWalker visiting this objectarg - implementation dependent argument
- Returns:
- implementation dependent result
- Throws:
ExpressionException
Copyright © 2005-2007 Tomas Teubner. All Rights Reserved.