|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.expr.NumberConstant
local.tomas.expr.IntegerConstant
public class IntegerConstant
Integer constant expression.
| Field Summary |
|---|
| Fields inherited from class local.tomas.expr.NumberConstant |
|---|
value |
| Constructor Summary | |
|---|---|
IntegerConstant()
Default constructor. |
|
IntegerConstant(int value)
Construct constant from value. |
|
IntegerConstant(Integer value)
Construct constant from value. |
|
IntegerConstant(Number value)
Construct constant from value. |
|
| Method Summary | |
|---|---|
Integer |
getValue()
Get value. |
| Methods inherited from class local.tomas.expr.NumberConstant |
|---|
equals, greet, hashCode, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface local.tomas.expr.Expression |
|---|
greet |
| Constructor Detail |
|---|
public IntegerConstant()
public IntegerConstant(int value)
value - constant valuepublic IntegerConstant(Integer value)
value - constant valuepublic IntegerConstant(Number value)
value - constant value| Method Detail |
|---|
public Integer getValue()
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||