local.tomas.expr
Class EqualityTerm
java.lang.Object
local.tomas.expr.BinaryTerm
local.tomas.expr.EqualityTerm
- All Implemented Interfaces:
- Serializable, Expression
public class EqualityTerm
- extends BinaryTerm
- implements Expression
This class defines an equality term within an expression.
- Author:
- Teubner
- See Also:
- Serialized Form
EqualityTerm
public EqualityTerm()
- Default constructor.
EqualityTerm
public EqualityTerm(Expression left,
Expression right)
- Constructor using fields.
- Parameters:
left - left operandright - right 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.