java.lang.Object org.apache.xerces.impl.xpath.regex.Op org.apache.xerces.impl.xpath.regex.Op$CharOp
CharOp(int type, int data) { super(type); this.charData = data; }
{ super(type); this.charData = data; }
int getData() { return this.charData; }
{ return this.charData; }