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

pub trait Animate_declContextAttrs<'input>: DesignParserContext<'input> + BorrowMut<Animate_declContextExt<'input>> {
    fn WITHTEXT(
        &self
    ) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... }
fn ANIMATE(
        &self
    ) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... }
fn LPAREN(
        &self
    ) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... }
fn animate_name(&self) -> Option<Rc<Animate_nameContextAll<'input>>>
    where
        Self: Sized
, { ... }
fn RPAREN(
        &self
    ) -> Option<Rc<TerminalNode<'input, DesignParserContextType>>>
    where
        Self: Sized
, { ... } }

Provided methods

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

Expand description

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

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

Expand description

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

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

Expand description

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

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

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

Expand description

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

Loading content...

Implementors

impl<'input> Animate_declContextAttrs<'input> for Animate_declContext<'input>[src]

Loading content...