Struct GffList
Gff type List ( GffStruct[] )
struct GffList
;
Constructors
| Name | Description |
|---|---|
this
(children)
|
|
this
(other)
|
Copy constructor |
this
(json)
|
JSON to GffList |
Fields
| Name | Type | Description |
|---|---|---|
children
|
GffStruct[] | GffList children list |
Methods
| Name | Description |
|---|---|
dup
()
|
Duplicate GffList content |
toJson
(structAsList)
|
GffList to JSON |
toPrettyString
(tabs)
|
Converts a GffStruct to a user-friendly string |