Struct parse_tree::ParseTree[][src]

pub struct ParseTree { /* fields omitted */ }

The parse tree for a single source file.

Methods

impl ParseTree
[src]

The root node of this tree.

Trait Implementations

impl Debug for ParseTree
[src]

Formats the value using the given formatter. Read more

impl Clone for ParseTree
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Index<PtNodeId> for ParseTree
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

Auto Trait Implementations

impl Send for ParseTree

impl Sync for ParseTree