Uses of Class
com.sun.msv.datatype.regexp.Op
-
Packages that use Op Package Description com.sun.msv.datatype.regexp -
-
Uses of Op in com.sun.msv.datatype.regexp
Subclasses of Op in com.sun.msv.datatype.regexp Modifier and Type Class Description (package private) static classOp.CharOp(package private) static classOp.ChildOp(package private) static classOp.ConditionOp(package private) static classOp.ModifierOp(package private) static classOp.RangeOp(package private) static classOp.StringOp(package private) static classOp.UnionOpFields in com.sun.msv.datatype.regexp declared as Op Modifier and Type Field Description (package private) OpOp.ChildOp. child(package private) OpOp.ConditionOp. condition(package private) OpOp. next(package private) OpOp.ConditionOp. no(package private) OpRegularExpression. operations(package private) OpOp.ConditionOp. yesMethods in com.sun.msv.datatype.regexp that return Op Modifier and Type Method Description private OpRegularExpression. compile(Token tok, Op next, boolean reverse)Converts a token to an operation.(package private) static OpOp. createDot()(package private) OpOp. elementAt(int index)(package private) OpOp.UnionOp. elementAt(int index)(package private) OpOp.ChildOp. getChild()(package private) OpOp. getChild()Methods in com.sun.msv.datatype.regexp with parameters of type Op Modifier and Type Method Description (package private) voidOp.UnionOp. addElement(Op op)private OpRegularExpression. compile(Token tok, Op next, boolean reverse)Converts a token to an operation.(package private) static Op.CharOpOp. createCapture(int number, Op next)(package private) static Op.ConditionOpOp. createCondition(Op next, int ref, Op conditionflow, Op yesflow, Op noflow)(package private) static Op.ChildOpOp. createIndependent(Op next, Op branch)(package private) static Op.ChildOpOp. createLook(int type, Op next, Op branch)(package private) static Op.ModifierOpOp. createModifier(Op next, Op branch, int add, int mask)private intRegularExpression. matchCharacterIterator(RegularExpression.Context con, Op op, int offset, int dx, int opts)private intRegularExpression. matchCharArray(RegularExpression.Context con, Op op, int offset, int dx, int opts)private intRegularExpression. matchString(RegularExpression.Context con, Op op, int offset, int dx, int opts)(package private) voidOp.ChildOp. setChild(Op child)Constructors in com.sun.msv.datatype.regexp with parameters of type Op Constructor Description ConditionOp(int type, int refno, Op conditionflow, Op yesflow, Op noflow)
-