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