public abstract class CharNode extends Node
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
matched |
| 限定符 | 构造器和说明 |
|---|---|
protected |
CharNode(boolean matched) |
| 限定符和类型 | 方法和说明 |
|---|---|
CharNode |
complement() |
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.
|
alike, getMinInputpublic void study()
Nodepublic boolean match(ReMatcher matcher, CharSequence input, int cursor)
Nodepublic CharNode complement()
Copyright © 2019. All rights reserved.