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

type See_declContext<'input> = BaseParserRuleContext<'input, See_declContextExt<'input>>;

Trait Implementations

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

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

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

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

Retrieves first TerminalNode corresponding to token IDENTIFIER Returns None if there is no child corresponding to token IDENTIFIER 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 See_declContext<'input>[src]

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

Calls corresponding visit callback on visitorVis

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