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

java.lang.Object
  |
  +--org.enhydra.apache.xerces.utils.regex.Op
        |
        +--org.enhydra.apache.xerces.utils.regex.Op.ChildOp
Direct Known Subclasses:
Op.ModifierOp
Enclosing class:
Op

static class Op.ChildOp
extends Op


Inner classes inherited from class org.enhydra.apache.xerces.utils.regex.Op
Op.CharOp, Op.ChildOp, Op.ConditionOp, Op.ModifierOp, Op.RangeOp, Op.StringOp, Op.UnionOp
 
Field Summary
(package private)  Op child
           
 
Fields inherited from class org.enhydra.apache.xerces.utils.regex.Op
ANCHOR, BACKREFERENCE, CAPTURE, CHAR, CLOSURE, CONDITION, COUNT, DOT, INDEPENDENT, LOOKAHEAD, LOOKBEHIND, MODIFIER, NEGATIVELOOKAHEAD, NEGATIVELOOKBEHIND, next, nofinstances, NONGREEDYCLOSURE, NONGREEDYQUESTION, NRANGE, QUESTION, RANGE, STRING, type, UNION
 
Constructor Summary
(package private) Op.ChildOp(int type)
           
 
Method Summary
(package private)  Op getChild()
           
(package private)  void setChild(Op child)
           
 
Methods inherited from class org.enhydra.apache.xerces.utils.regex.Op
createAnchor, createBackReference, createCapture, createChar, createClosure, createCondition, createDot, createIndependent, createLook, createModifier, createNonGreedyClosure, createQuestion, createRange, createString, createUnion, elementAt, getData, getData2, getString, getToken, size
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

child

Op child
Constructor Detail

Op.ChildOp

Op.ChildOp(int type)
Method Detail

setChild

void setChild(Op child)

getChild

Op getChild()
Overrides:
getChild in class Op


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