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