Package com.sun.msv.datatype.regexp
Class Op.UnionOp
- java.lang.Object
-
- com.sun.msv.datatype.regexp.Op
-
- com.sun.msv.datatype.regexp.Op.UnionOp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.msv.datatype.regexp.Op
Op.CharOp, Op.ChildOp, Op.ConditionOp, Op.ModifierOp, Op.RangeOp, Op.StringOp, Op.UnionOp
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.Vector
branches
-
Fields inherited from class com.sun.msv.datatype.regexp.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
Constructors Constructor Description UnionOp(int type, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
addElement(Op op)
(package private) Op
elementAt(int index)
(package private) int
size()
-
Methods inherited from class com.sun.msv.datatype.regexp.Op
createAnchor, createBackReference, createCapture, createChar, createClosure, createCondition, createDot, createIndependent, createLook, createModifier, createNonGreedyClosure, createQuestion, createRange, createString, createUnion, getChild, getData, getData2, getString, getToken
-
-