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