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 class
Op.CharOp
(package private) static class
Op.ChildOp
(package private) static class
Op.ConditionOp
(package private) static class
Op.ModifierOp
(package private) static class
Op.RangeOp
(package private) static class
Op.StringOp
(package private) static class
Op.UnionOp
Fields in com.sun.msv.datatype.regexp declared as Op Modifier and Type Field Description (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 Op Modifier and Type Method Description private Op
RegularExpression. compile(Token tok, Op next, boolean reverse)
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 Op Modifier and Type Method Description (package private) void
Op.UnionOp. addElement(Op op)
private Op
RegularExpression. compile(Token tok, Op next, boolean reverse)
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
Op.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)
-