public final class BranchNode extends Node
| 构造器和说明 |
|---|
BranchNode(List<Node> branches) |
BranchNode(Node next,
Node first,
Node second) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(Node node) |
boolean |
alike(Node node) |
boolean |
match(ReMatcher matcher,
CharSequence input,
int cursor)
Execute once matching operation
|
void |
study()
Try to study this node's global status, used for performance optimization.
|
getMinInputpublic void study()
Nodepublic boolean match(ReMatcher matcher, CharSequence input, int cursor)
Nodepublic void add(Node node)
Copyright © 2019. All rights reserved.