org.apache.expreval.expr.literal
Class IntegerLiteral

java.lang.Object
  extended by org.apache.expreval.expr.literal.GenericLiteral<Integer>
      extended by org.apache.expreval.expr.literal.IntegerLiteral
All Implemented Interfaces:
Serializable, GenericValue, IntegerValue, NumberValue

public class IntegerLiteral
extends GenericLiteral<Integer>
implements IntegerValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
IntegerLiteral(Integer value)
           
IntegerLiteral(String value)
           
 
Method Summary
protected  Class<? extends GenericValue> getReturnType()
           
 
Methods inherited from class org.apache.expreval.expr.literal.GenericLiteral
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, getValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, 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.IntegerValue
getValue
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 

Constructor Detail

IntegerLiteral

public IntegerLiteral(String value)

IntegerLiteral

public IntegerLiteral(Integer value)
Method Detail

getReturnType

protected Class<? extends GenericValue> getReturnType()
Specified by:
getReturnType in class GenericLiteral<Integer>


Copyright © 2011. All Rights Reserved.