java.lang.Object org.apache.xerces.impl.xpath.regex.Op org.apache.xerces.impl.xpath.regex.Op$ConditionOp
ConditionOp(int type, int refno, Op conditionflow, Op yesflow, Op noflow) { super(type); this.refNumber = refno; this.condition = conditionflow; this.yes = yesflow; this.no = noflow; }
{ super(type); this.refNumber = refno; this.condition = conditionflow; this.yes = yesflow; this.no = noflow; }