示例#1
0
 /**
  * @generated
  * @param jcas JCas to which this Feature Structure belongs
  */
 public Span(JCas jcas) {
   super(jcas);
   readObject();
 }
示例#2
0
 /**
  * Internal - constructor used by generator
  *
  * @generated
  * @param addr low level Feature Structure reference
  * @param type the type of this Feature Structure
  */
 public Span(int addr, TOP_Type type) {
   super(addr, type);
   readObject();
 }