com.satline.expr
Class LengthFunctionTerm
java.lang.Object
com.satline.expr.UnaryTerm
com.satline.expr.LengthFunctionTerm
- All Implemented Interfaces:
- Expression, java.io.Serializable
public class LengthFunctionTerm
- extends UnaryTerm
This class defines a length function term within an expression.
- Author:
- Teubner
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LengthFunctionTerm
public LengthFunctionTerm()
- Default constructor.
LengthFunctionTerm
public LengthFunctionTerm(Expression operand)
- Constructor using fields.
- Parameters:
operand -
greet
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
- Handle visit of ExpressionWalker.
- Parameters:
visitor - - the ExpressionWalker visiting this objectarg - - implementation dependent argument
- Returns:
- implementation dependent value
- Throws:
ExpressionException
Copyright © 2007 null. All Rights Reserved.