ClojureNode

Type Alias ClojureNode 

Source
pub type ClojureNode = RedNode<ClojureSyntaxKind>;

Aliased Type§

pub struct ClojureNode {
    pub green: Arc<GreenNode<ClojureSyntaxKind>>,
    pub offset: usize,
}

Fields§

§green: Arc<GreenNode<ClojureSyntaxKind>>

The underlying green node that contains the structural information

§offset: usize

The absolute byte offset of this node in the source text