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

pub trait Config_declContextAttrs<'input>: DesignParserContext<'input> + BorrowMut<Config_declContextExt<'input>> {
    fn config_key(&self) -> Option<Rc<Config_keyContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn COLON(&self) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... }
fn config_value(&self) -> Option<Rc<Config_valueContextAll<'input>>>
    where
        Self: Sized
, { ... } }

Provided methods

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

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

Expand description

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

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

Loading content...

Implementors

impl<'input> Config_declContextAttrs<'input> for Config_declContext<'input>[src]

Loading content...