Uses of Class
com.sun.msv.datatype.regexp.RegularExpression.Context
-
Packages that use RegularExpression.Context Package Description com.sun.msv.datatype.regexp -
-
Uses of RegularExpression.Context in com.sun.msv.datatype.regexp
Fields in com.sun.msv.datatype.regexp declared as RegularExpression.Context Modifier and Type Field Description (package private) RegularExpression.Context
RegularExpression. context
Methods in com.sun.msv.datatype.regexp with parameters of type RegularExpression.Context Modifier and Type Method Description 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)
-