public final class CompoundConstructorTemplateData
extends java.lang.Object
| Constructor and Description |
|---|
CompoundConstructorTemplateData(zserio.ast.CompoundType compoundType,
CompoundParameterTemplateData compoundParametersData,
java.util.List<CompoundFieldTemplateData> fieldList) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCompoundName() |
CompoundParameterTemplateData |
getCompoundParametersData() |
java.lang.Iterable<CompoundFieldTemplateData> |
getFieldList() |
public CompoundConstructorTemplateData(zserio.ast.CompoundType compoundType,
CompoundParameterTemplateData compoundParametersData,
java.util.List<CompoundFieldTemplateData> fieldList)
public java.lang.String getCompoundName()
public CompoundParameterTemplateData getCompoundParametersData()
public java.lang.Iterable<CompoundFieldTemplateData> getFieldList()
Last updated 2024-10-29 12:53:27