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

type Page_declContext<'input> = BaseParserRuleContext<'input, Page_declContextExt<'input>>;

Trait Implementations

impl<'input, 'a> Listenable<dyn DesignListener<'input> + 'a> for Page_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> Page_declContextAttrs<'input> for Page_declContext<'input>[src]

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

Retrieves first TerminalNode corresponding to token PAGE Returns None if there is no child corresponding to token PAGE 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 component_body_decl_all(
    &self
) -> Vec<Rc<Component_body_declContextAll<'input>>> where
    Self: Sized
[src]

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

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

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

Calls corresponding visit callback on visitorVis

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