Struct moore_vhdl::score::AstTable []

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

Methods

impl<'ast> AstTable<'ast>

Create a new empty table.

Trait Implementations

impl<'ast> NodeStorage<CtxItemsRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<EntityRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<CfgRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<PkgDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<PkgInstRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<CtxRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<ArchRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<PkgBodyRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<IntfSignalRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<IntfTypeRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<IntfSubprogRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<IntfPkgRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<IntfConstRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<TypeDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<SubtypeDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<SubprogBodyRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<SubprogDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<SubprogInstRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<AliasDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<CompDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<AttrDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<AttrSpecRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<CfgSpecRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<DisconSpecRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<GroupDeclRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<GroupTempRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<ExprRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<ProcessStmtRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<SigAssignStmtRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<VarAssignStmtRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<ArrayTypeIndexRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<LatentTypeMarkRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<LatentPkgRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more

impl<'ast> NodeStorage<LatentSubprogRef> for AstTable<'ast>

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

Obtains a reference to the node with the given ID. Read more

Store a reference to a node under the given ID. Read more