Struct parse_tree::PtNode[][src]

pub struct PtNode { /* fields omitted */ }

Methods

impl PtNode
[src]

The symbol of the token at this node.

The text range covered by the token at this node.

The parent node of this node.

The first child of this node.

The next sibling of this node

Trait Implementations

impl Debug for PtNode
[src]

Formats the value using the given formatter. Read more

impl Clone for PtNode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PtNode

impl Sync for PtNode