public class StringNode extends Object implements RegexNode, JoinableNode
| Constructor and Description |
|---|
StringNode(String value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(RegexNodeVisitor<T> visitor) |
StringNode |
clone() |
String |
getLiteralValue() |
String |
getValue() |
List<CharNode> |
toCharNodes() |
String |
toString() |
public StringNode(String value)
public String getValue()
public String getLiteralValue()
getLiteralValue in interface JoinableNodepublic <T> T accept(RegexNodeVisitor<T> visitor)
public StringNode clone()
Copyright © 2016. All rights reserved.