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

type Show_actionContext<'input> = BaseParserRuleContext<'input, Show_actionContextExt<'input>>;

Trait Implementations

impl<'input, 'a> Listenable<dyn DesignListener<'input> + 'a> for Show_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> Show_actionContextAttrs<'input> for Show_actionContext<'input>[src]

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

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

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

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

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

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

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

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

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

Calls corresponding visit callback on visitorVis

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