java.lang.Object org.apache.xerces.impl.xpath.regex.Op org.apache.xerces.impl.xpath.regex.Op$RangeOp
RangeOp(int type, Token tok) { super(type); this.tok = tok; }
{ super(type); this.tok = tok; }
RangeToken getToken() { return (RangeToken)this.tok; }
{ return (RangeToken)this.tok; }