public abstract class MatcherNode extends Object
TokenPatternImpl for matching via TokenMatcherImpl.| Modifier and Type | Field and Description |
|---|---|
protected MatcherNode |
next |
| Constructor and Description |
|---|
MatcherNode() |
| Modifier and Type | Method and Description |
|---|---|
static MatcherNode |
createSequence(List<MatcherNode> nodes)
Create a
SequenceNode for the given nodes. |
MatcherNode |
getTail()
Get the tail of this node.
|
void |
setNext(MatcherNode next)
Set the node to evaluate after this one.
|
protected MatcherNode next
public void setNext(MatcherNode next)
next - public MatcherNode getTail()
public static MatcherNode createSequence(List<MatcherNode> nodes)
SequenceNode for the given nodes.nodes - Copyright © 2018. All rights reserved.