com.satline.expr
Class IntegerConstant
java.lang.Object
com.satline.expr.NumberConstant
com.satline.expr.IntegerConstant
- All Implemented Interfaces:
- Constant, Expression, java.io.Serializable
public class IntegerConstant
- extends NumberConstant
Integer constant expression.
- Author:
- Teubner
- See Also:
- Serialized Form
|
Method Summary |
java.lang.Integer |
getValue()
Get value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
IntegerConstant
public IntegerConstant()
- Default constructor.
IntegerConstant
public IntegerConstant(int value)
- Construct constant from value.
- Parameters:
value -
IntegerConstant
public IntegerConstant(java.lang.Integer value)
IntegerConstant
public IntegerConstant(java.lang.Number value)
- Construct constant from value.
- Parameters:
value -
getValue
public java.lang.Integer getValue()
- Get value.
- Returns:
- the value.
Copyright © 2007 null. All Rights Reserved.