org.apache.uima.jcas.cas
Class CommonArray_Type

java.lang.Object
  extended by org.apache.uima.jcas.cas.TOP_Type
      extended by org.apache.uima.jcas.cas.CommonArray_Type
Direct Known Subclasses:
BooleanArray_Type, ByteArray_Type, DoubleArray_Type, FloatArray_Type, FSArray_Type, IntegerArray_Type, LongArray_Type, ShortArray_Type, StringArray_Type

public class CommonArray_Type
extends TOP_Type


Field Summary
 
Fields inherited from class org.apache.uima.jcas.cas.TOP_Type
casImpl, casType, casTypeCode, instanceOf_Type, jcas, ll_cas, lowLevelArrayBoundChecks, lowLevelTypeChecks, typeIndexID, useExistingInstance
 
Constructor Summary
protected CommonArray_Type()
           
  CommonArray_Type(JCas jcas, Type casType)
           
 
Method Summary
 int size(int addr)
          return the size of the array
 
Methods inherited from class org.apache.uima.jcas.cas.TOP_Type
addToIndexes, checkType, getFSGenerator, getTypeIndexID, invalidTypeArg, noObjCreate, removeFromIndexes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonArray_Type

protected CommonArray_Type()

CommonArray_Type

public CommonArray_Type(JCas jcas,
                        Type casType)
Method Detail

size

public int size(int addr)
return the size of the array



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.