Trait vhdl_lang::ast::HasPrimaryIdent[][src]

pub trait HasPrimaryIdent {
    fn primary_ident(&self) -> &Ident;

    fn primary_name(&self) -> &Symbol { ... }
fn primary_pos(&self) -> &SrcPos { ... } }

Primary identifier in secondary units

Required methods

Loading content...

Provided methods

fn primary_name(&self) -> &Symbol[src]

fn primary_pos(&self) -> &SrcPos[src]

The position of the primary name in the secondary unit declaration

Loading content...

Implementors

Loading content...