Class Op.ModifierOp
java.lang.Object
com.sun.msv.datatype.regexp.Op
com.sun.msv.datatype.regexp.Op.ChildOp
com.sun.msv.datatype.regexp.Op.ModifierOp
- Enclosing class:
Op
- Version:
- Op.java,v 1.3 2002/08/09 15:18:17 neilg Exp
-
Nested Class Summary
Nested classes/interfaces inherited from class Op
Op.CharOp, Op.ChildOp, Op.ConditionOp, Op.ModifierOp, Op.RangeOp, Op.StringOp, Op.UnionOp -
Field Summary
FieldsFields inherited from class Op.ChildOp
childFields inherited from class 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 -
Method Summary
Methods inherited from class Op.ChildOp
getChild, setChildMethods inherited from class Op
createAnchor, createBackReference, createCapture, createChar, createClosure, createCondition, createDot, createIndependent, createLook, createModifier, createNonGreedyClosure, createQuestion, createRange, createString, createUnion, elementAt, getString, getToken, size
-
Field Details
-
v1
int v1 -
v2
int v2
-
-
Constructor Details
-
ModifierOp
ModifierOp(int type, int v1, int v2)
-
-
Method Details
-
getData
-
getData2
-