Struct moore_svlog::ast::RootData [−][src]
pub struct RootData<'a> {
pub files: Vec<&'a Node<'a, SourceFileData<'a>>, Global>,
}
Expand description
All things being compiled.
Fields
files: Vec<&'a Node<'a, SourceFileData<'a>>, Global>
Trait Implementations
Get this node’s name, or None
if it does not have one.
Describe this node for diagnostics in indefinite form, e.g. “entity”. Read more
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Describe this node for diagnostics in indefinite form, e.g. “entity”.
Describe this node for diagnostics in definite form, e.g. “entity ‘top’”. Read more
Apply a function to each child node.
Apply a function to this node.