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

type Preset_callContext<'input> = BaseParserRuleContext<'input, Preset_callContextExt<'input>>;

Trait Implementations

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

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

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 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

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

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

Calls corresponding visit callback on visitorVis

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