public class TypeImpl_primitive extends TypeImpl
isBuiltIn, isCreatableAndNotBuiltinArray, isFeatureFinal, isInheritanceFinal, isLongOrDouble, isRefType, javaClass, singleton| Constructor and Description | 
|---|
| TypeImpl_primitive(String name,
                  TypeSystemImpl tsi,
                  TypeImpl supertype,
                  Class<?> javaType) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | isPrimitive()Check if the type is one of the primitive types. | 
| boolean | subsumes(TypeImpl ti) | 
compareTo, equals, getAppropriateFeatures, getCode, getComponentSlotKind, getComponentType, getFeature, getFeatureByBaseName, getFeatureImpls, getFeatures, getFeaturesAsStream, getFsSpaceReq, getFsSpaceReq, getFsSpaceReq, getJCasClassName, getMergedStaticFeaturesIntroducedByThisType, getName, getNbrOfLongOrDoubleFeatures, getNumberOfFeatures, getShortName, getSuperType, getTypeSystem, hashCode, hashCodeNameLong, hasRefFeature, isAnnotationBaseType, isAnnotationType, isAppropriateFeature, isArray, isCreatableAndNotBuiltinArray, isFeatureFinal, isInheritanceFinal, isLongOrDouble, isStringOrStringSubtype, isStringSubtype, isTopType, isTypedFsArray, iterator, prettyPrint, prettyPrintWithSubTypes, subsumesStrictly, subsumesValue, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic TypeImpl_primitive(String name, TypeSystemImpl tsi, TypeImpl supertype, Class<?> javaType)
public boolean isPrimitive()
TypeisPrimitive in interface TypeisPrimitive in class TypeImpltrue iff type is a primitive type.Type.isPrimitive()Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.