Uses of Class
org.enhydra.apache.xerces.utils.regex.Op.ChildOp

Packages that use Op.ChildOp
org.enhydra.apache.xerces.utils.regex   
 

Uses of Op.ChildOp in org.enhydra.apache.xerces.utils.regex
 

Subclasses of Op.ChildOp in org.enhydra.apache.xerces.utils.regex
(package private) static class Op.ModifierOp
           
 

Methods in org.enhydra.apache.xerces.utils.regex that return Op.ChildOp
(package private) static Op.ChildOp Op.createClosure(int id)
           
(package private) static Op.ChildOp Op.createNonGreedyClosure()
           
(package private) static Op.ChildOp Op.createQuestion(boolean nongreedy)
           
(package private) static Op.ChildOp Op.createLook(int type, Op next, Op branch)
           
(package private) static Op.ChildOp Op.createIndependent(Op next, Op branch)
           
 



Copyright © 1999 The Apache Software Foundation. All Rights reserved.