org.apache.expreval.expr
Class NotValue<T extends GenericExpression>

java.lang.Object
  extended by org.apache.expreval.expr.GenericExpression
      extended by org.apache.expreval.expr.DelegateStmt<T>
          extended by org.apache.expreval.expr.NotValue<T>
All Implemented Interfaces:
Serializable, GenericValue
Direct Known Subclasses:
GenericBetweenStmt, GenericInStmt, GenericNullCompare, GenericStringPatternStmt

public abstract class NotValue<T extends GenericExpression>
extends DelegateStmt<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
protected NotValue(ExpressionType type, boolean not, GenericValue... args)
           
protected NotValue(ExpressionType type, boolean not, GenericValue arg, List<GenericValue> argList)
           
protected NotValue(ExpressionType type, boolean not, List<GenericValue> args)
           
 
Method Summary
 boolean isNot()
           
protected  String notAsString()
           
 
Methods inherited from class org.apache.expreval.expr.DelegateStmt
getTypedExpr, setTypedExpr
 
Methods inherited from class org.apache.expreval.expr.GenericExpression
applyResultToAggregateValue, asString, getConstantValue, getExprArg, getExpressionContext, getFilter, getGenericValueClass, getGenericValueList, getInvalidTypeMsg, getOptimizedValue, getSubArgs, getTypeSignature, getValueWithCast, getValueWithCast, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, newSingleColumnValueFilter, optimizeAllArgs, reset, setArg, setExpressionContext, useDecimal, validateNumericArgTypes, validateNumericTypes, validateParentClass, validateTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
getValue
 

Constructor Detail

NotValue

protected NotValue(ExpressionType type,
                   boolean not,
                   GenericValue... args)

NotValue

protected NotValue(ExpressionType type,
                   boolean not,
                   List<GenericValue> args)

NotValue

protected NotValue(ExpressionType type,
                   boolean not,
                   GenericValue arg,
                   List<GenericValue> argList)
Method Detail

isNot

public boolean isNot()

notAsString

protected String notAsString()


Copyright © 2011. All Rights Reserved.