[][src]Module outline::document::code

Representation of the code parts of the AST

Structs

CodeBlock

A CodeBlock is a block of code as defined by the input format.

Line

A Line defines a line of code.

Enums

Segment

A Segment is some of the raw source text.

Source

A Source represents the source code on a line.