Type Definition unflow::grammar::designparser::Goto_actionContext[][src]

type Goto_actionContext<'input> = BaseParserRuleContext<'input, Goto_actionContextExt<'input>>;

Trait Implementations

impl<'input> Goto_actionContextAttrs<'input> for Goto_actionContext<'input>[src]

fn GOTO_KEY(&self) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>> where
    Self: Sized
[src]

Retrieves first TerminalNode corresponding to token GOTO_KEY Returns None if there is no child corresponding to token GOTO_KEY Read more

fn component_name(&self) -> Option<Rc<Component_nameContextAll<'input>>> where
    Self: Sized
[src]

impl<'input, 'a> Listenable<dyn DesignListener<'input> + 'a> for Goto_actionContext<'input>[src]

fn enter(&self, listener: &mut (dyn DesignListener<'input> + 'a))[src]

Calls corresponding enter callback on listener T

fn exit(&self, listener: &mut (dyn DesignListener<'input> + 'a))[src]

Calls corresponding exit callback on listener T

impl<'input, 'a> Visitable<dyn DesignVisitor<'input> + 'a> for Goto_actionContext<'input>[src]

fn accept(&self, visitor: &mut (dyn DesignVisitor<'input> + 'a))[src]

Calls corresponding visit callback on visitorVis

impl<'input> DesignParserContext<'input> for Goto_actionContext<'input>[src]