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 class
Fields in com.sun.msv.datatype.regexp declared as OpModifier and TypeFieldDescription(package private) Op
Op.ChildOp.child
(package private) Op
Op.ConditionOp.condition
(package private) Op
Op.next
(package private) Op
Op.ConditionOp.no
(package private) Op
RegularExpression.operations
(package private) Op
Op.ConditionOp.yes
Methods in com.sun.msv.datatype.regexp that return OpModifier and TypeMethodDescriptionprivate Op
Converts a token to an operation.(package private) static Op
Op.createDot()
(package private) Op
Op.elementAt
(int index) (package private) Op
Op.UnionOp.elementAt
(int index) (package private) Op
Op.ChildOp.getChild()
(package private) Op
Op.getChild()
Methods in com.sun.msv.datatype.regexp with parameters of type OpModifier and TypeMethodDescription(package private) void
Op.UnionOp.addElement
(Op op) private Op
Converts a token to an operation.(package private) static Op.CharOp
Op.createCapture
(int number, Op next) (package private) static Op.ConditionOp
Op.createCondition
(Op next, int ref, Op conditionflow, Op yesflow, Op noflow) (package private) static Op.ChildOp
Op.createIndependent
(Op next, Op branch) (package private) static Op.ChildOp
Op.createLook
(int type, Op next, Op branch) (package private) static Op.ModifierOp
Op.createModifier
(Op next, Op branch, int add, int mask) private int
RegularExpression.matchCharacterIterator
(RegularExpression.Context con, Op op, int offset, int dx, int opts) private int
RegularExpression.matchCharArray
(RegularExpression.Context con, Op op, int offset, int dx, int opts) private int
RegularExpression.matchString
(RegularExpression.Context con, Op op, int offset, int dx, int opts) (package private) void
Constructors in com.sun.msv.datatype.regexp with parameters of type OpModifierConstructorDescription(package private)
ConditionOp
(int type, int refno, Op conditionflow, Op yesflow, Op noflow)