|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectonig4j.OnigCaptureTreeNode
public class OnigCaptureTreeNode
Capture history data tree class
OnigRegion.getCaptureTreeNode()
,
Oniguruma,
鬼車Field Summary | |
---|---|
int |
allocated
The allocated count |
int |
begin
The begin position |
int |
count
The number of children |
int |
end
The end position |
int |
group
The group number |
Method Summary | |
---|---|
OnigCaptureTreeNode[] |
getChildNodes()
Returns an array of OnigCaptureTreeNode that contains all children of this node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int group
public final int begin
public final int end
public final int allocated
public final int count
Method Detail |
---|
public OnigCaptureTreeNode[] getChildNodes()
java.lang.IllegalStateException
- When parent OnigRegeion objects have already closed or cleared.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |