java.lang.Object org.apache.xerces.impl.xpath.regex.Op org.apache.xerces.impl.xpath.regex.Op$ChildOp org.apache.xerces.impl.xpath.regex.Op$ModifierOp
ModifierOp(int type, int v1, int v2) { super(type); this.v1 = v1; this.v2 = v2; }
{ super(type); this.v1 = v1; this.v2 = v2; }
int getData() { return this.v1; }
{ return this.v1; }
int getData2() { return this.v2; }
{ return this.v2; }