修飾子とタイプ | フィールドと説明 |
---|---|
int |
count
マッチ回数
|
int |
count_in_scope
同一スコープ内でのマッチ回数
|
HashMap<String,hiRegex> |
defs |
hiRegex |
entry |
Matcher |
matcher
マッチ情報
|
String |
name |
hiRegex.Parameter |
parent
親:defの場合hiRegex内でtopであっても親がいる
|
hiRegex |
root |
StringBuilder |
sb
組み立て途中の文字列
|
boolean |
top
当該hiRegex内のtop
|
HashMap<String,String> |
var |
public hiRegex entry
public hiRegex root
public String name
public boolean top
public hiRegex.Parameter parent
public StringBuilder sb
public Matcher matcher
public int count
public int count_in_scope