public class SingleCharNode extends DefinedCharNode implements JoinableNode
| Constructor and Description |
|---|
SingleCharNode(char value) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(RegexNodeVisitor<T> visitor) |
SingleCharNode |
clone() |
char |
getFrom() |
String |
getLiteralValue() |
char |
getTo() |
char |
getValue() |
String |
toInlinedString() |
String |
toString() |
chars, compareTo, cuts, overlaps, size, subsumes, toCharNodescomputeComplementpublic char getValue()
public char getFrom()
getFrom in class DefinedCharNodepublic char getTo()
getTo in class DefinedCharNodepublic String getLiteralValue()
getLiteralValue in interface JoinableNodepublic <T> T accept(RegexNodeVisitor<T> visitor)
public SingleCharNode clone()
public String toInlinedString()
toInlinedString in class DefinedCharNodeCopyright © 2016. All rights reserved.