| 类和说明 |
|---|
| CharNode
This node is the base class for char matching
|
| CharSetNode
This node supports [abcde], only supports Latin-1 char.
|
| Node
Node is all regular expression node's base class.
|
| ReMatcher
The Context of Matcher and MultiMatcher
|
| ReTree
Regular Expression Tree, which could represents multiple regular expression.
|
Copyright © 2019. All rights reserved.