public class CompoundTypeTemplateData extends UserTypeTemplateData
| Constructor and Description |
|---|
CompoundTypeTemplateData(zserio.extension.java.TemplateDataContext context,
zserio.ast.CompoundType compoundType) |
| Modifier and Type | Method and Description |
|---|---|
CompoundFunctionTemplateData |
getCompoundFunctionsData() |
CompoundParameterTemplateData |
getCompoundParametersData() |
java.lang.Iterable<CompoundFieldTemplateData> |
getFieldList() |
boolean |
getIsPackable() |
TemplateInstantiationTemplateData |
getTemplateInstantiation() |
boolean |
getUsedInPackedArray() |
getDocComments, getName, getPackageName, getSchemaTypeNamegetGeneratorDescription, getWithCodeComments, getWithTypeInfoCode, getWithWriterCodepublic CompoundTypeTemplateData(zserio.extension.java.TemplateDataContext context,
zserio.ast.CompoundType compoundType)
throws zserio.extension.common.ZserioExtensionException
zserio.extension.common.ZserioExtensionExceptionpublic boolean getUsedInPackedArray()
public boolean getIsPackable()
public CompoundParameterTemplateData getCompoundParametersData()
public CompoundFunctionTemplateData getCompoundFunctionsData()
public java.lang.Iterable<CompoundFieldTemplateData> getFieldList()
public TemplateInstantiationTemplateData getTemplateInstantiation()
Last updated 2024-07-18 11:29:23