[−][src]Trait antlr_rust::recognizer::Actions
! Usually generated by ANTLR !
Used to make user predicates and actions callable by parser Generated by ANTLR tool from actions and predicated added in grammar file
Associated Types
Loading content...Provided methods
fn sempred(
_localctx: &dyn ParserRuleContext,
_rule_index: isize,
_action_index: isize,
_recog: &mut Self::Recog
) -> bool
_localctx: &dyn ParserRuleContext,
_rule_index: isize,
_action_index: isize,
_recog: &mut Self::Recog
) -> bool
fn action(
_localctx: &dyn ParserRuleContext,
_rule_index: isize,
_action_index: isize,
_recog: &mut Self::Recog
)
_localctx: &dyn ParserRuleContext,
_rule_index: isize,
_action_index: isize,
_recog: &mut Self::Recog
)