public final class StringLiteralNode extends Object implements ParameterNode
| Constructor and Description |
|---|
StringLiteralNode(String value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> visitor) |
List<AbstractSyntaxTreeNode> |
getChildren() |
String |
getValue() |
public StringLiteralNode(String value)
public String getValue()
public <T> T accept(Visitor<T> visitor)
accept in interface AbstractSyntaxTreeNodepublic List<AbstractSyntaxTreeNode> getChildren()
getChildren in interface AbstractSyntaxTreeNode