Beispiel #1
0
func NewCodeGeneratorRequestRequestedFileImportList(s *C.Segment, sz int) CodeGeneratorRequestRequestedFileImport_List {
	return CodeGeneratorRequestRequestedFileImport_List(s.NewCompositeList(8, 1, sz))
}
Beispiel #2
0
func NewAnnotationList(s *C.Segment, sz int) Annotation_List {
	return Annotation_List(s.NewCompositeList(8, 1, sz))
}
Beispiel #3
0
func NewCodeGeneratorRequestList(s *C.Segment, sz int) CodeGeneratorRequest_List {
	return CodeGeneratorRequest_List(s.NewCompositeList(0, 2, sz))
}
Beispiel #4
0
func NewTypeList(s *C.Segment, sz int) Type_List { return Type_List(s.NewCompositeList(16, 1, sz)) }
Beispiel #5
0
func NewValueList(s *C.Segment, sz int) Value_List { return Value_List(s.NewCompositeList(16, 1, sz)) }
Beispiel #6
0
func NewMethodList(s *C.Segment, sz int) Method_List { return Method_List(s.NewCompositeList(8, 4, sz)) }
Beispiel #7
0
func NewMethodParamList(s *C.Segment, sz int) MethodParam_List {
	return MethodParam_List(s.NewCompositeList(0, 4, sz))
}
Beispiel #8
0
func NewEnumerantList(s *C.Segment, sz int) Enumerant_List {
	return Enumerant_List(s.NewCompositeList(8, 2, sz))
}
Beispiel #9
0
func NewFieldList(s *C.Segment, sz int) Field_List { return Field_List(s.NewCompositeList(24, 4, sz)) }
Beispiel #10
0
func NewNodeNestedNodeList(s *C.Segment, sz int) NodeNestedNode_List {
	return NodeNestedNode_List(s.NewCompositeList(8, 1, sz))
}
Beispiel #11
0
func NewNodeList(s *C.Segment, sz int) Node_List { return Node_List(s.NewCompositeList(40, 5, sz)) }
func NewTestSTList(s *C.Segment, sz int) TestST_List { return TestST_List(s.NewCompositeList(8, 2, sz)) }