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

pub type ErrorNode<'input, NodeType> = LeafNode<'input, NodeType, IsError>;
Expand description

Error Leaf

Created for each token created or consumed during recovery

Trait Implementations

Calls corresponding enter callback on listener T

Calls corresponding exit callback on listener T

Calls corresponding visit callback on visitorVis