This generator is the ultimate transformation target of every generator that produces code. It models file trees.
Type Folder |
---|
The representation of a file directory
The full path of the folder. If the current 'Folder' has a parent 'Folder' then the current 'path' attribute is relative to the parent Folder path
Type File |
---|
The representation of a file
The full path of the file. If the current 'File' has a parent 'Folder' then the current 'path' attribute is relative to the parent Folder path
Type TextGroup |
---|
The representation of a group of text blocks
The indentation of the contained text blocks
The separator text between the contained text blocks
Type Text |
---|
The representation of a simple text
The text value