|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Op | |
org.enhydra.apache.xerces.utils.regex |
Uses of Op in org.enhydra.apache.xerces.utils.regex |
Subclasses of Op in org.enhydra.apache.xerces.utils.regex | |
(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 org.enhydra.apache.xerces.utils.regex declared as Op | |
(package private) Op |
Op.next
|
(package private) Op |
Op.ChildOp.child
|
(package private) Op |
Op.ConditionOp.condition
|
(package private) Op |
Op.ConditionOp.yes
|
(package private) Op |
Op.ConditionOp.no
|
(package private) Op |
RegularExpression.operations
|
Methods in org.enhydra.apache.xerces.utils.regex that return Op | |
(package private) static Op |
Op.createDot()
|
(package private) Op |
Op.elementAt(int index)
|
(package private) Op |
Op.getChild()
|
(package private) Op |
Op.UnionOp.elementAt(int index)
|
(package private) Op |
Op.ChildOp.getChild()
|
Methods in org.enhydra.apache.xerces.utils.regex with parameters of type Op | |
(package private) static Op.CharOp |
Op.createCapture(int number,
Op next)
|
(package private) static Op.ChildOp |
Op.createLook(int type,
Op next,
Op branch)
|
(package private) static Op.ChildOp |
Op.createIndependent(Op next,
Op branch)
|
(package private) static Op.ModifierOp |
Op.createModifier(Op next,
Op branch,
int add,
int mask)
|
(package private) static Op.ConditionOp |
Op.createCondition(Op next,
int ref,
Op conditionflow,
Op yesflow,
Op noflow)
|
(package private) void |
Op.UnionOp.addElement(Op op)
|
(package private) void |
Op.ChildOp.setChild(Op child)
|
Constructors in org.enhydra.apache.xerces.utils.regex with parameters of type Op | |
Op.ConditionOp(int type,
int refno,
Op conditionflow,
Op yesflow,
Op noflow)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |