public class FloatingPointLiteral extends Literal
An expression representing a floating point literal value. The value is stored internally as a double.
| Constructor and Description |
|---|
FloatingPointLiteral(String pToken)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExpressionString()
Returns the expression in the expression language syntax
|
public FloatingPointLiteral(String pToken)
public String getExpressionString()
getExpressionString in class ExpressionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.