public class NonEmptyIntegerList extends IntegerList
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
NonEmptyIntegerList() |
|
NonEmptyIntegerList(int addr,
TOP_Type type)
Internal - Constructor used by generator
|
|
NonEmptyIntegerList(JCas jcas) |
Modifier and Type | Method and Description |
---|---|
int |
getHead()
getter for head *
|
IntegerList |
getTail()
getter for tail *
|
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance
|
void |
setHead(int v)
setter for head *
|
void |
setTail(IntegerList v)
setter for tail *
|
getNthElement
addToIndexes, addToIndexes, equals, getAddress, getCAS, getCASImpl, getLowLevelCas, hashCode, removeFromIndexes, removeFromIndexes
clone, getBooleanValue, getByteValue, getDoubleValue, getFeatureValue, getFeatureValueAsString, getFloatValue, getIntValue, getLongValue, getShortValue, getStringValue, getType, prettyPrint, prettyPrint, prettyPrint, setBooleanValue, setByteValue, setDoubleValue, setFeatureValue, setFeatureValueFromString, setFloatValue, setIntValue, setLongValue, setShortValue, setStringValue, toString, toString
protected NonEmptyIntegerList()
public NonEmptyIntegerList(int addr, TOP_Type type)
public NonEmptyIntegerList(JCas jcas)
public int getTypeIndexID()
TOP
getTypeIndexID
in class IntegerList
public int getHead()
public void setHead(int v)
public IntegerList getTail()
public void setTail(IntegerList v)
Copyright © 2012. All Rights Reserved.