com.satline.expr
Class IsNotNullTerm

java.lang.Object
  extended by com.satline.expr.UnaryTerm
      extended by com.satline.expr.IsNotNullTerm
All Implemented Interfaces:
Expression, java.io.Serializable

public class IsNotNullTerm
extends UnaryTerm

This class defines an is not null term within an expression.

Author:
Teubner
See Also:
Serialized Form

Constructor Summary
IsNotNullTerm()
          Default constructor.
IsNotNullTerm(Expression operand)
          Constructor using fields.
 
Method Summary
<E,F> E
greet(ExpressionWalker<E,F> visitor, F arg)
          Handle visit of ExpressionWalker.
 
Methods inherited from class com.satline.expr.UnaryTerm
equals, getOperand, hashCode, setOperand
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsNotNullTerm

public IsNotNullTerm()
Default constructor.


IsNotNullTerm

public IsNotNullTerm(Expression operand)
Constructor using fields.

Parameters:
operand -
Method Detail

greet

public <E,F> E greet(ExpressionWalker<E,F> visitor,
                     F arg)
        throws ExpressionException
Handle visit of ExpressionWalker.

Parameters:
visitor - - the ExpressionWalker visiting this object
arg - - implementation dependent argument
Returns:
implementation dependent value
Throws:
ExpressionException


Copyright © 2007 null. All Rights Reserved.