Class ExprDouble
java.lang.Object
org.yamcs.studio.autocomplete.parser.engine.expr.Expr
org.yamcs.studio.autocomplete.parser.engine.expr.ExprNumber
org.yamcs.studio.autocomplete.parser.engine.expr.ExprDouble
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ExprDouble
static final ExprDouble
double
static final ExprDouble
-
Constructor Summary
-
Method Summary
Methods inherited from class org.yamcs.studio.autocomplete.parser.engine.expr.ExprNumber
booleanValue, validate
-
Field Details
-
ZERO
-
PI
-
E
-
value
public double value
-
-
Constructor Details
-
ExprDouble
public ExprDouble(double value)
-
-
Method Details
-
intValue
public int intValue()- Specified by:
intValue
in classExprNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classExprNumber
-
toString
-
hashCode
public int hashCode() -
equals
-