java.lang.Object org.apache.xerces.impl.xpath.regex.Op org.apache.xerces.impl.xpath.regex.Op$ChildOp
Direct Known Subclasses: ModifierOp
ChildOp(int type) { super(type); }
{ super(type); }
Op getChild() { return this.child; }
{ return this.child; }
void setChild(Op child) { this.child = child; }
{ this.child = child; }