@Deprecated public class TOP_Type extends Object
| Modifier and Type | Field and Description | 
|---|---|
| CASImpl | casImplDeprecated.  ref to CAS for faster getters/setters | 
| Type | casTypeDeprecated.  the Cas Type associated with this Java Cas Model class | 
| int | casTypeCodeDeprecated.  | 
| protected TOP_Type | instanceOf_TypeDeprecated.  This generator can be set up to either get the identical Java object (if it exists) or just
 make a new one. | 
| JCas | jcasDeprecated.  reference to the Java Cas root | 
| LowLevelCAS | ll_casDeprecated.  | 
| protected boolean | lowLevelArrayBoundChecksDeprecated.  | 
| protected boolean | lowLevelTypeChecksDeprecated.  | 
| static int | typeIndexIDDeprecated.  each cover class when loaded sets an index. | 
| boolean | useExistingInstanceDeprecated.  | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | TOP_Type()Deprecated.  protected constructor - disable default constructor - never called. | 
|   | TOP_Type(JCas jcas,
        Type casType)Deprecated.  | 
| protected  | TOP_Type(JCas jcas,
        Type casType,
        boolean installGenerator)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addToIndexes(int inst)Deprecated.  add the corresponding FeatureStructure to all Cas indexes | 
| protected FSGenerator<?> | getFSGenerator()Deprecated.  | 
| int | getTypeIndexID()Deprecated.  used to obtain reference to the TOP_Type instance | 
| int | noObjCreate()Deprecated.  | 
| void | removeFromIndexes(int inst)Deprecated.  remove the corresponding FeatureStructure from all Cas indexes | 
public static final int typeIndexID
public final Type casType
public final int casTypeCode
public final JCas jcas
public final CASImpl casImpl
public final LowLevelCAS ll_cas
protected final boolean lowLevelTypeChecks
protected final boolean lowLevelArrayBoundChecks
public final boolean useExistingInstance
protected final TOP_Type instanceOf_Type
protected TOP_Type()
public int getTypeIndexID()
protected FSGenerator<?> getFSGenerator()
public void addToIndexes(int inst)
inst - the low level CAS Feature Structure referencepublic void removeFromIndexes(int inst)
inst - the low level CAS Feature Structure referencepublic int noObjCreate()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.