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

pub trait Component_valueContextAttrs<'input>: DesignParserContext<'input> + BorrowMut<Component_valueContextExt<'input>> {
    fn IDENTIFIER(
        &self
    ) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... } }

Provided methods

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

Expand description

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

Loading content...

Implementors

Loading content...