public class SequenceNode extends MatcherNode
next| Constructor and Description |
|---|
SequenceNode(MatcherNode root) |
| Modifier and Type | Method and Description |
|---|---|
void |
setNext(MatcherNode next)
Set the node to evaluate after this one.
|
String |
toString() |
createSequence, getTailpublic SequenceNode(MatcherNode root)
public void setNext(MatcherNode next)
MatcherNodesetNext in class MatcherNodeCopyright © 2018. All rights reserved.