public static final class CompoundFieldTemplateData.Array
extends java.lang.Object
| Constructor and Description |
|---|
Array(zserio.extension.python.TemplateDataContext context,
zserio.ast.ArrayInstantiation arrayInstantiation,
zserio.ast.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,
zserio.ast.ArrayInstantiation arrayInstantiation,
zserio.ast.ZserioType parentType,
zserio.extension.python.ImportCollector importCollector)
throws zserio.extension.common.ZserioExtensionException
zserio.extension.common.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:54:38