|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface OnigRegion.Callback
Callback interface for onig_capture_tree_traverse() function.
OnigRegion.traverseCaptureTree(onig4j.OnigRegion.Callback, int),
Oniguruma,
Oniguruma API,
鬼車,
鬼車インターフェース| Method Summary | |
|---|---|
int |
call(int group,
int begin,
int end,
int level,
int at)
Called from onig_capture_tree_traverse() function. |
| Method Detail |
|---|
int call(int group,
int begin,
int end,
int level,
int at)
group - The group numberbegin - The capture start positionend - The capture end positionlevel - The nest level (from 0)at - The callback position (ONIG_TRAVERSE_CALLBACK_AT_FIRST or ONIG_TRAVERSE_CALLBACK_AT_LAST)
OnigRegion.ONIG_TRAVERSE_CALLBACK_AT_FIRST,
OnigRegion.ONIG_TRAVERSE_CALLBACK_AT_LAST
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||