|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.enhydra.apache.xerces.utils.regex.Op | +--org.enhydra.apache.xerces.utils.regex.Op.UnionOp
Inner classes inherited from class org.enhydra.apache.xerces.utils.regex.Op |
Op.CharOp, Op.ChildOp, Op.ConditionOp, Op.ModifierOp, Op.RangeOp, Op.StringOp, Op.UnionOp |
Field Summary | |
(package private) Vector |
branches
|
Fields inherited from class org.enhydra.apache.xerces.utils.regex.Op |
ANCHOR, BACKREFERENCE, CAPTURE, CHAR, CLOSURE, CONDITION, COUNT, DOT, INDEPENDENT, LOOKAHEAD, LOOKBEHIND, MODIFIER, NEGATIVELOOKAHEAD, NEGATIVELOOKBEHIND, next, nofinstances, NONGREEDYCLOSURE, NONGREEDYQUESTION, NRANGE, QUESTION, RANGE, STRING, type, UNION |
Constructor Summary | |
(package private) |
Op.UnionOp(int type,
int size)
|
Method Summary | |
(package private) void |
addElement(Op op)
|
(package private) Op |
elementAt(int index)
|
(package private) int |
size()
|
Methods inherited from class org.enhydra.apache.xerces.utils.regex.Op |
createAnchor, createBackReference, createCapture, createChar, createClosure, createCondition, createDot, createIndependent, createLook, createModifier, createNonGreedyClosure, createQuestion, createRange, createString, createUnion, getChild, getData, getData2, getString, getToken |
Methods inherited from class java.lang.Object |
|
Field Detail |
Vector branches
Constructor Detail |
Op.UnionOp(int type, int size)
Method Detail |
void addElement(Op op)
int size()
size
in class Op
Op elementAt(int index)
elementAt
in class Op
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |