Type Definition antlr_rust::tree::TerminalNode[][src]

pub type TerminalNode<'input, NodeType> = LeafNode<'input, NodeType, NoError>;
Expand description

non-error AST leaf node

Trait Implementations

Calls corresponding enter callback on listener T

Calls corresponding exit callback on listener T

Calls corresponding visit callback on visitorVis