Uses of Class
com.sun.msv.datatype.regexp.Op
Packages that use Op
-
Uses of Op in com.sun.msv.datatype.regexp
Subclasses of Op in com.sun.msv.datatype.regexpModifier and TypeClassDescription(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static class(package private) static classFields in com.sun.msv.datatype.regexp declared as OpModifier and TypeFieldDescription(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 OpModifier and TypeMethodDescriptionprivate OpConverts 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 OpModifier and TypeMethodDescription(package private) voidOp.UnionOp.addElement(Op op) private OpConverts 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) voidConstructors in com.sun.msv.datatype.regexp with parameters of type OpModifierConstructorDescription(package private)ConditionOp(int type, int refno, Op conditionflow, Op yesflow, Op noflow)