|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jbpm.jpdl.el.impl.Expression
org.jbpm.jpdl.el.impl.Literal
org.jbpm.jpdl.el.impl.FloatingPointLiteral
public class FloatingPointLiteral
An expression representing a floating point literal value. The value is stored internally as a double.
| Constructor Summary | |
|---|---|
FloatingPointLiteral(java.lang.String pToken)
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpressionString()
Returns the expression in the expression language syntax |
| Methods inherited from class org.jbpm.jpdl.el.impl.Literal |
|---|
evaluate, getValue, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FloatingPointLiteral(java.lang.String pToken)
| Method Detail |
|---|
public java.lang.String getExpressionString()
getExpressionString in class Expression
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||