Package com.powsybl.dsl.ast
Class IntegerLiteralNode
- java.lang.Object
-
- com.powsybl.dsl.ast.AbstractLiteralNode
-
- com.powsybl.dsl.ast.IntegerLiteralNode
-
- All Implemented Interfaces:
ExpressionNode
public class IntegerLiteralNode extends AbstractLiteralNode
- Author:
- Geoffroy Jamgotchian
-
-
Constructor Summary
Constructors Constructor Description IntegerLiteralNode(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LiteralType
getType()
Object
getValue()
-
Methods inherited from class com.powsybl.dsl.ast.AbstractLiteralNode
accept
-
-
-
-
Method Detail
-
getType
public LiteralType getType()
- Specified by:
getType
in classAbstractLiteralNode
-
getValue
public Object getValue()
- Specified by:
getValue
in classAbstractLiteralNode
-
-