Trait unflow::grammar::designparser::Component_use_decimalContextAttrs[][src]

pub trait Component_use_decimalContextAttrs<'input>: DesignParserContext<'input> {
    fn DECIMAL_LITERAL(
        &self
    ) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... } }

Provided methods

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

Expand description

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

Loading content...

Implementors

Loading content...