Package com.powsybl.dsl.ast
Class DoubleLiteralNode
java.lang.Object
com.powsybl.dsl.ast.AbstractLiteralNode
com.powsybl.dsl.ast.DoubleLiteralNode
- All Implemented Interfaces:
ExpressionNode
- Author:
- Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
-
Constructor Summary
-
Method Summary
Methods inherited from class com.powsybl.dsl.ast.AbstractLiteralNode
accept
-
Constructor Details
-
DoubleLiteralNode
public DoubleLiteralNode(double value)
-
-
Method Details
-
getType
- Specified by:
getType
in classAbstractLiteralNode
-
getValue
- Specified by:
getValue
in classAbstractLiteralNode
-