[][src]Trait vhdl_parser::ast::HasPrimaryIdent

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

fn primary_ident(&self) -> &Ident

Loading content...

Provided methods

fn primary_name(&self) -> &Symbol

fn primary_pos(&self) -> &SrcPos

The position of the primary name in the secondary unit declaration

Loading content...

Implementors

impl HasPrimaryIdent for AnySecondaryUnit[src]

impl HasPrimaryIdent for ArchitectureBody[src]

impl HasPrimaryIdent for PackageBody[src]

Loading content...