Class AbstractLiteralNode

java.lang.Object
com.powsybl.dsl.ast.AbstractLiteralNode
All Implemented Interfaces:
ExpressionNode
Direct Known Subclasses:
BigDecimalLiteralNode, BooleanLiteralNode, DoubleLiteralNode, FloatLiteralNode, IntegerLiteralNode, StringLiteralNode

public abstract class AbstractLiteralNode extends Object implements ExpressionNode
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Constructor Details

    • AbstractLiteralNode

      public AbstractLiteralNode()
  • Method Details