Type Definition unflow::grammar::designparser::Layout_declContext[][src]

type Layout_declContext<'input> = BaseParserRuleContext<'input, Layout_declContextExt<'input>>;

Trait Implementations

impl<'input> Layout_declContextAttrs<'input> for Layout_declContext<'input>[src]

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

Retrieves first TerminalNode corresponding to token LAYOUT Returns None if there is no child corresponding to token LAYOUT Read more

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

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

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

Retrieves first TerminalNode corresponding to token LBRACE Returns None if there is no child corresponding to token LBRACE Read more

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

Retrieves first TerminalNode corresponding to token RBRACE Returns None if there is no child corresponding to token RBRACE Read more

fn flex_child_all(&self) -> Vec<Rc<Flex_childContextAll<'input>>> where
    Self: Sized
[src]

fn flex_child(&self, i: usize) -> Option<Rc<Flex_childContextAll<'input>>> where
    Self: Sized
[src]

impl<'input, 'a> Listenable<dyn DesignListener<'input> + 'a> for Layout_declContext<'input>[src]

fn enter(&self, listener: &mut (dyn DesignListener<'input> + 'a))[src]

Calls corresponding enter callback on listener T

fn exit(&self, listener: &mut (dyn DesignListener<'input> + 'a))[src]

Calls corresponding exit callback on listener T

impl<'input, 'a> Visitable<dyn DesignVisitor<'input> + 'a> for Layout_declContext<'input>[src]

fn accept(&self, visitor: &mut (dyn DesignVisitor<'input> + 'a))[src]

Calls corresponding visit callback on visitorVis

impl<'input> DesignParserContext<'input> for Layout_declContext<'input>[src]