Package org.apache.uima.jcas.cas
Class NonEmptyIntegerList_Type
java.lang.Object
org.apache.uima.jcas.cas.TOP_Type
org.apache.uima.jcas.cas.IntegerList_Type
org.apache.uima.jcas.cas.NonEmptyIntegerList_Type
-
Field Summary
FieldsFields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, useExistingInstance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FSGenerator<?>
int
getHead
(int addr) int
getTail
(int addr) void
setHead
(int addr, int v) void
setTail
(int addr, int v) Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
-
Field Details
-
typeIndexID
public static final int typeIndexID -
featOkTst
public static final boolean featOkTst
-
-
Constructor Details
-
NonEmptyIntegerList_Type
-
NonEmptyIntegerList_Type
protected NonEmptyIntegerList_Type()
-
-
Method Details
-
getFSGenerator
- Overrides:
getFSGenerator
in classIntegerList_Type
-
getHead
public int getHead(int addr) -
setHead
public void setHead(int addr, int v) -
getTail
public int getTail(int addr) -
setTail
public void setTail(int addr, int v)
-