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

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

Provided methods

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

Expand description

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

Loading content...

Implementors

Loading content...