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

type Component_use_decimalContext<'input> = BaseParserRuleContext<'input, Component_use_decimalContextExt<'input>>;

Trait Implementations

impl<'input> Borrow<Component_use_declContextExt<'input>> for Component_use_decimalContext<'input>[src]

fn borrow(&self) -> &Component_use_declContextExt<'input>[src]

Immutably borrows from an owned value. Read more

impl<'input> BorrowMut<Component_use_declContextExt<'input>> for Component_use_decimalContext<'input>[src]

fn borrow_mut(&mut self) -> &mut Component_use_declContextExt<'input>[src]

Mutably borrows from an owned value. Read more

impl<'input> Component_use_decimalContextAttrs<'input> for Component_use_decimalContext<'input>[src]

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

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

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

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

Calls corresponding visit callback on visitorVis

impl<'input> Component_use_declContextAttrs<'input> for Component_use_decimalContext<'input>[src]

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