public static final class CompoundFieldTemplateData.Array
extends java.lang.Object
| Constructor and Description |
|---|
Array(zserio.extension.python.TemplateDataContext context,
ArrayInstantiation arrayInstantiation,
ZserioType parentType,
zserio.extension.python.ImportCollector importCollector) |
| Modifier and Type | Method and Description |
|---|---|
CompoundFieldTemplateData.BitSize |
getElementBitSize() |
CompoundFieldTemplateData.Compound |
getElementCompound() |
boolean |
getElementIsRecursive() |
NativeTypeInfoTemplateData |
getElementTypeInfo() |
boolean |
getElementUsedInPackedArray() |
boolean |
getIsImplicit() |
boolean |
getIsPacked() |
java.lang.String |
getLength() |
boolean |
getRequiresOwnerContext() |
public Array(zserio.extension.python.TemplateDataContext context,
ArrayInstantiation arrayInstantiation,
ZserioType parentType,
zserio.extension.python.ImportCollector importCollector)
throws ZserioExtensionException
ZserioExtensionExceptionpublic boolean getIsImplicit()
public boolean getIsPacked()
public java.lang.String getLength()
public boolean getRequiresOwnerContext()
public NativeTypeInfoTemplateData getElementTypeInfo()
public boolean getElementIsRecursive()
public CompoundFieldTemplateData.BitSize getElementBitSize()
public CompoundFieldTemplateData.Compound getElementCompound()
public boolean getElementUsedInPackedArray()
Last updated 2024-10-29 12:56:13