|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.NumberConstant
com.satline.expr.DoubleConstant
public class DoubleConstant
Constant double expression.
| Field Summary |
|---|
| Fields inherited from class com.satline.expr.NumberConstant |
|---|
value |
| Constructor Summary | |
|---|---|
DoubleConstant()
Default constructor. |
|
DoubleConstant(double value)
Constructor using fields. |
|
DoubleConstant(java.lang.Number value)
Constructor using fields. |
|
| Method Summary | |
|---|---|
java.lang.Double |
getValue()
Get value |
| Methods inherited from class com.satline.expr.NumberConstant |
|---|
equals, greet, hashCode, setValue, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleConstant()
public DoubleConstant(java.lang.Number value)
value - - constant valuepublic DoubleConstant(double value)
value - - constant value| Method Detail |
|---|
public java.lang.Double getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||