public class NonEmptyFSList extends FSList
Modifier and Type | Field and Description |
---|---|
static int |
type |
static int |
typeIndexID |
Modifier | Constructor and Description |
---|---|
protected |
NonEmptyFSList() |
|
NonEmptyFSList(int addr,
TOP_Type type)
Internal - Constructor used by generator
|
|
NonEmptyFSList(JCas jcas) |
Modifier and Type | Method and Description |
---|---|
TOP |
getHead()
getter for head *
|
FSList |
getTail()
getter for tail *
|
int |
getTypeIndexID()
used to obtain reference to the TOP_Type instance
|
void |
setHead(TOP v)
setter for head *
|
void |
setTail(FSList 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 NonEmptyFSList()
public NonEmptyFSList(int addr, TOP_Type type)
public NonEmptyFSList(JCas jcas)
public int getTypeIndexID()
TOP
getTypeIndexID
in class FSList
public TOP getHead()
public void setHead(TOP v)
public FSList getTail()
public void setTail(FSList v)
Copyright © 2012. All Rights Reserved.