[][src]Struct moore_vhdl::score::HirTable

pub struct HirTable<'ctx> { /* fields omitted */ }

Implementations

impl<'ctx> HirTable<'ctx>[src]

pub fn new() -> HirTable<'ctx>[src]

Create a new empty table.

Trait Implementations

impl<'ctx> NodeStorage<AggregateRef> for HirTable<'ctx>[src]

type Node = &'ctx Aggregate

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ArchRef> for HirTable<'ctx>[src]

type Node = &'ctx Arch

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ArrayTypeIndexRef> for HirTable<'ctx>[src]

type Node = &'ctx Spanned<ArrayTypeIndex>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<AssertStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<AssertStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<CallStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<CallStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<CaseStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<CaseStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ConstDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Decl<ConstDecl>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<EntityRef> for HirTable<'ctx>[src]

type Node = &'ctx Entity

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ExprRef> for HirTable<'ctx>[src]

type Node = &'ctx Expr

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<FileDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Decl<FileDecl>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<IfStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<IfStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<IntfSignalRef> for HirTable<'ctx>[src]

type Node = &'ctx IntfSignal

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<LatentPkgRef> for HirTable<'ctx>[src]

type Node = Spanned<PkgRef>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<LatentSubprogRef> for HirTable<'ctx>[src]

type Node = Spanned<SubprogRef>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<LatentTypeMarkRef> for HirTable<'ctx>[src]

type Node = Spanned<TypeMarkRef>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<LibRef> for HirTable<'ctx>[src]

type Node = &'ctx Lib

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<LoopStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<LoopStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<NexitStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<NexitStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<NullStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<NullStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<PkgBodyRef> for HirTable<'ctx>[src]

type Node = &'ctx PackageBody

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<PkgDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Package

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<PkgInstRef> for HirTable<'ctx>[src]

type Node = &'ctx PackageInst

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ProcessStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx ProcessStmt

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ReportStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<ReportStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<ReturnStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<ReturnStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SigAssignStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx SigAssignStmt

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SignalDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Decl<SignalDecl>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SubprogBodyRef> for HirTable<'ctx>[src]

type Node = &'ctx SubprogBody

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SubprogDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Subprog

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SubprogInstRef> for HirTable<'ctx>[src]

type Node = &'ctx SubprogInst

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SubtypeDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx SubtypeDecl

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<SubtypeIndRef> for HirTable<'ctx>[src]

type Node = &'ctx SubtypeInd

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<TypeDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx TypeDecl

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<VarAssignStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<VarAssignStmt>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<VarDeclRef> for HirTable<'ctx>[src]

type Node = &'ctx Decl<VarDecl>

The type of the node that is returned when presented with an ID of type I. Read more

impl<'ctx> NodeStorage<WaitStmtRef> for HirTable<'ctx>[src]

type Node = &'ctx Stmt<WaitStmt>

The type of the node that is returned when presented with an ID of type I. Read more

Auto Trait Implementations

impl<'ctx> RefUnwindSafe for HirTable<'ctx>[src]

impl<'ctx> Send for HirTable<'ctx>[src]

impl<'ctx> Sync for HirTable<'ctx>[src]

impl<'ctx> Unpin for HirTable<'ctx>[src]

impl<'ctx> UnwindSafe for HirTable<'ctx>[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.