[][src]Struct moore_vhdl::score::AstTable

pub struct AstTable<'ast> { /* fields omitted */ }

Implementations

impl<'ast> AstTable<'ast>[src]

pub fn new() -> AstTable<'ast>[src]

Create a new empty table.

Trait Implementations

impl<'ast> NodeStorage<AliasDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast AliasDecl)

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

impl<'ast> NodeStorage<ArchRef> for AstTable<'ast>[src]

type Node = (LibRef, CtxItemsRef, &'ast ArchBody)

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

impl<'ast> NodeStorage<ArrayTypeIndexRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Expr)

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

impl<'ast> NodeStorage<AttrDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast AttrDecl)

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

impl<'ast> NodeStorage<AttrSpecRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast AttrDecl)

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

impl<'ast> NodeStorage<CfgRef> for AstTable<'ast>[src]

type Node = (LibRef, CtxItemsRef, &'ast CfgDecl)

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

impl<'ast> NodeStorage<CfgSpecRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast CfgSpec)

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

impl<'ast> NodeStorage<CompDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast CompDecl)

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

impl<'ast> NodeStorage<CtxItemsRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast [CtxItem])

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

impl<'ast> NodeStorage<CtxRef> for AstTable<'ast>[src]

type Node = (LibRef, CtxItemsRef, &'ast CtxDecl)

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

impl<'ast> NodeStorage<DisconSpecRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast DisconSpec)

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

impl<'ast> NodeStorage<EntityRef> for AstTable<'ast>[src]

type Node = (LibRef, CtxItemsRef, &'ast EntityDecl)

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

impl<'ast> NodeStorage<ExprRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Expr)

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

impl<'ast> NodeStorage<GroupDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast GroupDecl)

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

impl<'ast> NodeStorage<GroupTempRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast GroupDecl)

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

impl<'ast> NodeStorage<IntfConstRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast IntfObjDecl, SubtypeIndRef, &'ast Ident)

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

impl<'ast> NodeStorage<IntfPkgRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast PkgInst)

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

impl<'ast> NodeStorage<IntfSignalRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast IntfObjDecl, SubtypeIndRef, &'ast Ident)

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

impl<'ast> NodeStorage<IntfSubprogRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast IntfSubprogDecl)

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

impl<'ast> NodeStorage<IntfTypeRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast TypeDecl)

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

impl<'ast> NodeStorage<LatentPkgRef> for AstTable<'ast>[src]

type Node = (ScopeRef, LatentName<'ast>)

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

impl<'ast> NodeStorage<LatentSubprogRef> for AstTable<'ast>[src]

type Node = (ScopeRef, LatentName<'ast>)

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

impl<'ast> NodeStorage<LatentTypeMarkRef> for AstTable<'ast>[src]

type Node = (ScopeRef, LatentName<'ast>)

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

impl<'ast> NodeStorage<PkgBodyRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast PkgBody)

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

impl<'ast> NodeStorage<PkgDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast PkgDecl)

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

impl<'ast> NodeStorage<PkgInstRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast PkgInst)

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

impl<'ast> NodeStorage<ProcessStmtRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Stmt)

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

impl<'ast> NodeStorage<SigAssignStmtRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Stmt)

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

impl<'ast> NodeStorage<SubprogBodyRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Subprog)

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

impl<'ast> NodeStorage<SubprogDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Subprog)

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

impl<'ast> NodeStorage<SubprogInstRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Subprog)

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

impl<'ast> NodeStorage<SubtypeDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast SubtypeDecl)

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

impl<'ast> NodeStorage<TypeDeclRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast TypeDecl)

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

impl<'ast> NodeStorage<VarAssignStmtRef> for AstTable<'ast>[src]

type Node = (ScopeRef, &'ast Stmt)

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

Auto Trait Implementations

impl<'ast> RefUnwindSafe for AstTable<'ast>

impl<'ast> Send for AstTable<'ast>

impl<'ast> Sync for AstTable<'ast>

impl<'ast> Unpin for AstTable<'ast>

impl<'ast> UnwindSafe for AstTable<'ast>

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, 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.