/** * @generated * @param jcas JCas to which this Feature Structure belongs */ public Span(JCas jcas) { super(jcas); readObject(); }
/** * 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(); }