pub enum RefNode<'a> {
Show 1243 variants Locate(&'a Locate), ArrayIdentifier(&'a ArrayIdentifier), BlockIdentifier(&'a BlockIdentifier), BinIdentifier(&'a BinIdentifier), CIdentifier(&'a CIdentifier), CellIdentifier(&'a CellIdentifier), CheckerIdentifier(&'a CheckerIdentifier), ClassIdentifier(&'a ClassIdentifier), ClassVariableIdentifier(&'a ClassVariableIdentifier), ClockingIdentifier(&'a ClockingIdentifier), ConfigIdentifier(&'a ConfigIdentifier), ConstIdentifier(&'a ConstIdentifier), ConstraintIdentifier(&'a ConstraintIdentifier), CovergroupIdentifier(&'a CovergroupIdentifier), CovergroupVariableIdentifier(&'a CovergroupVariableIdentifier), CoverPointIdentifier(&'a CoverPointIdentifier), CrossIdentifier(&'a CrossIdentifier), DynamicArrayVariableIdentifier(&'a DynamicArrayVariableIdentifier), EnumIdentifier(&'a EnumIdentifier), EscapedIdentifier(&'a EscapedIdentifier), FormalIdentifier(&'a FormalIdentifier), FormalPortIdentifier(&'a FormalPortIdentifier), FunctionIdentifier(&'a FunctionIdentifier), GenerateBlockIdentifier(&'a GenerateBlockIdentifier), GenvarIdentifier(&'a GenvarIdentifier), HierarchicalArrayIdentifier(&'a HierarchicalArrayIdentifier), HierarchicalBlockIdentifier(&'a HierarchicalBlockIdentifier), HierarchicalEventIdentifier(&'a HierarchicalEventIdentifier), HierarchicalIdentifier(&'a HierarchicalIdentifier), Root(&'a Root), HierarchicalNetIdentifier(&'a HierarchicalNetIdentifier), HierarchicalParameterIdentifier(&'a HierarchicalParameterIdentifier), HierarchicalPropertyIdentifier(&'a HierarchicalPropertyIdentifier), HierarchicalSequenceIdentifier(&'a HierarchicalSequenceIdentifier), HierarchicalTaskIdentifier(&'a HierarchicalTaskIdentifier), HierarchicalTfIdentifier(&'a HierarchicalTfIdentifier), HierarchicalVariableIdentifier(&'a HierarchicalVariableIdentifier), Identifier(&'a Identifier), IndexVariableIdentifier(&'a IndexVariableIdentifier), InterfaceIdentifier(&'a InterfaceIdentifier), InterfaceInstanceIdentifier(&'a InterfaceInstanceIdentifier), InoutPortIdentifier(&'a InoutPortIdentifier), InputPortIdentifier(&'a InputPortIdentifier), InstanceIdentifier(&'a InstanceIdentifier), LibraryIdentifier(&'a LibraryIdentifier), MemberIdentifier(&'a MemberIdentifier), MethodIdentifier(&'a MethodIdentifier), ModportIdentifier(&'a ModportIdentifier), ModuleIdentifier(&'a ModuleIdentifier), NetIdentifier(&'a NetIdentifier), NetTypeIdentifier(&'a NetTypeIdentifier), OutputPortIdentifier(&'a OutputPortIdentifier), PackageIdentifier(&'a PackageIdentifier), PackageScope(&'a PackageScope), PackageScopePackage(&'a PackageScopePackage), Unit(&'a Unit), ParameterIdentifier(&'a ParameterIdentifier), PortIdentifier(&'a PortIdentifier), ProductionIdentifier(&'a ProductionIdentifier), ProgramIdentifier(&'a ProgramIdentifier), PropertyIdentifier(&'a PropertyIdentifier), PsClassIdentifier(&'a PsClassIdentifier), PsCovergroupIdentifier(&'a PsCovergroupIdentifier), PsCheckerIdentifier(&'a PsCheckerIdentifier), PsIdentifier(&'a PsIdentifier), PsOrHierarchicalArrayIdentifier(&'a PsOrHierarchicalArrayIdentifier), PsOrHierarchicalNetIdentifier(&'a PsOrHierarchicalNetIdentifier), PsOrHierarchicalNetIdentifierPackageScope(&'a PsOrHierarchicalNetIdentifierPackageScope), PsOrHierarchicalNetIdentifierHierarchical(&'a PsOrHierarchicalNetIdentifierHierarchical), PsOrHierarchicalPropertyIdentifier(&'a PsOrHierarchicalPropertyIdentifier), PsOrHierarchicalPropertyIdentifierPackageScope(&'a PsOrHierarchicalPropertyIdentifierPackageScope), PsOrHierarchicalPropertyIdentifierHierarchical(&'a PsOrHierarchicalPropertyIdentifierHierarchical), PsOrHierarchicalSequenceIdentifier(&'a PsOrHierarchicalSequenceIdentifier), PsOrHierarchicalSequenceIdentifierPackageScope(&'a PsOrHierarchicalSequenceIdentifierPackageScope), PsOrHierarchicalSequenceIdentifierHierarchical(&'a PsOrHierarchicalSequenceIdentifierHierarchical), PsOrHierarchicalTfIdentifier(&'a PsOrHierarchicalTfIdentifier), PsOrHierarchicalTfIdentifierPackageScope(&'a PsOrHierarchicalTfIdentifierPackageScope), PsOrHierarchicalTfIdentifierHierarchical(&'a PsOrHierarchicalTfIdentifierHierarchical), PsParameterIdentifier(&'a PsParameterIdentifier), PsParameterIdentifierScope(&'a PsParameterIdentifierScope), PsParameterIdentifierGenerate(&'a PsParameterIdentifierGenerate), PsTypeIdentifier(&'a PsTypeIdentifier), LocalOrPackageScopeOrClassScope(&'a LocalOrPackageScopeOrClassScope), Local(&'a Local), SequenceIdentifier(&'a SequenceIdentifier), SignalIdentifier(&'a SignalIdentifier), SimpleIdentifier(&'a SimpleIdentifier), SpecparamIdentifier(&'a SpecparamIdentifier), SystemTfIdentifier(&'a SystemTfIdentifier), TaskIdentifier(&'a TaskIdentifier), TfIdentifier(&'a TfIdentifier), TerminalIdentifier(&'a TerminalIdentifier), TopmoduleIdentifier(&'a TopmoduleIdentifier), TypeIdentifier(&'a TypeIdentifier), UdpIdentifier(&'a UdpIdentifier), VariableIdentifier(&'a VariableIdentifier), ImplicitClassHandleOrClassScopeOrPackageScope(&'a ImplicitClassHandleOrClassScopeOrPackageScope), ImplicitClassHandleOrPackageScope(&'a ImplicitClassHandleOrPackageScope), ImplicitClassHandleOrClassScope(&'a ImplicitClassHandleOrClassScope), PackageScopeOrClassScope(&'a PackageScopeOrClassScope), CompilerDirective(&'a CompilerDirective), ResetallCompilerDirective(&'a ResetallCompilerDirective), IncludeCompilerDirective(&'a IncludeCompilerDirective), IncludeCompilerDirectiveDoubleQuote(&'a IncludeCompilerDirectiveDoubleQuote), IncludeCompilerDirectiveAngleBracket(&'a IncludeCompilerDirectiveAngleBracket), IncludeCompilerDirectiveTextMacroUsage(&'a IncludeCompilerDirectiveTextMacroUsage), AngleBracketLiteral(&'a AngleBracketLiteral), TextMacroDefinition(&'a TextMacroDefinition), TextMacroName(&'a TextMacroName), ListOfFormalArguments(&'a ListOfFormalArguments), FormalArgument(&'a FormalArgument), TextMacroIdentifier(&'a TextMacroIdentifier), MacroText(&'a MacroText), DefaultText(&'a DefaultText), TextMacroUsage(&'a TextMacroUsage), ListOfActualArguments(&'a ListOfActualArguments), ActualArgument(&'a ActualArgument), UndefineCompilerDirective(&'a UndefineCompilerDirective), UndefineallCompilerDirective(&'a UndefineallCompilerDirective), ConditionalCompilerDirective(&'a ConditionalCompilerDirective), IfdefDirective(&'a IfdefDirective), IfndefDirective(&'a IfndefDirective), IfdefGroupOfLines(&'a IfdefGroupOfLines), IfndefGroupOfLines(&'a IfndefGroupOfLines), ElsifGroupOfLines(&'a ElsifGroupOfLines), ElseGroupOfLines(&'a ElseGroupOfLines), SourceDescription(&'a SourceDescription), SourceDescriptionNotDirective(&'a SourceDescriptionNotDirective), TimescaleCompilerDirective(&'a TimescaleCompilerDirective), DefaultNettypeCompilerDirective(&'a DefaultNettypeCompilerDirective), DefaultNettypeValue(&'a DefaultNettypeValue), UnconnectedDriveCompilerDirective(&'a UnconnectedDriveCompilerDirective), NounconnectedDriveCompilerDirective(&'a NounconnectedDriveCompilerDirective), CelldefineDriveCompilerDirective(&'a CelldefineDriveCompilerDirective), EndcelldefineDriveCompilerDirective(&'a EndcelldefineDriveCompilerDirective), Pragma(&'a Pragma), PragmaName(&'a PragmaName), PragmaExpression(&'a PragmaExpression), PragmaExpressionAssignment(&'a PragmaExpressionAssignment), PragmaValue(&'a PragmaValue), PragmaValueParen(&'a PragmaValueParen), PragmaKeyword(&'a PragmaKeyword), LineCompilerDirective(&'a LineCompilerDirective), PositionCompilerDirective(&'a PositionCompilerDirective), Level(&'a Level), KeywordsDirective(&'a KeywordsDirective), VersionSpecifier(&'a VersionSpecifier), EndkeywordsDirective(&'a EndkeywordsDirective), Comment(&'a Comment), AttributeInstance(&'a AttributeInstance), AttrSpec(&'a AttrSpec), SourceText(&'a SourceText), Description(&'a Description), DescriptionPackageItem(&'a DescriptionPackageItem), DescriptionBindDirective(&'a DescriptionBindDirective), ModuleNonansiHeader(&'a ModuleNonansiHeader), ModuleAnsiHeader(&'a ModuleAnsiHeader), ModuleDeclaration(&'a ModuleDeclaration), ModuleDeclarationNonansi(&'a ModuleDeclarationNonansi), ModuleDeclarationAnsi(&'a ModuleDeclarationAnsi), ModuleDeclarationWildcard(&'a ModuleDeclarationWildcard), ModuleDeclarationExternNonansi(&'a ModuleDeclarationExternNonansi), ModuleDeclarationExternAnsi(&'a ModuleDeclarationExternAnsi), ModuleKeyword(&'a ModuleKeyword), InterfaceDeclaration(&'a InterfaceDeclaration), InterfaceDeclarationNonansi(&'a InterfaceDeclarationNonansi), InterfaceDeclarationAnsi(&'a InterfaceDeclarationAnsi), InterfaceDeclarationWildcard(&'a InterfaceDeclarationWildcard), InterfaceDeclarationExternNonansi(&'a InterfaceDeclarationExternNonansi), InterfaceDeclarationExternAnsi(&'a InterfaceDeclarationExternAnsi), InterfaceNonansiHeader(&'a InterfaceNonansiHeader), InterfaceAnsiHeader(&'a InterfaceAnsiHeader), ProgramDeclaration(&'a ProgramDeclaration), ProgramDeclarationNonansi(&'a ProgramDeclarationNonansi), ProgramDeclarationAnsi(&'a ProgramDeclarationAnsi), ProgramDeclarationWildcard(&'a ProgramDeclarationWildcard), ProgramDeclarationExternNonansi(&'a ProgramDeclarationExternNonansi), ProgramDeclarationExternAnsi(&'a ProgramDeclarationExternAnsi), ProgramNonansiHeader(&'a ProgramNonansiHeader), ProgramAnsiHeader(&'a ProgramAnsiHeader), CheckerDeclaration(&'a CheckerDeclaration), ClassDeclaration(&'a ClassDeclaration), Virtual(&'a Virtual), InterfaceClassType(&'a InterfaceClassType), InterfaceClassDeclaration(&'a InterfaceClassDeclaration), InterfaceClassItem(&'a InterfaceClassItem), InterfaceClassItemMethod(&'a InterfaceClassItemMethod), InterfaceClassMethod(&'a InterfaceClassMethod), PackageDeclaration(&'a PackageDeclaration), TimeunitsDeclaration(&'a TimeunitsDeclaration), TimeunitsDeclarationTimeunit(&'a TimeunitsDeclarationTimeunit), TimeunitsDeclarationTimeprecision(&'a TimeunitsDeclarationTimeprecision), TimeunitsDeclarationTimeunitTimeprecision(&'a TimeunitsDeclarationTimeunitTimeprecision), TimeunitsDeclarationTimeprecisionTimeunit(&'a TimeunitsDeclarationTimeprecisionTimeunit), PackageItem(&'a PackageItem), PackageOrGenerateItemDeclaration(&'a PackageOrGenerateItemDeclaration), AnonymousProgram(&'a AnonymousProgram), AnonymousProgramItem(&'a AnonymousProgramItem), ElaborationSystemTask(&'a ElaborationSystemTask), ElaborationSystemTaskFatal(&'a ElaborationSystemTaskFatal), ElaborationSystemTaskError(&'a ElaborationSystemTaskError), ElaborationSystemTaskWarning(&'a ElaborationSystemTaskWarning), ElaborationSystemTaskInfo(&'a ElaborationSystemTaskInfo), FinishNumber(&'a FinishNumber), ModuleCommonItem(&'a ModuleCommonItem), ModuleItem(&'a ModuleItem), ModuleOrGenerateItem(&'a ModuleOrGenerateItem), ModuleOrGenerateItemParameter(&'a ModuleOrGenerateItemParameter), ModuleOrGenerateItemGate(&'a ModuleOrGenerateItemGate), ModuleOrGenerateItemUdp(&'a ModuleOrGenerateItemUdp), ModuleOrGenerateItemModule(&'a ModuleOrGenerateItemModule), ModuleOrGenerateItemModuleItem(&'a ModuleOrGenerateItemModuleItem), ModuleOrGenerateItemDeclaration(&'a ModuleOrGenerateItemDeclaration), ModuleOrGenerateItemDeclarationClocking(&'a ModuleOrGenerateItemDeclarationClocking), ModuleOrGenerateItemDeclarationDisable(&'a ModuleOrGenerateItemDeclarationDisable), NonPortModuleItem(&'a NonPortModuleItem), NonPortModuleItemSpecparam(&'a NonPortModuleItemSpecparam), ParameterOverride(&'a ParameterOverride), BindDirective(&'a BindDirective), BindDirectiveScope(&'a BindDirectiveScope), BindDirectiveInstance(&'a BindDirectiveInstance), BindTargetScope(&'a BindTargetScope), BindTargetInstance(&'a BindTargetInstance), BindTargetInstanceList(&'a BindTargetInstanceList), BindInstantiation(&'a BindInstantiation), ParameterPortList(&'a ParameterPortList), ParameterPortListAssignment(&'a ParameterPortListAssignment), ParameterPortListDeclaration(&'a ParameterPortListDeclaration), ParameterPortDeclaration(&'a ParameterPortDeclaration), ParameterPortDeclarationParamList(&'a ParameterPortDeclarationParamList), ParameterPortDeclarationTypeList(&'a ParameterPortDeclarationTypeList), ListOfPorts(&'a ListOfPorts), ListOfPortDeclarations(&'a ListOfPortDeclarations), PortDeclaration(&'a PortDeclaration), PortDeclarationInout(&'a PortDeclarationInout), PortDeclarationInput(&'a PortDeclarationInput), PortDeclarationOutput(&'a PortDeclarationOutput), PortDeclarationRef(&'a PortDeclarationRef), PortDeclarationInterface(&'a PortDeclarationInterface), Port(&'a Port), PortNonNamed(&'a PortNonNamed), PortNamed(&'a PortNamed), PortExpression(&'a PortExpression), PortExpressionBrace(&'a PortExpressionBrace), PortReference(&'a PortReference), PortDirection(&'a PortDirection), NetPortHeader(&'a NetPortHeader), VariablePortHeader(&'a VariablePortHeader), InterfacePortHeader(&'a InterfacePortHeader), InterfacePortHeaderIdentifier(&'a InterfacePortHeaderIdentifier), InterfacePortHeaderInterface(&'a InterfacePortHeaderInterface), NetPortHeaderOrInterfacePortHeader(&'a NetPortHeaderOrInterfacePortHeader), AnsiPortDeclaration(&'a AnsiPortDeclaration), AnsiPortDeclarationNet(&'a AnsiPortDeclarationNet), AnsiPortDeclarationVariable(&'a AnsiPortDeclarationVariable), AnsiPortDeclarationParen(&'a AnsiPortDeclarationParen), CheckerPortList(&'a CheckerPortList), CheckerPortItem(&'a CheckerPortItem), CheckerPortDirection(&'a CheckerPortDirection), CheckerOrGenerateItem(&'a CheckerOrGenerateItem), CheckerOrGenerateItemDeclaration(&'a CheckerOrGenerateItemDeclaration), CheckerOrGenerateItemDeclarationData(&'a CheckerOrGenerateItemDeclarationData), Rand(&'a Rand), CheckerOrGenerateItemDeclarationClocking(&'a CheckerOrGenerateItemDeclarationClocking), CheckerOrGenerateItemDeclarationDisable(&'a CheckerOrGenerateItemDeclarationDisable), CheckerGenerateItem(&'a CheckerGenerateItem), ConstraintDeclaration(&'a ConstraintDeclaration), Static(&'a Static), ConstraintBlock(&'a ConstraintBlock), ConstraintBlockItem(&'a ConstraintBlockItem), ConstraintBlockItemSolve(&'a ConstraintBlockItemSolve), SolveBeforeList(&'a SolveBeforeList), ConstraintPrimary(&'a ConstraintPrimary), ConstraintExpression(&'a ConstraintExpression), ConstraintExpressionExpression(&'a ConstraintExpressionExpression), Soft(&'a Soft), ConstraintExpressionArrow(&'a ConstraintExpressionArrow), ConstraintExpressionIf(&'a ConstraintExpressionIf), ConstraintExpressionForeach(&'a ConstraintExpressionForeach), ConstraintExpressionDisable(&'a ConstraintExpressionDisable), UniquenessConstraint(&'a UniquenessConstraint), ConstraintSet(&'a ConstraintSet), ConstraintSetBrace(&'a ConstraintSetBrace), DistList(&'a DistList), DistItem(&'a DistItem), DistWeight(&'a DistWeight), DistWeightEqual(&'a DistWeightEqual), DistWeightDivide(&'a DistWeightDivide), ConstraintPrototype(&'a ConstraintPrototype), ConstraintPrototypeQualifier(&'a ConstraintPrototypeQualifier), ExternConstraintDeclaration(&'a ExternConstraintDeclaration), IdentifierList(&'a IdentifierList), InterfaceOrGenerateItem(&'a InterfaceOrGenerateItem), InterfaceOrGenerateItemModule(&'a InterfaceOrGenerateItemModule), InterfaceOrGenerateItemExtern(&'a InterfaceOrGenerateItemExtern), ExternTfDeclaration(&'a ExternTfDeclaration), ExternTfDeclarationMethod(&'a ExternTfDeclarationMethod), ExternTfDeclarationTask(&'a ExternTfDeclarationTask), InterfaceItem(&'a InterfaceItem), NonPortInterfaceItem(&'a NonPortInterfaceItem), ProgramItem(&'a ProgramItem), NonPortProgramItem(&'a NonPortProgramItem), NonPortProgramItemAssign(&'a NonPortProgramItemAssign), NonPortProgramItemModule(&'a NonPortProgramItemModule), NonPortProgramItemInitial(&'a NonPortProgramItemInitial), NonPortProgramItemFinal(&'a NonPortProgramItemFinal), NonPortProgramItemAssertion(&'a NonPortProgramItemAssertion), ProgramGenerateItem(&'a ProgramGenerateItem), LibraryText(&'a LibraryText), LibraryDescription(&'a LibraryDescription), LibraryDeclaration(&'a LibraryDeclaration), IncludeStatement(&'a IncludeStatement), FilePathSpec(&'a FilePathSpec), FilePathSpecNonLiteral(&'a FilePathSpecNonLiteral), ConfigDeclaration(&'a ConfigDeclaration), DesignStatement(&'a DesignStatement), ConfigRuleStatement(&'a ConfigRuleStatement), ConfigRuleStatementDefault(&'a ConfigRuleStatementDefault), ConfigRuleStatementInstLib(&'a ConfigRuleStatementInstLib), ConfigRuleStatementInstUse(&'a ConfigRuleStatementInstUse), ConfigRuleStatementCellLib(&'a ConfigRuleStatementCellLib), ConfigRuleStatementCellUse(&'a ConfigRuleStatementCellUse), DefaultClause(&'a DefaultClause), InstClause(&'a InstClause), InstName(&'a InstName), CellClause(&'a CellClause), LiblistClause(&'a LiblistClause), UseClause(&'a UseClause), UseClauseCell(&'a UseClauseCell), UseClauseNamed(&'a UseClauseNamed), UseClauseCellNamed(&'a UseClauseCellNamed), Config(&'a Config), ClassItem(&'a ClassItem), ClassItemProperty(&'a ClassItemProperty), ClassItemMethod(&'a ClassItemMethod), ClassItemConstraint(&'a ClassItemConstraint), ClassItemDeclaration(&'a ClassItemDeclaration), ClassItemCovergroup(&'a ClassItemCovergroup), ClassProperty(&'a ClassProperty), ClassPropertyNonConst(&'a ClassPropertyNonConst), ClassPropertyConst(&'a ClassPropertyConst), ClassPropertyConstExpression(&'a ClassPropertyConstExpression), ClassMethod(&'a ClassMethod), ClassMethodTask(&'a ClassMethodTask), ClassMethodFunction(&'a ClassMethodFunction), ClassMethodPureVirtual(&'a ClassMethodPureVirtual), ClassMethodExternMethod(&'a ClassMethodExternMethod), ClassMethodConstructor(&'a ClassMethodConstructor), ClassMethodExternConstructor(&'a ClassMethodExternConstructor), ClassConstructorPrototype(&'a ClassConstructorPrototype), ClassConstraint(&'a ClassConstraint), ClassItemQualifier(&'a ClassItemQualifier), PropertyQualifier(&'a PropertyQualifier), RandomQualifier(&'a RandomQualifier), MethodQualifier(&'a MethodQualifier), MethodPrototype(&'a MethodPrototype), ClassConstructorDeclaration(&'a ClassConstructorDeclaration), New(&'a New), Number(&'a Number), IntegralNumber(&'a IntegralNumber), DecimalNumber(&'a DecimalNumber), DecimalNumberBaseUnsigned(&'a DecimalNumberBaseUnsigned), DecimalNumberBaseXNumber(&'a DecimalNumberBaseXNumber), DecimalNumberBaseZNumber(&'a DecimalNumberBaseZNumber), BinaryNumber(&'a BinaryNumber), OctalNumber(&'a OctalNumber), HexNumber(&'a HexNumber), Sign(&'a Sign), Size(&'a Size), NonZeroUnsignedNumber(&'a NonZeroUnsignedNumber), RealNumber(&'a RealNumber), RealNumberFloating(&'a RealNumberFloating), FixedPointNumber(&'a FixedPointNumber), Exp(&'a Exp), UnsignedNumber(&'a UnsignedNumber), BinaryValue(&'a BinaryValue), OctalValue(&'a OctalValue), HexValue(&'a HexValue), DecimalBase(&'a DecimalBase), BinaryBase(&'a BinaryBase), OctalBase(&'a OctalBase), HexBase(&'a HexBase), XNumber(&'a XNumber), ZNumber(&'a ZNumber), UnbasedUnsizedLiteral(&'a UnbasedUnsizedLiteral), UnaryOperator(&'a UnaryOperator), BinaryOperator(&'a BinaryOperator), IncOrDecOperator(&'a IncOrDecOperator), UnaryModulePathOperator(&'a UnaryModulePathOperator), BinaryModulePathOperator(&'a BinaryModulePathOperator), ConstantPrimary(&'a ConstantPrimary), ConstantPrimaryPsParameter(&'a ConstantPrimaryPsParameter), ConstantPrimarySpecparam(&'a ConstantPrimarySpecparam), ConstantPrimaryFormalPort(&'a ConstantPrimaryFormalPort), ConstantPrimaryEnum(&'a ConstantPrimaryEnum), ConstantPrimaryConcatenation(&'a ConstantPrimaryConcatenation), ConstantPrimaryMultipleConcatenation(&'a ConstantPrimaryMultipleConcatenation), ConstantPrimaryMintypmaxExpression(&'a ConstantPrimaryMintypmaxExpression), ModulePathPrimary(&'a ModulePathPrimary), ModulePathPrimaryMintypmax(&'a ModulePathPrimaryMintypmax), Primary(&'a Primary), PrimaryHierarchical(&'a PrimaryHierarchical), PrimaryConcatenation(&'a PrimaryConcatenation), PrimaryMultipleConcatenation(&'a PrimaryMultipleConcatenation), PrimaryMintypmaxExpression(&'a PrimaryMintypmaxExpression), ClassQualifierOrPackageScope(&'a ClassQualifierOrPackageScope), ClassQualifier(&'a ClassQualifier), RangeExpression(&'a RangeExpression), PrimaryLiteral(&'a PrimaryLiteral), TimeLiteral(&'a TimeLiteral), TimeLiteralUnsigned(&'a TimeLiteralUnsigned), TimeLiteralFixedPoint(&'a TimeLiteralFixedPoint), TimeUnit(&'a TimeUnit), ImplicitClassHandle(&'a ImplicitClassHandle), BitSelect(&'a BitSelect), Select(&'a Select), NonrangeSelect(&'a NonrangeSelect), ConstantBitSelect(&'a ConstantBitSelect), ConstantSelect(&'a ConstantSelect), ConstantCast(&'a ConstantCast), ConstantLetExpression(&'a ConstantLetExpression), Cast(&'a Cast), Concatenation(&'a Concatenation), ConstantConcatenation(&'a ConstantConcatenation), ConstantMultipleConcatenation(&'a ConstantMultipleConcatenation), ModulePathConcatenation(&'a ModulePathConcatenation), ModulePathMultipleConcatenation(&'a ModulePathMultipleConcatenation), MultipleConcatenation(&'a MultipleConcatenation), StreamingConcatenation(&'a StreamingConcatenation), StreamOperator(&'a StreamOperator), SliceSize(&'a SliceSize), StreamConcatenation(&'a StreamConcatenation), StreamExpression(&'a StreamExpression), ArrayRangeExpression(&'a ArrayRangeExpression), ArrayRangeExpressionColon(&'a ArrayRangeExpressionColon), ArrayRangeExpressionPlusColon(&'a ArrayRangeExpressionPlusColon), ArrayRangeExpressionMinusColon(&'a ArrayRangeExpressionMinusColon), EmptyUnpackedArrayConcatenation(&'a EmptyUnpackedArrayConcatenation), IncOrDecExpression(&'a IncOrDecExpression), IncOrDecExpressionPrefix(&'a IncOrDecExpressionPrefix), IncOrDecExpressionSuffix(&'a IncOrDecExpressionSuffix), ConditionalExpression(&'a ConditionalExpression), ConstantExpression(&'a ConstantExpression), ConstantExpressionUnary(&'a ConstantExpressionUnary), ConstantExpressionBinary(&'a ConstantExpressionBinary), ConstantExpressionTernary(&'a ConstantExpressionTernary), ConstantMintypmaxExpression(&'a ConstantMintypmaxExpression), ConstantMintypmaxExpressionTernary(&'a ConstantMintypmaxExpressionTernary), ConstantParamExpression(&'a ConstantParamExpression), ParamExpression(&'a ParamExpression), ConstantRangeExpression(&'a ConstantRangeExpression), ConstantPartSelectRange(&'a ConstantPartSelectRange), ConstantRange(&'a ConstantRange), ConstantIndexedRange(&'a ConstantIndexedRange), Expression(&'a Expression), ExpressionUnary(&'a ExpressionUnary), ExpressionOperatorAssignment(&'a ExpressionOperatorAssignment), ExpressionBinary(&'a ExpressionBinary), TaggedUnionExpression(&'a TaggedUnionExpression), InsideExpression(&'a InsideExpression), ValueRange(&'a ValueRange), ValueRangeBinary(&'a ValueRangeBinary), MintypmaxExpression(&'a MintypmaxExpression), MintypmaxExpressionTernary(&'a MintypmaxExpressionTernary), ModulePathConditionalExpression(&'a ModulePathConditionalExpression), ModulePathExpression(&'a ModulePathExpression), ModulePathExpressionUnary(&'a ModulePathExpressionUnary), ModulePathExpressionBinary(&'a ModulePathExpressionBinary), ModulePathMintypmaxExpression(&'a ModulePathMintypmaxExpression), ModulePathMintypmaxExpressionTernary(&'a ModulePathMintypmaxExpressionTernary), PartSelectRange(&'a PartSelectRange), IndexedRange(&'a IndexedRange), GenvarExpression(&'a GenvarExpression), ConstantFunctionCall(&'a ConstantFunctionCall), TfCall(&'a TfCall), SystemTfCall(&'a SystemTfCall), SystemTfCallArgOptional(&'a SystemTfCallArgOptional), SystemTfCallArgDataType(&'a SystemTfCallArgDataType), SystemTfCallArgExpression(&'a SystemTfCallArgExpression), SubroutineCall(&'a SubroutineCall), SubroutineCallRandomize(&'a SubroutineCallRandomize), FunctionSubroutineCall(&'a FunctionSubroutineCall), ListOfArguments(&'a ListOfArguments), ListOfArgumentsOrdered(&'a ListOfArgumentsOrdered), ListOfArgumentsNamed(&'a ListOfArgumentsNamed), MethodCall(&'a MethodCall), MethodCallBody(&'a MethodCallBody), MethodCallBodyUser(&'a MethodCallBodyUser), BuiltInMethodCall(&'a BuiltInMethodCall), ArrayManipulationCall(&'a ArrayManipulationCall), RandomizeCall(&'a RandomizeCall), VariableIdentifierListOrNull(&'a VariableIdentifierListOrNull), MethodCallRoot(&'a MethodCallRoot), ArrayMethodName(&'a ArrayMethodName), StringLiteral(&'a StringLiteral), NetLvalue(&'a NetLvalue), NetLvalueIdentifier(&'a NetLvalueIdentifier), NetLvalueLvalue(&'a NetLvalueLvalue), NetLvaluePattern(&'a NetLvaluePattern), VariableLvalue(&'a VariableLvalue), VariableLvalueIdentifier(&'a VariableLvalueIdentifier), VariableLvalueLvalue(&'a VariableLvalueLvalue), VariableLvaluePattern(&'a VariableLvaluePattern), NonrangeVariableLvalue(&'a NonrangeVariableLvalue), PreprocessorText(&'a PreprocessorText), CmosSwitchtype(&'a CmosSwitchtype), EnableGatetype(&'a EnableGatetype), MosSwitchtype(&'a MosSwitchtype), NInputGatetype(&'a NInputGatetype), NOutputGatetype(&'a NOutputGatetype), PassEnSwitchtype(&'a PassEnSwitchtype), PassSwitchtype(&'a PassSwitchtype), PulldownStrength(&'a PulldownStrength), PulldownStrength01(&'a PulldownStrength01), PulldownStrength10(&'a PulldownStrength10), PulldownStrength0(&'a PulldownStrength0), PullupStrength(&'a PullupStrength), PullupStrength01(&'a PullupStrength01), PullupStrength10(&'a PullupStrength10), PullupStrength1(&'a PullupStrength1), EnableTerminal(&'a EnableTerminal), InoutTerminal(&'a InoutTerminal), InputTerminal(&'a InputTerminal), NcontrolTerminal(&'a NcontrolTerminal), OutputTerminal(&'a OutputTerminal), PcontrolTerminal(&'a PcontrolTerminal), GateInstantiation(&'a GateInstantiation), GateInstantiationCmos(&'a GateInstantiationCmos), GateInstantiationEnable(&'a GateInstantiationEnable), GateInstantiationMos(&'a GateInstantiationMos), GateInstantiationNInput(&'a GateInstantiationNInput), GateInstantiationNOutput(&'a GateInstantiationNOutput), GateInstantiationPassEn(&'a GateInstantiationPassEn), GateInstantiationPass(&'a GateInstantiationPass), GateInstantiationPulldown(&'a GateInstantiationPulldown), GateInstantiationPullup(&'a GateInstantiationPullup), CmosSwitchInstance(&'a CmosSwitchInstance), EnableGateInstance(&'a EnableGateInstance), MosSwitchInstance(&'a MosSwitchInstance), NInputGateInstance(&'a NInputGateInstance), NOutputGateInstance(&'a NOutputGateInstance), PassSwitchInstance(&'a PassSwitchInstance), PassEnableSwitchInstance(&'a PassEnableSwitchInstance), PullGateInstance(&'a PullGateInstance), ConcurrentAssertionItem(&'a ConcurrentAssertionItem), ConcurrentAssertionItemStatement(&'a ConcurrentAssertionItemStatement), ConcurrentAssertionStatement(&'a ConcurrentAssertionStatement), AssertPropertyStatement(&'a AssertPropertyStatement), AssumePropertyStatement(&'a AssumePropertyStatement), CoverPropertyStatement(&'a CoverPropertyStatement), ExpectPropertyStatement(&'a ExpectPropertyStatement), CoverSequenceStatement(&'a CoverSequenceStatement), RestrictPropertyStatement(&'a RestrictPropertyStatement), PropertyInstance(&'a PropertyInstance), PropertyListOfArguments(&'a PropertyListOfArguments), PropertyListOfArgumentsOrdered(&'a PropertyListOfArgumentsOrdered), PropertyListOfArgumentsNamed(&'a PropertyListOfArgumentsNamed), PropertyActualArg(&'a PropertyActualArg), AssertionItemDeclaration(&'a AssertionItemDeclaration), PropertyDeclaration(&'a PropertyDeclaration), PropertyPortList(&'a PropertyPortList), PropertyPortItem(&'a PropertyPortItem), PropertyLvarPortDirection(&'a PropertyLvarPortDirection), PropertyFormalType(&'a PropertyFormalType), PropertySpec(&'a PropertySpec), PropertyExpr(&'a PropertyExpr), PropertyExprStrong(&'a PropertyExprStrong), PropertyExprWeak(&'a PropertyExprWeak), PropertyExprParen(&'a PropertyExprParen), PropertyExprNot(&'a PropertyExprNot), PropertyExprBinaryProperty(&'a PropertyExprBinaryProperty), PropertyExprBinarySequence(&'a PropertyExprBinarySequence), PropertyExprIf(&'a PropertyExprIf), PropertyExprCase(&'a PropertyExprCase), PropertyExprNexttime(&'a PropertyExprNexttime), PropertyExprSNexttime(&'a PropertyExprSNexttime), PropertyExprAlways(&'a PropertyExprAlways), PropertyExprSAlways(&'a PropertyExprSAlways), PropertyExprEventually(&'a PropertyExprEventually), PropertyExprSEventually(&'a PropertyExprSEventually), PropertyExprAcceptOn(&'a PropertyExprAcceptOn), PropertyExprRejectOn(&'a PropertyExprRejectOn), PropertyExprSyncAcceptOn(&'a PropertyExprSyncAcceptOn), PropertyExprSyncRejectOn(&'a PropertyExprSyncRejectOn), PropertyExprClockingEvent(&'a PropertyExprClockingEvent), PropertyCaseItem(&'a PropertyCaseItem), PropertyCaseItemNondefault(&'a PropertyCaseItemNondefault), PropertyCaseItemDefault(&'a PropertyCaseItemDefault), SequenceDeclaration(&'a SequenceDeclaration), SequencePortList(&'a SequencePortList), SequencePortItem(&'a SequencePortItem), SequenceLvarPortDirection(&'a SequenceLvarPortDirection), SequenceFormalType(&'a SequenceFormalType), SequenceExpr(&'a SequenceExpr), SequenceExprCycleDelayExpr(&'a SequenceExprCycleDelayExpr), SequenceExprExprCycleDelayExpr(&'a SequenceExprExprCycleDelayExpr), SequenceExprExpression(&'a SequenceExprExpression), SequenceExprInstance(&'a SequenceExprInstance), SequenceExprParen(&'a SequenceExprParen), SequenceExprBinary(&'a SequenceExprBinary), SequenceExprFirstMatch(&'a SequenceExprFirstMatch), SequenceExprThroughout(&'a SequenceExprThroughout), SequenceExprClockingEvent(&'a SequenceExprClockingEvent), CycleDelayRange(&'a CycleDelayRange), CycleDelayRangePrimary(&'a CycleDelayRangePrimary), CycleDelayRangeExpression(&'a CycleDelayRangeExpression), CycleDelayRangeAsterisk(&'a CycleDelayRangeAsterisk), CycleDelayRangePlus(&'a CycleDelayRangePlus), SequenceMethodCall(&'a SequenceMethodCall), SequenceMatchItem(&'a SequenceMatchItem), SequenceInstance(&'a SequenceInstance), SequenceListOfArguments(&'a SequenceListOfArguments), SequenceListOfArgumentsOrdered(&'a SequenceListOfArgumentsOrdered), SequenceListOfArgumentsNamed(&'a SequenceListOfArgumentsNamed), SequenceActualArg(&'a SequenceActualArg), BooleanAbbrev(&'a BooleanAbbrev), SequenceAbbrev(&'a SequenceAbbrev), ConsecutiveRepetition(&'a ConsecutiveRepetition), ConsecutiveRepetitionExpression(&'a ConsecutiveRepetitionExpression), ConsecutiveRepetitionAsterisk(&'a ConsecutiveRepetitionAsterisk), ConsecutiveRepetitionPlus(&'a ConsecutiveRepetitionPlus), NonConsecutiveRepetition(&'a NonConsecutiveRepetition), GotoRepetition(&'a GotoRepetition), ConstOrRangeExpression(&'a ConstOrRangeExpression), CycleDelayConstRangeExpression(&'a CycleDelayConstRangeExpression), CycleDelayConstRangeExpressionBinary(&'a CycleDelayConstRangeExpressionBinary), CycleDelayConstRangeExpressionDollar(&'a CycleDelayConstRangeExpressionDollar), ExpressionOrDist(&'a ExpressionOrDist), AssertionVariableDeclaration(&'a AssertionVariableDeclaration), TaskDeclaration(&'a TaskDeclaration), TaskBodyDeclaration(&'a TaskBodyDeclaration), TaskBodyDeclarationWithoutPort(&'a TaskBodyDeclarationWithoutPort), TaskBodyDeclarationWithPort(&'a TaskBodyDeclarationWithPort), TfItemDeclaration(&'a TfItemDeclaration), TfPortList(&'a TfPortList), TfPortItem(&'a TfPortItem), TfPortDirection(&'a TfPortDirection), TfPortDeclaration(&'a TfPortDeclaration), TaskPrototype(&'a TaskPrototype), DefparamAssignment(&'a DefparamAssignment), NetDeclAssignment(&'a NetDeclAssignment), ParamAssignment(&'a ParamAssignment), SpecparamAssignment(&'a SpecparamAssignment), SpecparamAssignmentMintypmax(&'a SpecparamAssignmentMintypmax), TypeAssignment(&'a TypeAssignment), PulseControlSpecparam(&'a PulseControlSpecparam), PulseControlSpecparamWithoutDescriptor(&'a PulseControlSpecparamWithoutDescriptor), PulseControlSpecparamWithDescriptor(&'a PulseControlSpecparamWithDescriptor), ErrorLimitValue(&'a ErrorLimitValue), RejectLimitValue(&'a RejectLimitValue), LimitValue(&'a LimitValue), VariableDeclAssignment(&'a VariableDeclAssignment), VariableDeclAssignmentVariable(&'a VariableDeclAssignmentVariable), VariableDeclAssignmentDynamicArray(&'a VariableDeclAssignmentDynamicArray), VariableDeclAssignmentClass(&'a VariableDeclAssignmentClass), ClassNew(&'a ClassNew), ClassNewArgument(&'a ClassNewArgument), ClassNewExpression(&'a ClassNewExpression), DynamicArrayNew(&'a DynamicArrayNew), ListOfDefparamAssignments(&'a ListOfDefparamAssignments), ListOfGenvarIdentifiers(&'a ListOfGenvarIdentifiers), ListOfInterfaceIdentifiers(&'a ListOfInterfaceIdentifiers), ListOfNetDeclAssignments(&'a ListOfNetDeclAssignments), ListOfParamAssignments(&'a ListOfParamAssignments), ListOfPortIdentifiers(&'a ListOfPortIdentifiers), ListOfUdpPortIdentifiers(&'a ListOfUdpPortIdentifiers), ListOfSpecparamAssignments(&'a ListOfSpecparamAssignments), ListOfTfVariableIdentifiers(&'a ListOfTfVariableIdentifiers), ListOfTypeAssignments(&'a ListOfTypeAssignments), ListOfVariableDeclAssignments(&'a ListOfVariableDeclAssignments), ListOfVariableIdentifiers(&'a ListOfVariableIdentifiers), ListOfVariablePortIdentifiers(&'a ListOfVariablePortIdentifiers), DataDeclaration(&'a DataDeclaration), DataDeclarationVariable(&'a DataDeclarationVariable), Const(&'a Const), PackageImportDeclaration(&'a PackageImportDeclaration), PackageImportItem(&'a PackageImportItem), PackageImportItemIdentifier(&'a PackageImportItemIdentifier), PackageImportItemAsterisk(&'a PackageImportItemAsterisk), PackageExportDeclaration(&'a PackageExportDeclaration), PackageExportDeclarationAsterisk(&'a PackageExportDeclarationAsterisk), PackageExportDeclarationItem(&'a PackageExportDeclarationItem), GenvarDeclaration(&'a GenvarDeclaration), NetDeclaration(&'a NetDeclaration), NetDeclarationNetType(&'a NetDeclarationNetType), Strength(&'a Strength), VectorScalar(&'a VectorScalar), NetDeclarationNetTypeIdentifier(&'a NetDeclarationNetTypeIdentifier), NetDeclarationInterconnect(&'a NetDeclarationInterconnect), TypeDeclaration(&'a TypeDeclaration), TypeDeclarationDataType(&'a TypeDeclarationDataType), TypeDeclarationInterface(&'a TypeDeclarationInterface), TypeDeclarationReserved(&'a TypeDeclarationReserved), TypeDeclarationKeyword(&'a TypeDeclarationKeyword), NetTypeDeclaration(&'a NetTypeDeclaration), NetTypeDeclarationDataType(&'a NetTypeDeclarationDataType), NetTypeDeclarationNetType(&'a NetTypeDeclarationNetType), Lifetime(&'a Lifetime), DriveStrength(&'a DriveStrength), DriveStrength01(&'a DriveStrength01), DriveStrength10(&'a DriveStrength10), DriveStrength0z(&'a DriveStrength0z), DriveStrength1z(&'a DriveStrength1z), DriveStrengthz1(&'a DriveStrengthz1), DriveStrengthz0(&'a DriveStrengthz0), Strength0(&'a Strength0), Strength1(&'a Strength1), ChargeStrength(&'a ChargeStrength), ChargeStrengthSmall(&'a ChargeStrengthSmall), ChargeStrengthMedium(&'a ChargeStrengthMedium), ChargeStrengthLarge(&'a ChargeStrengthLarge), LetDeclaration(&'a LetDeclaration), LetIdentifier(&'a LetIdentifier), LetPortList(&'a LetPortList), LetPortItem(&'a LetPortItem), LetFormalType(&'a LetFormalType), LetExpression(&'a LetExpression), LetListOfArguments(&'a LetListOfArguments), LetListOfArgumentsOrdered(&'a LetListOfArgumentsOrdered), LetListOfArgumentsNamed(&'a LetListOfArgumentsNamed), LetActualArg(&'a LetActualArg), InoutDeclaration(&'a InoutDeclaration), InputDeclaration(&'a InputDeclaration), InputDeclarationNet(&'a InputDeclarationNet), InputDeclarationVariable(&'a InputDeclarationVariable), OutputDeclaration(&'a OutputDeclaration), OutputDeclarationNet(&'a OutputDeclarationNet), OutputDeclarationVariable(&'a OutputDeclarationVariable), InterfacePortDeclaration(&'a InterfacePortDeclaration), RefDeclaration(&'a RefDeclaration), UnpackedDimension(&'a UnpackedDimension), UnpackedDimensionRange(&'a UnpackedDimensionRange), UnpackedDimensionExpression(&'a UnpackedDimensionExpression), PackedDimension(&'a PackedDimension), PackedDimensionRange(&'a PackedDimensionRange), AssociativeDimension(&'a AssociativeDimension), AssociativeDimensionDataType(&'a AssociativeDimensionDataType), AssociativeDimensionAsterisk(&'a AssociativeDimensionAsterisk), VariableDimension(&'a VariableDimension), QueueDimension(&'a QueueDimension), UnsizedDimension(&'a UnsizedDimension), LocalParameterDeclaration(&'a LocalParameterDeclaration), LocalParameterDeclarationParam(&'a LocalParameterDeclarationParam), LocalParameterDeclarationType(&'a LocalParameterDeclarationType), ParameterDeclaration(&'a ParameterDeclaration), ParameterDeclarationParam(&'a ParameterDeclarationParam), ParameterDeclarationType(&'a ParameterDeclarationType), SpecparamDeclaration(&'a SpecparamDeclaration), CovergroupDeclaration(&'a CovergroupDeclaration), CoverageSpecOrOption(&'a CoverageSpecOrOption), CoverageSpecOrOptionSpec(&'a CoverageSpecOrOptionSpec), CoverageSpecOrOptionOption(&'a CoverageSpecOrOptionOption), CoverageOption(&'a CoverageOption), CoverageOptionOption(&'a CoverageOptionOption), CoverageOptionTypeOption(&'a CoverageOptionTypeOption), CoverageSpec(&'a CoverageSpec), CoverageEvent(&'a CoverageEvent), CoverageEventSample(&'a CoverageEventSample), CoverageEventAt(&'a CoverageEventAt), BlockEventExpression(&'a BlockEventExpression), BlockEventExpressionOr(&'a BlockEventExpressionOr), BlockEventExpressionBegin(&'a BlockEventExpressionBegin), BlockEventExpressionEnd(&'a BlockEventExpressionEnd), HierarchicalBtfIdentifier(&'a HierarchicalBtfIdentifier), HierarchicalBtfIdentifierMethod(&'a HierarchicalBtfIdentifierMethod), HierarchicalIdentifierOrClassScope(&'a HierarchicalIdentifierOrClassScope), CoverPoint(&'a CoverPoint), BinsOrEmpty(&'a BinsOrEmpty), BinsOrEmptyNonEmpty(&'a BinsOrEmptyNonEmpty), BinsOrOptions(&'a BinsOrOptions), BinsOrOptionsCovergroup(&'a BinsOrOptionsCovergroup), Wildcard(&'a Wildcard), BinsOrOptionsCoverPoint(&'a BinsOrOptionsCoverPoint), BinsOrOptionsSetCovergroup(&'a BinsOrOptionsSetCovergroup), BinsOrOptionsTransList(&'a BinsOrOptionsTransList), BinsOrOptionsDefault(&'a BinsOrOptionsDefault), BinsOrOptionsDefaultSequence(&'a BinsOrOptionsDefaultSequence), BinsKeyword(&'a BinsKeyword), TransList(&'a TransList), TransSet(&'a TransSet), TransRangeList(&'a TransRangeList), TransRangeListAsterisk(&'a TransRangeListAsterisk), TransRangeListArrow(&'a TransRangeListArrow), TransRangeListEqual(&'a TransRangeListEqual), TransItem(&'a TransItem), RepeatRange(&'a RepeatRange), RepeatRangeBinary(&'a RepeatRangeBinary), CoverCross(&'a CoverCross), ListOfCrossItems(&'a ListOfCrossItems), CrossItem(&'a CrossItem), CrossBody(&'a CrossBody), CrossBodyNonEmpty(&'a CrossBodyNonEmpty), CrossBodyItem(&'a CrossBodyItem), BinsSelectionOrOption(&'a BinsSelectionOrOption), BinsSelectionOrOptionCoverage(&'a BinsSelectionOrOptionCoverage), BinsSelectionOrOptionBins(&'a BinsSelectionOrOptionBins), BinsSelection(&'a BinsSelection), SelectExpression(&'a SelectExpression), SelectExpressionNot(&'a SelectExpressionNot), SelectExpressionAnd(&'a SelectExpressionAnd), SelectExpressionOr(&'a SelectExpressionOr), SelectExpressionParen(&'a SelectExpressionParen), SelectExpressionWith(&'a SelectExpressionWith), SelectExpressionCrossSet(&'a SelectExpressionCrossSet), SelectCondition(&'a SelectCondition), BinsExpression(&'a BinsExpression), BinsExpressionCoverPoint(&'a BinsExpressionCoverPoint), CovergroupRangeList(&'a CovergroupRangeList), CovergroupValueRange(&'a CovergroupValueRange), CovergroupValueRangeBinary(&'a CovergroupValueRangeBinary), WithCovergroupExpression(&'a WithCovergroupExpression), SetCovergroupExpression(&'a SetCovergroupExpression), IntegerCovergroupExpression(&'a IntegerCovergroupExpression), CrossSetExpression(&'a CrossSetExpression), CovergroupExpression(&'a CovergroupExpression), BlockItemDeclaration(&'a BlockItemDeclaration), BlockItemDeclarationData(&'a BlockItemDeclarationData), BlockItemDeclarationLocalParameter(&'a BlockItemDeclarationLocalParameter), BlockItemDeclarationParameter(&'a BlockItemDeclarationParameter), BlockItemDeclarationLet(&'a BlockItemDeclarationLet), Delay3(&'a Delay3), Delay3Single(&'a Delay3Single), Delay3Mintypmax(&'a Delay3Mintypmax), Delay2(&'a Delay2), Delay2Single(&'a Delay2Single), Delay2Mintypmax(&'a Delay2Mintypmax), DelayValue(&'a DelayValue), ModportDeclaration(&'a ModportDeclaration), ModportItem(&'a ModportItem), ModportPortsDeclaration(&'a ModportPortsDeclaration), ModportPortsDeclarationSimple(&'a ModportPortsDeclarationSimple), ModportPortsDeclarationTf(&'a ModportPortsDeclarationTf), ModportPortsDeclarationClocking(&'a ModportPortsDeclarationClocking), ModportClockingDeclaration(&'a ModportClockingDeclaration), ModportSimplePortsDeclaration(&'a ModportSimplePortsDeclaration), ModportSimplePort(&'a ModportSimplePort), ModportSimplePortOrdered(&'a ModportSimplePortOrdered), ModportSimplePortNamed(&'a ModportSimplePortNamed), ModportTfPortsDeclaration(&'a ModportTfPortsDeclaration), ModportTfPort(&'a ModportTfPort), ImportExport(&'a ImportExport), CastingType(&'a CastingType), DataType(&'a DataType), DataTypeVector(&'a DataTypeVector), DataTypeAtom(&'a DataTypeAtom), DataTypeStructUnion(&'a DataTypeStructUnion), Packed(&'a Packed), DataTypeEnum(&'a DataTypeEnum), DataTypeVirtual(&'a DataTypeVirtual), Interface(&'a Interface), DataTypeType(&'a DataTypeType), DataTypeOrImplicit(&'a DataTypeOrImplicit), ImplicitDataType(&'a ImplicitDataType), EnumBaseType(&'a EnumBaseType), EnumBaseTypeAtom(&'a EnumBaseTypeAtom), EnumBaseTypeVector(&'a EnumBaseTypeVector), EnumBaseTypeType(&'a EnumBaseTypeType), EnumNameDeclaration(&'a EnumNameDeclaration), ClassScope(&'a ClassScope), ClassType(&'a ClassType), IntegerType(&'a IntegerType), IntegerAtomType(&'a IntegerAtomType), IntegerVectorType(&'a IntegerVectorType), NonIntegerType(&'a NonIntegerType), NetType(&'a NetType), NetPortType(&'a NetPortType), NetPortTypeDataType(&'a NetPortTypeDataType), NetPortTypeInterconnect(&'a NetPortTypeInterconnect), VariablePortType(&'a VariablePortType), VarDataType(&'a VarDataType), VarDataTypeVar(&'a VarDataTypeVar), Signing(&'a Signing), SimpleType(&'a SimpleType), StructUnionMember(&'a StructUnionMember), DataTypeOrVoid(&'a DataTypeOrVoid), StructUnion(&'a StructUnion), TypeReference(&'a TypeReference), TypeReferenceExpression(&'a TypeReferenceExpression), TypeReferenceDataType(&'a TypeReferenceDataType), FunctionDataTypeOrImplicit(&'a FunctionDataTypeOrImplicit), FunctionDeclaration(&'a FunctionDeclaration), FunctionBodyDeclaration(&'a FunctionBodyDeclaration), FunctionBodyDeclarationWithoutPort(&'a FunctionBodyDeclarationWithoutPort), FunctionBodyDeclarationWithPort(&'a FunctionBodyDeclarationWithPort), InterfaceIdentifierOrClassScope(&'a InterfaceIdentifierOrClassScope), FunctionPrototype(&'a FunctionPrototype), DpiImportExport(&'a DpiImportExport), DpiImportExportImportFunction(&'a DpiImportExportImportFunction), DpiImportExportImportTask(&'a DpiImportExportImportTask), DpiImportExportExportFunction(&'a DpiImportExportExportFunction), DpiImportExportExportTask(&'a DpiImportExportExportTask), DpiSpecString(&'a DpiSpecString), DpiFunctionImportProperty(&'a DpiFunctionImportProperty), DpiTaskImportProperty(&'a DpiTaskImportProperty), DpiFunctionProto(&'a DpiFunctionProto), DpiTaskProto(&'a DpiTaskProto), Symbol(&'a Symbol), Keyword(&'a Keyword), WhiteSpace(&'a WhiteSpace), TimingCheckEvent(&'a TimingCheckEvent), ControlledTimingCheckEvent(&'a ControlledTimingCheckEvent), TimingCheckEventControl(&'a TimingCheckEventControl), SpecifyTerminalDescriptor(&'a SpecifyTerminalDescriptor), EdgeControlSpecifier(&'a EdgeControlSpecifier), EdgeDescriptor(&'a EdgeDescriptor), TimingCheckCondition(&'a TimingCheckCondition), TimingCheckConditionParen(&'a TimingCheckConditionParen), ScalarTimingCheckCondition(&'a ScalarTimingCheckCondition), ScalarTimingCheckConditionUnary(&'a ScalarTimingCheckConditionUnary), ScalarTimingCheckConditionBinary(&'a ScalarTimingCheckConditionBinary), ScalarConstant(&'a ScalarConstant), SpecifyBlock(&'a SpecifyBlock), SpecifyItem(&'a SpecifyItem), PulsestyleDeclaration(&'a PulsestyleDeclaration), ShowcancelledDeclaration(&'a ShowcancelledDeclaration), SystemTimingCheck(&'a SystemTimingCheck), SetupTimingCheck(&'a SetupTimingCheck), HoldTimingCheck(&'a HoldTimingCheck), SetupholdTimingCheck(&'a SetupholdTimingCheck), RecoveryTimingCheck(&'a RecoveryTimingCheck), RemovalTimingCheck(&'a RemovalTimingCheck), RecremTimingCheck(&'a RecremTimingCheck), SkewTimingCheck(&'a SkewTimingCheck), TimeskewTimingCheck(&'a TimeskewTimingCheck), FullskewTimingCheck(&'a FullskewTimingCheck), PeriodTimingCheck(&'a PeriodTimingCheck), WidthTimingCheck(&'a WidthTimingCheck), NochangeTimingCheck(&'a NochangeTimingCheck), PathDelayValue(&'a PathDelayValue), PathDelayValueParen(&'a PathDelayValueParen), ListOfPathDelayExpressions(&'a ListOfPathDelayExpressions), TPathDelayExpression(&'a TPathDelayExpression), PathDelayExpression(&'a PathDelayExpression), EdgeSensitivePathDeclaration(&'a EdgeSensitivePathDeclaration), EdgeSensitivePathDeclarationParallel(&'a EdgeSensitivePathDeclarationParallel), EdgeSensitivePathDeclarationFull(&'a EdgeSensitivePathDeclarationFull), ParallelEdgeSensitivePathDescription(&'a ParallelEdgeSensitivePathDescription), FullEdgeSensitivePathDescription(&'a FullEdgeSensitivePathDescription), DataSourceExpression(&'a DataSourceExpression), EdgeIdentifier(&'a EdgeIdentifier), StateDependentPathDeclaration(&'a StateDependentPathDeclaration), StateDependentPathDeclarationIfSimple(&'a StateDependentPathDeclarationIfSimple), StateDependentPathDeclarationIfEdgeSensitive(&'a StateDependentPathDeclarationIfEdgeSensitive), StateDependentPathDeclarationIfNone(&'a StateDependentPathDeclarationIfNone), PolarityOperator(&'a PolarityOperator), TimecheckCondition(&'a TimecheckCondition), ControlledReferenceEvent(&'a ControlledReferenceEvent), DataEvent(&'a DataEvent), DelayedData(&'a DelayedData), DelayedDataWithMintypmax(&'a DelayedDataWithMintypmax), DelayedReference(&'a DelayedReference), DelayedReferenceWithMintypmax(&'a DelayedReferenceWithMintypmax), EndEdgeOffset(&'a EndEdgeOffset), EventBasedFlag(&'a EventBasedFlag), Notifier(&'a Notifier), ReferenceEvent(&'a ReferenceEvent), RemainActiveFlag(&'a RemainActiveFlag), TimestampCondition(&'a TimestampCondition), StartEdgeOffset(&'a StartEdgeOffset), Threshold(&'a Threshold), TimingCheckLimit(&'a TimingCheckLimit), PathDeclaration(&'a PathDeclaration), SimplePathDeclaration(&'a SimplePathDeclaration), SimplePathDeclarationParallel(&'a SimplePathDeclarationParallel), SimplePathDeclarationFull(&'a SimplePathDeclarationFull), ParallelPathDescription(&'a ParallelPathDescription), FullPathDescription(&'a FullPathDescription), ListOfPathInputs(&'a ListOfPathInputs), ListOfPathOutputs(&'a ListOfPathOutputs), SpecifyInputTerminalDescriptor(&'a SpecifyInputTerminalDescriptor), SpecifyOutputTerminalDescriptor(&'a SpecifyOutputTerminalDescriptor), InputIdentifier(&'a InputIdentifier), InputIdentifierInterface(&'a InputIdentifierInterface), OutputIdentifier(&'a OutputIdentifier), OutputIdentifierInterface(&'a OutputIdentifierInterface), LoopStatement(&'a LoopStatement), LoopStatementForever(&'a LoopStatementForever), LoopStatementRepeat(&'a LoopStatementRepeat), LoopStatementWhile(&'a LoopStatementWhile), LoopStatementFor(&'a LoopStatementFor), LoopStatementDoWhile(&'a LoopStatementDoWhile), LoopStatementForeach(&'a LoopStatementForeach), ForInitialization(&'a ForInitialization), ForInitializationDeclaration(&'a ForInitializationDeclaration), ForVariableDeclaration(&'a ForVariableDeclaration), Var(&'a Var), ForStep(&'a ForStep), ForStepAssignment(&'a ForStepAssignment), LoopVariables(&'a LoopVariables), CaseStatement(&'a CaseStatement), CaseStatementNormal(&'a CaseStatementNormal), CaseStatementMatches(&'a CaseStatementMatches), CaseStatementInside(&'a CaseStatementInside), CaseKeyword(&'a CaseKeyword), CaseExpression(&'a CaseExpression), CaseItem(&'a CaseItem), CaseItemNondefault(&'a CaseItemNondefault), CaseItemDefault(&'a CaseItemDefault), CasePatternItem(&'a CasePatternItem), CasePatternItemNondefault(&'a CasePatternItemNondefault), CaseInsideItem(&'a CaseInsideItem), CaseInsideItemNondefault(&'a CaseInsideItemNondefault), CaseItemExpression(&'a CaseItemExpression), RandcaseStatement(&'a RandcaseStatement), RandcaseItem(&'a RandcaseItem), OpenRangeList(&'a OpenRangeList), OpenValueRange(&'a OpenValueRange), ContinuousAssign(&'a ContinuousAssign), ContinuousAssignNet(&'a ContinuousAssignNet), ContinuousAssignVariable(&'a ContinuousAssignVariable), ListOfNetAssignments(&'a ListOfNetAssignments), ListOfVariableAssignments(&'a ListOfVariableAssignments), NetAlias(&'a NetAlias), NetAssignment(&'a NetAssignment), ConditionalStatement(&'a ConditionalStatement), UniquePriority(&'a UniquePriority), CondPredicate(&'a CondPredicate), ExpressionOrCondPattern(&'a ExpressionOrCondPattern), CondPattern(&'a CondPattern), ProceduralTimingControlStatement(&'a ProceduralTimingControlStatement), DelayOrEventControl(&'a DelayOrEventControl), DelayOrEventControlRepeat(&'a DelayOrEventControlRepeat), DelayControl(&'a DelayControl), DelayControlDelay(&'a DelayControlDelay), DelayControlMintypmax(&'a DelayControlMintypmax), EventControl(&'a EventControl), EventControlEventIdentifier(&'a EventControlEventIdentifier), EventControlEventExpression(&'a EventControlEventExpression), EventControlAsterisk(&'a EventControlAsterisk), EventControlParenAsterisk(&'a EventControlParenAsterisk), EventControlSequenceIdentifier(&'a EventControlSequenceIdentifier), EventExpression(&'a EventExpression), EventExpressionExpression(&'a EventExpressionExpression), EventExpressionSequence(&'a EventExpressionSequence), EventExpressionOr(&'a EventExpressionOr), EventExpressionComma(&'a EventExpressionComma), EventExpressionParen(&'a EventExpressionParen), ProceduralTimingControl(&'a ProceduralTimingControl), JumpStatement(&'a JumpStatement), JumpStatementReturn(&'a JumpStatementReturn), JumpStatementBreak(&'a JumpStatementBreak), JumpStatementContinue(&'a JumpStatementContinue), WaitStatement(&'a WaitStatement), WaitStatementWait(&'a WaitStatementWait), WaitStatementFork(&'a WaitStatementFork), WaitStatementOrder(&'a WaitStatementOrder), EventTrigger(&'a EventTrigger), EventTriggerNamed(&'a EventTriggerNamed), EventTriggerNonblocking(&'a EventTriggerNonblocking), DisableStatement(&'a DisableStatement), DisableStatementTask(&'a DisableStatementTask), DisableStatementBlock(&'a DisableStatementBlock), DisableStatementFork(&'a DisableStatementFork), RandsequenceStatement(&'a RandsequenceStatement), Production(&'a Production), RsRule(&'a RsRule), RsProductionList(&'a RsProductionList), RsProductionListProd(&'a RsProductionListProd), RsProductionListJoin(&'a RsProductionListJoin), WeightSpecification(&'a WeightSpecification), WeightSpecificationExpression(&'a WeightSpecificationExpression), RsCodeBlock(&'a RsCodeBlock), RsProd(&'a RsProd), ProductionItem(&'a ProductionItem), RsIfElse(&'a RsIfElse), RsRepeat(&'a RsRepeat), RsCase(&'a RsCase), RsCaseItem(&'a RsCaseItem), RsCaseItemNondefault(&'a RsCaseItemNondefault), RsCaseItemDefault(&'a RsCaseItemDefault), Pattern(&'a Pattern), PatternVariable(&'a PatternVariable), PatternTagged(&'a PatternTagged), PatternList(&'a PatternList), PatternIdentifierList(&'a PatternIdentifierList), AssignmentPattern(&'a AssignmentPattern), AssignmentPatternList(&'a AssignmentPatternList), AssignmentPatternStructure(&'a AssignmentPatternStructure), AssignmentPatternArray(&'a AssignmentPatternArray), AssignmentPatternRepeat(&'a AssignmentPatternRepeat), StructurePatternKey(&'a StructurePatternKey), ArrayPatternKey(&'a ArrayPatternKey), AssignmentPatternKey(&'a AssignmentPatternKey), AssignmentPatternExpression(&'a AssignmentPatternExpression), AssignmentPatternExpressionType(&'a AssignmentPatternExpressionType), ConstantAssignmentPatternExpression(&'a ConstantAssignmentPatternExpression), AssignmentPatternNetLvalue(&'a AssignmentPatternNetLvalue), AssignmentPatternVariableLvalue(&'a AssignmentPatternVariableLvalue), AssertionItem(&'a AssertionItem), DeferredImmediateAssertionItem(&'a DeferredImmediateAssertionItem), ProceduralAssertionStatement(&'a ProceduralAssertionStatement), ImmediateAssertionStatement(&'a ImmediateAssertionStatement), SimpleImmediateAssertionStatement(&'a SimpleImmediateAssertionStatement), SimpleImmediateAssertStatement(&'a SimpleImmediateAssertStatement), SimpleImmediateAssumeStatement(&'a SimpleImmediateAssumeStatement), SimpleImmediateCoverStatement(&'a SimpleImmediateCoverStatement), DeferredImmediateAssertionStatement(&'a DeferredImmediateAssertionStatement), DeferredImmediateAssertStatement(&'a DeferredImmediateAssertStatement), DeferredImmediateAssumeStatement(&'a DeferredImmediateAssumeStatement), DeferredImmediateCoverStatement(&'a DeferredImmediateCoverStatement), AssertTiming(&'a AssertTiming), InitialConstruct(&'a InitialConstruct), AlwaysConstruct(&'a AlwaysConstruct), AlwaysKeyword(&'a AlwaysKeyword), FinalConstruct(&'a FinalConstruct), BlockingAssignment(&'a BlockingAssignment), BlockingAssignmentVariable(&'a BlockingAssignmentVariable), BlockingAssignmentNonrangeVariable(&'a BlockingAssignmentNonrangeVariable), BlockingAssignmentHierarchicalVariable(&'a BlockingAssignmentHierarchicalVariable), OperatorAssignment(&'a OperatorAssignment), AssignmentOperator(&'a AssignmentOperator), NonblockingAssignment(&'a NonblockingAssignment), ProceduralContinuousAssignment(&'a ProceduralContinuousAssignment), ProceduralContinuousAssignmentAssign(&'a ProceduralContinuousAssignmentAssign), ProceduralContinuousAssignmentDeassign(&'a ProceduralContinuousAssignmentDeassign), ProceduralContinuousAssignmentForceVariable(&'a ProceduralContinuousAssignmentForceVariable), ProceduralContinuousAssignmentForceNet(&'a ProceduralContinuousAssignmentForceNet), ProceduralContinuousAssignmentReleaseVariable(&'a ProceduralContinuousAssignmentReleaseVariable), ProceduralContinuousAssignmentReleaseNet(&'a ProceduralContinuousAssignmentReleaseNet), VariableAssignment(&'a VariableAssignment), SubroutineCallStatement(&'a SubroutineCallStatement), SubroutineCallStatementFunction(&'a SubroutineCallStatementFunction), ClockingDeclaration(&'a ClockingDeclaration), ClockingDeclarationLocal(&'a ClockingDeclarationLocal), Default(&'a Default), ClockingDeclarationGlobal(&'a ClockingDeclarationGlobal), ClockingEvent(&'a ClockingEvent), ClockingEventIdentifier(&'a ClockingEventIdentifier), ClockingEventExpression(&'a ClockingEventExpression), ClockingItem(&'a ClockingItem), ClockingItemDefault(&'a ClockingItemDefault), ClockingItemDirection(&'a ClockingItemDirection), ClockingItemAssertion(&'a ClockingItemAssertion), DefaultSkew(&'a DefaultSkew), DefaultSkewInput(&'a DefaultSkewInput), DefaultSkewOutput(&'a DefaultSkewOutput), DefaultSkewInputOutput(&'a DefaultSkewInputOutput), ClockingDirection(&'a ClockingDirection), ClockingDirectionInput(&'a ClockingDirectionInput), ClockingDirectionOutput(&'a ClockingDirectionOutput), ClockingDirectionInputOutput(&'a ClockingDirectionInputOutput), ListOfClockingDeclAssign(&'a ListOfClockingDeclAssign), ClockingDeclAssign(&'a ClockingDeclAssign), ClockingSkew(&'a ClockingSkew), ClockingSkewEdge(&'a ClockingSkewEdge), ClockingDrive(&'a ClockingDrive), CycleDelay(&'a CycleDelay), CycleDelayIntegral(&'a CycleDelayIntegral), CycleDelayIdentifier(&'a CycleDelayIdentifier), CycleDelayExpression(&'a CycleDelayExpression), Clockvar(&'a Clockvar), ClockvarExpression(&'a ClockvarExpression), ActionBlock(&'a ActionBlock), ActionBlockElse(&'a ActionBlockElse), SeqBlock(&'a SeqBlock), ParBlock(&'a ParBlock), JoinKeyword(&'a JoinKeyword), StatementOrNull(&'a StatementOrNull), StatementOrNullAttribute(&'a StatementOrNullAttribute), Statement(&'a Statement), StatementItem(&'a StatementItem), FunctionStatement(&'a FunctionStatement), FunctionStatementOrNull(&'a FunctionStatementOrNull), FunctionStatementOrNullAttribute(&'a FunctionStatementOrNullAttribute), VariableIdentifierList(&'a VariableIdentifierList), UdpInstantiation(&'a UdpInstantiation), UdpInstance(&'a UdpInstance), UdpNonansiDeclaration(&'a UdpNonansiDeclaration), UdpAnsiDeclaration(&'a UdpAnsiDeclaration), UdpDeclaration(&'a UdpDeclaration), UdpDeclarationNonansi(&'a UdpDeclarationNonansi), UdpDeclarationAnsi(&'a UdpDeclarationAnsi), UdpDeclarationExternNonansi(&'a UdpDeclarationExternNonansi), UdpDeclarationExternAnsi(&'a UdpDeclarationExternAnsi), UdpDeclarationWildcard(&'a UdpDeclarationWildcard), UdpBody(&'a UdpBody), CombinationalBody(&'a CombinationalBody), CombinationalEntry(&'a CombinationalEntry), SequentialBody(&'a SequentialBody), UdpInitialStatement(&'a UdpInitialStatement), InitVal(&'a InitVal), SequentialEntry(&'a SequentialEntry), SeqInputList(&'a SeqInputList), LevelInputList(&'a LevelInputList), EdgeInputList(&'a EdgeInputList), EdgeIndicator(&'a EdgeIndicator), EdgeIndicatorParen(&'a EdgeIndicatorParen), CurrentState(&'a CurrentState), NextState(&'a NextState), OutputSymbol(&'a OutputSymbol), LevelSymbol(&'a LevelSymbol), EdgeSymbol(&'a EdgeSymbol), UdpPortList(&'a UdpPortList), UdpDeclarationPortList(&'a UdpDeclarationPortList), UdpPortDeclaration(&'a UdpPortDeclaration), UdpOutputDeclaration(&'a UdpOutputDeclaration), UdpOutputDeclarationNonreg(&'a UdpOutputDeclarationNonreg), UdpOutputDeclarationReg(&'a UdpOutputDeclarationReg), UdpInputDeclaration(&'a UdpInputDeclaration), UdpRegDeclaration(&'a UdpRegDeclaration), InterfaceInstantiation(&'a InterfaceInstantiation), CheckerInstantiation(&'a CheckerInstantiation), ListOfCheckerPortConnections(&'a ListOfCheckerPortConnections), ListOfCheckerPortConnectionsOrdered(&'a ListOfCheckerPortConnectionsOrdered), ListOfCheckerPortConnectionsNamed(&'a ListOfCheckerPortConnectionsNamed), OrderedCheckerPortConnection(&'a OrderedCheckerPortConnection), NamedCheckerPortConnection(&'a NamedCheckerPortConnection), NamedCheckerPortConnectionIdentifier(&'a NamedCheckerPortConnectionIdentifier), NamedCheckerPortConnectionAsterisk(&'a NamedCheckerPortConnectionAsterisk), ModuleInstantiation(&'a ModuleInstantiation), ParameterValueAssignment(&'a ParameterValueAssignment), ListOfParameterAssignments(&'a ListOfParameterAssignments), ListOfParameterAssignmentsOrdered(&'a ListOfParameterAssignmentsOrdered), ListOfParameterAssignmentsNamed(&'a ListOfParameterAssignmentsNamed), OrderedParameterAssignment(&'a OrderedParameterAssignment), NamedParameterAssignment(&'a NamedParameterAssignment), HierarchicalInstance(&'a HierarchicalInstance), NameOfInstance(&'a NameOfInstance), ListOfPortConnections(&'a ListOfPortConnections), ListOfPortConnectionsOrdered(&'a ListOfPortConnectionsOrdered), ListOfPortConnectionsNamed(&'a ListOfPortConnectionsNamed), OrderedPortConnection(&'a OrderedPortConnection), NamedPortConnection(&'a NamedPortConnection), NamedPortConnectionIdentifier(&'a NamedPortConnectionIdentifier), NamedPortConnectionAsterisk(&'a NamedPortConnectionAsterisk), ProgramInstantiation(&'a ProgramInstantiation), GenerateRegion(&'a GenerateRegion), LoopGenerateConstruct(&'a LoopGenerateConstruct), GenvarInitialization(&'a GenvarInitialization), Genvar(&'a Genvar), GenvarIteration(&'a GenvarIteration), GenvarIterationAssignment(&'a GenvarIterationAssignment), GenvarIterationPrefix(&'a GenvarIterationPrefix), GenvarIterationSuffix(&'a GenvarIterationSuffix), ConditionalGenerateConstruct(&'a ConditionalGenerateConstruct), IfGenerateConstruct(&'a IfGenerateConstruct), CaseGenerateConstruct(&'a CaseGenerateConstruct), CaseGenerateItem(&'a CaseGenerateItem), CaseGenerateItemNondefault(&'a CaseGenerateItemNondefault), CaseGenerateItemDefault(&'a CaseGenerateItemDefault), GenerateBlock(&'a GenerateBlock), GenerateBlockMultiple(&'a GenerateBlockMultiple), GenerateItem(&'a GenerateItem),
}

Variants§

§

Locate(&'a Locate)

§

ArrayIdentifier(&'a ArrayIdentifier)

§

BlockIdentifier(&'a BlockIdentifier)

§

BinIdentifier(&'a BinIdentifier)

§

CIdentifier(&'a CIdentifier)

§

CellIdentifier(&'a CellIdentifier)

§

CheckerIdentifier(&'a CheckerIdentifier)

§

ClassIdentifier(&'a ClassIdentifier)

§

ClassVariableIdentifier(&'a ClassVariableIdentifier)

§

ClockingIdentifier(&'a ClockingIdentifier)

§

ConfigIdentifier(&'a ConfigIdentifier)

§

ConstIdentifier(&'a ConstIdentifier)

§

ConstraintIdentifier(&'a ConstraintIdentifier)

§

CovergroupIdentifier(&'a CovergroupIdentifier)

§

CovergroupVariableIdentifier(&'a CovergroupVariableIdentifier)

§

CoverPointIdentifier(&'a CoverPointIdentifier)

§

CrossIdentifier(&'a CrossIdentifier)

§

DynamicArrayVariableIdentifier(&'a DynamicArrayVariableIdentifier)

§

EnumIdentifier(&'a EnumIdentifier)

§

EscapedIdentifier(&'a EscapedIdentifier)

§

FormalIdentifier(&'a FormalIdentifier)

§

FormalPortIdentifier(&'a FormalPortIdentifier)

§

FunctionIdentifier(&'a FunctionIdentifier)

§

GenerateBlockIdentifier(&'a GenerateBlockIdentifier)

§

GenvarIdentifier(&'a GenvarIdentifier)

§

HierarchicalArrayIdentifier(&'a HierarchicalArrayIdentifier)

§

HierarchicalBlockIdentifier(&'a HierarchicalBlockIdentifier)

§

HierarchicalEventIdentifier(&'a HierarchicalEventIdentifier)

§

HierarchicalIdentifier(&'a HierarchicalIdentifier)

§

Root(&'a Root)

§

HierarchicalNetIdentifier(&'a HierarchicalNetIdentifier)

§

HierarchicalParameterIdentifier(&'a HierarchicalParameterIdentifier)

§

HierarchicalPropertyIdentifier(&'a HierarchicalPropertyIdentifier)

§

HierarchicalSequenceIdentifier(&'a HierarchicalSequenceIdentifier)

§

HierarchicalTaskIdentifier(&'a HierarchicalTaskIdentifier)

§

HierarchicalTfIdentifier(&'a HierarchicalTfIdentifier)

§

HierarchicalVariableIdentifier(&'a HierarchicalVariableIdentifier)

§

Identifier(&'a Identifier)

§

IndexVariableIdentifier(&'a IndexVariableIdentifier)

§

InterfaceIdentifier(&'a InterfaceIdentifier)

§

InterfaceInstanceIdentifier(&'a InterfaceInstanceIdentifier)

§

InoutPortIdentifier(&'a InoutPortIdentifier)

§

InputPortIdentifier(&'a InputPortIdentifier)

§

InstanceIdentifier(&'a InstanceIdentifier)

§

LibraryIdentifier(&'a LibraryIdentifier)

§

MemberIdentifier(&'a MemberIdentifier)

§

MethodIdentifier(&'a MethodIdentifier)

§

ModportIdentifier(&'a ModportIdentifier)

§

ModuleIdentifier(&'a ModuleIdentifier)

§

NetIdentifier(&'a NetIdentifier)

§

NetTypeIdentifier(&'a NetTypeIdentifier)

§

OutputPortIdentifier(&'a OutputPortIdentifier)

§

PackageIdentifier(&'a PackageIdentifier)

§

PackageScope(&'a PackageScope)

§

PackageScopePackage(&'a PackageScopePackage)

§

Unit(&'a Unit)

§

ParameterIdentifier(&'a ParameterIdentifier)

§

PortIdentifier(&'a PortIdentifier)

§

ProductionIdentifier(&'a ProductionIdentifier)

§

ProgramIdentifier(&'a ProgramIdentifier)

§

PropertyIdentifier(&'a PropertyIdentifier)

§

PsClassIdentifier(&'a PsClassIdentifier)

§

PsCovergroupIdentifier(&'a PsCovergroupIdentifier)

§

PsCheckerIdentifier(&'a PsCheckerIdentifier)

§

PsIdentifier(&'a PsIdentifier)

§

PsOrHierarchicalArrayIdentifier(&'a PsOrHierarchicalArrayIdentifier)

§

PsOrHierarchicalNetIdentifier(&'a PsOrHierarchicalNetIdentifier)

§

PsOrHierarchicalNetIdentifierPackageScope(&'a PsOrHierarchicalNetIdentifierPackageScope)

§

PsOrHierarchicalNetIdentifierHierarchical(&'a PsOrHierarchicalNetIdentifierHierarchical)

§

PsOrHierarchicalPropertyIdentifier(&'a PsOrHierarchicalPropertyIdentifier)

§

PsOrHierarchicalPropertyIdentifierPackageScope(&'a PsOrHierarchicalPropertyIdentifierPackageScope)

§

PsOrHierarchicalPropertyIdentifierHierarchical(&'a PsOrHierarchicalPropertyIdentifierHierarchical)

§

PsOrHierarchicalSequenceIdentifier(&'a PsOrHierarchicalSequenceIdentifier)

§

PsOrHierarchicalSequenceIdentifierPackageScope(&'a PsOrHierarchicalSequenceIdentifierPackageScope)

§

PsOrHierarchicalSequenceIdentifierHierarchical(&'a PsOrHierarchicalSequenceIdentifierHierarchical)

§

PsOrHierarchicalTfIdentifier(&'a PsOrHierarchicalTfIdentifier)

§

PsOrHierarchicalTfIdentifierPackageScope(&'a PsOrHierarchicalTfIdentifierPackageScope)

§

PsOrHierarchicalTfIdentifierHierarchical(&'a PsOrHierarchicalTfIdentifierHierarchical)

§

PsParameterIdentifier(&'a PsParameterIdentifier)

§

PsParameterIdentifierScope(&'a PsParameterIdentifierScope)

§

PsParameterIdentifierGenerate(&'a PsParameterIdentifierGenerate)

§

PsTypeIdentifier(&'a PsTypeIdentifier)

§

LocalOrPackageScopeOrClassScope(&'a LocalOrPackageScopeOrClassScope)

§

Local(&'a Local)

§

SequenceIdentifier(&'a SequenceIdentifier)

§

SignalIdentifier(&'a SignalIdentifier)

§

SimpleIdentifier(&'a SimpleIdentifier)

§

SpecparamIdentifier(&'a SpecparamIdentifier)

§

SystemTfIdentifier(&'a SystemTfIdentifier)

§

TaskIdentifier(&'a TaskIdentifier)

§

TfIdentifier(&'a TfIdentifier)

§

TerminalIdentifier(&'a TerminalIdentifier)

§

TopmoduleIdentifier(&'a TopmoduleIdentifier)

§

TypeIdentifier(&'a TypeIdentifier)

§

UdpIdentifier(&'a UdpIdentifier)

§

VariableIdentifier(&'a VariableIdentifier)

§

ImplicitClassHandleOrClassScopeOrPackageScope(&'a ImplicitClassHandleOrClassScopeOrPackageScope)

§

ImplicitClassHandleOrPackageScope(&'a ImplicitClassHandleOrPackageScope)

§

ImplicitClassHandleOrClassScope(&'a ImplicitClassHandleOrClassScope)

§

PackageScopeOrClassScope(&'a PackageScopeOrClassScope)

§

CompilerDirective(&'a CompilerDirective)

§

ResetallCompilerDirective(&'a ResetallCompilerDirective)

§

IncludeCompilerDirective(&'a IncludeCompilerDirective)

§

IncludeCompilerDirectiveDoubleQuote(&'a IncludeCompilerDirectiveDoubleQuote)

§

IncludeCompilerDirectiveAngleBracket(&'a IncludeCompilerDirectiveAngleBracket)

§

IncludeCompilerDirectiveTextMacroUsage(&'a IncludeCompilerDirectiveTextMacroUsage)

§

AngleBracketLiteral(&'a AngleBracketLiteral)

§

TextMacroDefinition(&'a TextMacroDefinition)

§

TextMacroName(&'a TextMacroName)

§

ListOfFormalArguments(&'a ListOfFormalArguments)

§

FormalArgument(&'a FormalArgument)

§

TextMacroIdentifier(&'a TextMacroIdentifier)

§

MacroText(&'a MacroText)

§

DefaultText(&'a DefaultText)

§

TextMacroUsage(&'a TextMacroUsage)

§

ListOfActualArguments(&'a ListOfActualArguments)

§

ActualArgument(&'a ActualArgument)

§

UndefineCompilerDirective(&'a UndefineCompilerDirective)

§

UndefineallCompilerDirective(&'a UndefineallCompilerDirective)

§

ConditionalCompilerDirective(&'a ConditionalCompilerDirective)

§

IfdefDirective(&'a IfdefDirective)

§

IfndefDirective(&'a IfndefDirective)

§

IfdefGroupOfLines(&'a IfdefGroupOfLines)

§

IfndefGroupOfLines(&'a IfndefGroupOfLines)

§

ElsifGroupOfLines(&'a ElsifGroupOfLines)

§

ElseGroupOfLines(&'a ElseGroupOfLines)

§

SourceDescription(&'a SourceDescription)

§

SourceDescriptionNotDirective(&'a SourceDescriptionNotDirective)

§

TimescaleCompilerDirective(&'a TimescaleCompilerDirective)

§

DefaultNettypeCompilerDirective(&'a DefaultNettypeCompilerDirective)

§

DefaultNettypeValue(&'a DefaultNettypeValue)

§

UnconnectedDriveCompilerDirective(&'a UnconnectedDriveCompilerDirective)

§

NounconnectedDriveCompilerDirective(&'a NounconnectedDriveCompilerDirective)

§

CelldefineDriveCompilerDirective(&'a CelldefineDriveCompilerDirective)

§

EndcelldefineDriveCompilerDirective(&'a EndcelldefineDriveCompilerDirective)

§

Pragma(&'a Pragma)

§

PragmaName(&'a PragmaName)

§

PragmaExpression(&'a PragmaExpression)

§

PragmaExpressionAssignment(&'a PragmaExpressionAssignment)

§

PragmaValue(&'a PragmaValue)

§

PragmaValueParen(&'a PragmaValueParen)

§

PragmaKeyword(&'a PragmaKeyword)

§

LineCompilerDirective(&'a LineCompilerDirective)

§

PositionCompilerDirective(&'a PositionCompilerDirective)

§

Level(&'a Level)

§

KeywordsDirective(&'a KeywordsDirective)

§

VersionSpecifier(&'a VersionSpecifier)

§

EndkeywordsDirective(&'a EndkeywordsDirective)

§

Comment(&'a Comment)

§

AttributeInstance(&'a AttributeInstance)

§

AttrSpec(&'a AttrSpec)

§

SourceText(&'a SourceText)

§

Description(&'a Description)

§

DescriptionPackageItem(&'a DescriptionPackageItem)

§

DescriptionBindDirective(&'a DescriptionBindDirective)

§

ModuleNonansiHeader(&'a ModuleNonansiHeader)

§

ModuleAnsiHeader(&'a ModuleAnsiHeader)

§

ModuleDeclaration(&'a ModuleDeclaration)

§

ModuleDeclarationNonansi(&'a ModuleDeclarationNonansi)

§

ModuleDeclarationAnsi(&'a ModuleDeclarationAnsi)

§

ModuleDeclarationWildcard(&'a ModuleDeclarationWildcard)

§

ModuleDeclarationExternNonansi(&'a ModuleDeclarationExternNonansi)

§

ModuleDeclarationExternAnsi(&'a ModuleDeclarationExternAnsi)

§

ModuleKeyword(&'a ModuleKeyword)

§

InterfaceDeclaration(&'a InterfaceDeclaration)

§

InterfaceDeclarationNonansi(&'a InterfaceDeclarationNonansi)

§

InterfaceDeclarationAnsi(&'a InterfaceDeclarationAnsi)

§

InterfaceDeclarationWildcard(&'a InterfaceDeclarationWildcard)

§

InterfaceDeclarationExternNonansi(&'a InterfaceDeclarationExternNonansi)

§

InterfaceDeclarationExternAnsi(&'a InterfaceDeclarationExternAnsi)

§

InterfaceNonansiHeader(&'a InterfaceNonansiHeader)

§

InterfaceAnsiHeader(&'a InterfaceAnsiHeader)

§

ProgramDeclaration(&'a ProgramDeclaration)

§

ProgramDeclarationNonansi(&'a ProgramDeclarationNonansi)

§

ProgramDeclarationAnsi(&'a ProgramDeclarationAnsi)

§

ProgramDeclarationWildcard(&'a ProgramDeclarationWildcard)

§

ProgramDeclarationExternNonansi(&'a ProgramDeclarationExternNonansi)

§

ProgramDeclarationExternAnsi(&'a ProgramDeclarationExternAnsi)

§

ProgramNonansiHeader(&'a ProgramNonansiHeader)

§

ProgramAnsiHeader(&'a ProgramAnsiHeader)

§

CheckerDeclaration(&'a CheckerDeclaration)

§

ClassDeclaration(&'a ClassDeclaration)

§

Virtual(&'a Virtual)

§

InterfaceClassType(&'a InterfaceClassType)

§

InterfaceClassDeclaration(&'a InterfaceClassDeclaration)

§

InterfaceClassItem(&'a InterfaceClassItem)

§

InterfaceClassItemMethod(&'a InterfaceClassItemMethod)

§

InterfaceClassMethod(&'a InterfaceClassMethod)

§

PackageDeclaration(&'a PackageDeclaration)

§

TimeunitsDeclaration(&'a TimeunitsDeclaration)

§

TimeunitsDeclarationTimeunit(&'a TimeunitsDeclarationTimeunit)

§

TimeunitsDeclarationTimeprecision(&'a TimeunitsDeclarationTimeprecision)

§

TimeunitsDeclarationTimeunitTimeprecision(&'a TimeunitsDeclarationTimeunitTimeprecision)

§

TimeunitsDeclarationTimeprecisionTimeunit(&'a TimeunitsDeclarationTimeprecisionTimeunit)

§

PackageItem(&'a PackageItem)

§

PackageOrGenerateItemDeclaration(&'a PackageOrGenerateItemDeclaration)

§

AnonymousProgram(&'a AnonymousProgram)

§

AnonymousProgramItem(&'a AnonymousProgramItem)

§

ElaborationSystemTask(&'a ElaborationSystemTask)

§

ElaborationSystemTaskFatal(&'a ElaborationSystemTaskFatal)

§

ElaborationSystemTaskError(&'a ElaborationSystemTaskError)

§

ElaborationSystemTaskWarning(&'a ElaborationSystemTaskWarning)

§

ElaborationSystemTaskInfo(&'a ElaborationSystemTaskInfo)

§

FinishNumber(&'a FinishNumber)

§

ModuleCommonItem(&'a ModuleCommonItem)

§

ModuleItem(&'a ModuleItem)

§

ModuleOrGenerateItem(&'a ModuleOrGenerateItem)

§

ModuleOrGenerateItemParameter(&'a ModuleOrGenerateItemParameter)

§

ModuleOrGenerateItemGate(&'a ModuleOrGenerateItemGate)

§

ModuleOrGenerateItemUdp(&'a ModuleOrGenerateItemUdp)

§

ModuleOrGenerateItemModule(&'a ModuleOrGenerateItemModule)

§

ModuleOrGenerateItemModuleItem(&'a ModuleOrGenerateItemModuleItem)

§

ModuleOrGenerateItemDeclaration(&'a ModuleOrGenerateItemDeclaration)

§

ModuleOrGenerateItemDeclarationClocking(&'a ModuleOrGenerateItemDeclarationClocking)

§

ModuleOrGenerateItemDeclarationDisable(&'a ModuleOrGenerateItemDeclarationDisable)

§

NonPortModuleItem(&'a NonPortModuleItem)

§

NonPortModuleItemSpecparam(&'a NonPortModuleItemSpecparam)

§

ParameterOverride(&'a ParameterOverride)

§

BindDirective(&'a BindDirective)

§

BindDirectiveScope(&'a BindDirectiveScope)

§

BindDirectiveInstance(&'a BindDirectiveInstance)

§

BindTargetScope(&'a BindTargetScope)

§

BindTargetInstance(&'a BindTargetInstance)

§

BindTargetInstanceList(&'a BindTargetInstanceList)

§

BindInstantiation(&'a BindInstantiation)

§

ParameterPortList(&'a ParameterPortList)

§

ParameterPortListAssignment(&'a ParameterPortListAssignment)

§

ParameterPortListDeclaration(&'a ParameterPortListDeclaration)

§

ParameterPortDeclaration(&'a ParameterPortDeclaration)

§

ParameterPortDeclarationParamList(&'a ParameterPortDeclarationParamList)

§

ParameterPortDeclarationTypeList(&'a ParameterPortDeclarationTypeList)

§

ListOfPorts(&'a ListOfPorts)

§

ListOfPortDeclarations(&'a ListOfPortDeclarations)

§

PortDeclaration(&'a PortDeclaration)

§

PortDeclarationInout(&'a PortDeclarationInout)

§

PortDeclarationInput(&'a PortDeclarationInput)

§

PortDeclarationOutput(&'a PortDeclarationOutput)

§

PortDeclarationRef(&'a PortDeclarationRef)

§

PortDeclarationInterface(&'a PortDeclarationInterface)

§

Port(&'a Port)

§

PortNonNamed(&'a PortNonNamed)

§

PortNamed(&'a PortNamed)

§

PortExpression(&'a PortExpression)

§

PortExpressionBrace(&'a PortExpressionBrace)

§

PortReference(&'a PortReference)

§

PortDirection(&'a PortDirection)

§

NetPortHeader(&'a NetPortHeader)

§

VariablePortHeader(&'a VariablePortHeader)

§

InterfacePortHeader(&'a InterfacePortHeader)

§

InterfacePortHeaderIdentifier(&'a InterfacePortHeaderIdentifier)

§

InterfacePortHeaderInterface(&'a InterfacePortHeaderInterface)

§

NetPortHeaderOrInterfacePortHeader(&'a NetPortHeaderOrInterfacePortHeader)

§

AnsiPortDeclaration(&'a AnsiPortDeclaration)

§

AnsiPortDeclarationNet(&'a AnsiPortDeclarationNet)

§

AnsiPortDeclarationVariable(&'a AnsiPortDeclarationVariable)

§

AnsiPortDeclarationParen(&'a AnsiPortDeclarationParen)

§

CheckerPortList(&'a CheckerPortList)

§

CheckerPortItem(&'a CheckerPortItem)

§

CheckerPortDirection(&'a CheckerPortDirection)

§

CheckerOrGenerateItem(&'a CheckerOrGenerateItem)

§

CheckerOrGenerateItemDeclaration(&'a CheckerOrGenerateItemDeclaration)

§

CheckerOrGenerateItemDeclarationData(&'a CheckerOrGenerateItemDeclarationData)

§

Rand(&'a Rand)

§

CheckerOrGenerateItemDeclarationClocking(&'a CheckerOrGenerateItemDeclarationClocking)

§

CheckerOrGenerateItemDeclarationDisable(&'a CheckerOrGenerateItemDeclarationDisable)

§

CheckerGenerateItem(&'a CheckerGenerateItem)

§

ConstraintDeclaration(&'a ConstraintDeclaration)

§

Static(&'a Static)

§

ConstraintBlock(&'a ConstraintBlock)

§

ConstraintBlockItem(&'a ConstraintBlockItem)

§

ConstraintBlockItemSolve(&'a ConstraintBlockItemSolve)

§

SolveBeforeList(&'a SolveBeforeList)

§

ConstraintPrimary(&'a ConstraintPrimary)

§

ConstraintExpression(&'a ConstraintExpression)

§

ConstraintExpressionExpression(&'a ConstraintExpressionExpression)

§

Soft(&'a Soft)

§

ConstraintExpressionArrow(&'a ConstraintExpressionArrow)

§

ConstraintExpressionIf(&'a ConstraintExpressionIf)

§

ConstraintExpressionForeach(&'a ConstraintExpressionForeach)

§

ConstraintExpressionDisable(&'a ConstraintExpressionDisable)

§

UniquenessConstraint(&'a UniquenessConstraint)

§

ConstraintSet(&'a ConstraintSet)

§

ConstraintSetBrace(&'a ConstraintSetBrace)

§

DistList(&'a DistList)

§

DistItem(&'a DistItem)

§

DistWeight(&'a DistWeight)

§

DistWeightEqual(&'a DistWeightEqual)

§

DistWeightDivide(&'a DistWeightDivide)

§

ConstraintPrototype(&'a ConstraintPrototype)

§

ConstraintPrototypeQualifier(&'a ConstraintPrototypeQualifier)

§

ExternConstraintDeclaration(&'a ExternConstraintDeclaration)

§

IdentifierList(&'a IdentifierList)

§

InterfaceOrGenerateItem(&'a InterfaceOrGenerateItem)

§

InterfaceOrGenerateItemModule(&'a InterfaceOrGenerateItemModule)

§

InterfaceOrGenerateItemExtern(&'a InterfaceOrGenerateItemExtern)

§

ExternTfDeclaration(&'a ExternTfDeclaration)

§

ExternTfDeclarationMethod(&'a ExternTfDeclarationMethod)

§

ExternTfDeclarationTask(&'a ExternTfDeclarationTask)

§

InterfaceItem(&'a InterfaceItem)

§

NonPortInterfaceItem(&'a NonPortInterfaceItem)

§

ProgramItem(&'a ProgramItem)

§

NonPortProgramItem(&'a NonPortProgramItem)

§

NonPortProgramItemAssign(&'a NonPortProgramItemAssign)

§

NonPortProgramItemModule(&'a NonPortProgramItemModule)

§

NonPortProgramItemInitial(&'a NonPortProgramItemInitial)

§

NonPortProgramItemFinal(&'a NonPortProgramItemFinal)

§

NonPortProgramItemAssertion(&'a NonPortProgramItemAssertion)

§

ProgramGenerateItem(&'a ProgramGenerateItem)

§

LibraryText(&'a LibraryText)

§

LibraryDescription(&'a LibraryDescription)

§

LibraryDeclaration(&'a LibraryDeclaration)

§

IncludeStatement(&'a IncludeStatement)

§

FilePathSpec(&'a FilePathSpec)

§

FilePathSpecNonLiteral(&'a FilePathSpecNonLiteral)

§

ConfigDeclaration(&'a ConfigDeclaration)

§

DesignStatement(&'a DesignStatement)

§

ConfigRuleStatement(&'a ConfigRuleStatement)

§

ConfigRuleStatementDefault(&'a ConfigRuleStatementDefault)

§

ConfigRuleStatementInstLib(&'a ConfigRuleStatementInstLib)

§

ConfigRuleStatementInstUse(&'a ConfigRuleStatementInstUse)

§

ConfigRuleStatementCellLib(&'a ConfigRuleStatementCellLib)

§

ConfigRuleStatementCellUse(&'a ConfigRuleStatementCellUse)

§

DefaultClause(&'a DefaultClause)

§

InstClause(&'a InstClause)

§

InstName(&'a InstName)

§

CellClause(&'a CellClause)

§

LiblistClause(&'a LiblistClause)

§

UseClause(&'a UseClause)

§

UseClauseCell(&'a UseClauseCell)

§

UseClauseNamed(&'a UseClauseNamed)

§

UseClauseCellNamed(&'a UseClauseCellNamed)

§

Config(&'a Config)

§

ClassItem(&'a ClassItem)

§

ClassItemProperty(&'a ClassItemProperty)

§

ClassItemMethod(&'a ClassItemMethod)

§

ClassItemConstraint(&'a ClassItemConstraint)

§

ClassItemDeclaration(&'a ClassItemDeclaration)

§

ClassItemCovergroup(&'a ClassItemCovergroup)

§

ClassProperty(&'a ClassProperty)

§

ClassPropertyNonConst(&'a ClassPropertyNonConst)

§

ClassPropertyConst(&'a ClassPropertyConst)

§

ClassPropertyConstExpression(&'a ClassPropertyConstExpression)

§

ClassMethod(&'a ClassMethod)

§

ClassMethodTask(&'a ClassMethodTask)

§

ClassMethodFunction(&'a ClassMethodFunction)

§

ClassMethodPureVirtual(&'a ClassMethodPureVirtual)

§

ClassMethodExternMethod(&'a ClassMethodExternMethod)

§

ClassMethodConstructor(&'a ClassMethodConstructor)

§

ClassMethodExternConstructor(&'a ClassMethodExternConstructor)

§

ClassConstructorPrototype(&'a ClassConstructorPrototype)

§

ClassConstraint(&'a ClassConstraint)

§

ClassItemQualifier(&'a ClassItemQualifier)

§

PropertyQualifier(&'a PropertyQualifier)

§

RandomQualifier(&'a RandomQualifier)

§

MethodQualifier(&'a MethodQualifier)

§

MethodPrototype(&'a MethodPrototype)

§

ClassConstructorDeclaration(&'a ClassConstructorDeclaration)

§

New(&'a New)

§

Number(&'a Number)

§

IntegralNumber(&'a IntegralNumber)

§

DecimalNumber(&'a DecimalNumber)

§

DecimalNumberBaseUnsigned(&'a DecimalNumberBaseUnsigned)

§

DecimalNumberBaseXNumber(&'a DecimalNumberBaseXNumber)

§

DecimalNumberBaseZNumber(&'a DecimalNumberBaseZNumber)

§

BinaryNumber(&'a BinaryNumber)

§

OctalNumber(&'a OctalNumber)

§

HexNumber(&'a HexNumber)

§

Sign(&'a Sign)

§

Size(&'a Size)

§

NonZeroUnsignedNumber(&'a NonZeroUnsignedNumber)

§

RealNumber(&'a RealNumber)

§

RealNumberFloating(&'a RealNumberFloating)

§

FixedPointNumber(&'a FixedPointNumber)

§

Exp(&'a Exp)

§

UnsignedNumber(&'a UnsignedNumber)

§

BinaryValue(&'a BinaryValue)

§

OctalValue(&'a OctalValue)

§

HexValue(&'a HexValue)

§

DecimalBase(&'a DecimalBase)

§

BinaryBase(&'a BinaryBase)

§

OctalBase(&'a OctalBase)

§

HexBase(&'a HexBase)

§

XNumber(&'a XNumber)

§

ZNumber(&'a ZNumber)

§

UnbasedUnsizedLiteral(&'a UnbasedUnsizedLiteral)

§

UnaryOperator(&'a UnaryOperator)

§

BinaryOperator(&'a BinaryOperator)

§

IncOrDecOperator(&'a IncOrDecOperator)

§

UnaryModulePathOperator(&'a UnaryModulePathOperator)

§

BinaryModulePathOperator(&'a BinaryModulePathOperator)

§

ConstantPrimary(&'a ConstantPrimary)

§

ConstantPrimaryPsParameter(&'a ConstantPrimaryPsParameter)

§

ConstantPrimarySpecparam(&'a ConstantPrimarySpecparam)

§

ConstantPrimaryFormalPort(&'a ConstantPrimaryFormalPort)

§

ConstantPrimaryEnum(&'a ConstantPrimaryEnum)

§

ConstantPrimaryConcatenation(&'a ConstantPrimaryConcatenation)

§

ConstantPrimaryMultipleConcatenation(&'a ConstantPrimaryMultipleConcatenation)

§

ConstantPrimaryMintypmaxExpression(&'a ConstantPrimaryMintypmaxExpression)

§

ModulePathPrimary(&'a ModulePathPrimary)

§

ModulePathPrimaryMintypmax(&'a ModulePathPrimaryMintypmax)

§

Primary(&'a Primary)

§

PrimaryHierarchical(&'a PrimaryHierarchical)

§

PrimaryConcatenation(&'a PrimaryConcatenation)

§

PrimaryMultipleConcatenation(&'a PrimaryMultipleConcatenation)

§

PrimaryMintypmaxExpression(&'a PrimaryMintypmaxExpression)

§

ClassQualifierOrPackageScope(&'a ClassQualifierOrPackageScope)

§

ClassQualifier(&'a ClassQualifier)

§

RangeExpression(&'a RangeExpression)

§

PrimaryLiteral(&'a PrimaryLiteral)

§

TimeLiteral(&'a TimeLiteral)

§

TimeLiteralUnsigned(&'a TimeLiteralUnsigned)

§

TimeLiteralFixedPoint(&'a TimeLiteralFixedPoint)

§

TimeUnit(&'a TimeUnit)

§

ImplicitClassHandle(&'a ImplicitClassHandle)

§

BitSelect(&'a BitSelect)

§

Select(&'a Select)

§

NonrangeSelect(&'a NonrangeSelect)

§

ConstantBitSelect(&'a ConstantBitSelect)

§

ConstantSelect(&'a ConstantSelect)

§

ConstantCast(&'a ConstantCast)

§

ConstantLetExpression(&'a ConstantLetExpression)

§

Cast(&'a Cast)

§

Concatenation(&'a Concatenation)

§

ConstantConcatenation(&'a ConstantConcatenation)

§

ConstantMultipleConcatenation(&'a ConstantMultipleConcatenation)

§

ModulePathConcatenation(&'a ModulePathConcatenation)

§

ModulePathMultipleConcatenation(&'a ModulePathMultipleConcatenation)

§

MultipleConcatenation(&'a MultipleConcatenation)

§

StreamingConcatenation(&'a StreamingConcatenation)

§

StreamOperator(&'a StreamOperator)

§

SliceSize(&'a SliceSize)

§

StreamConcatenation(&'a StreamConcatenation)

§

StreamExpression(&'a StreamExpression)

§

ArrayRangeExpression(&'a ArrayRangeExpression)

§

ArrayRangeExpressionColon(&'a ArrayRangeExpressionColon)

§

ArrayRangeExpressionPlusColon(&'a ArrayRangeExpressionPlusColon)

§

ArrayRangeExpressionMinusColon(&'a ArrayRangeExpressionMinusColon)

§

EmptyUnpackedArrayConcatenation(&'a EmptyUnpackedArrayConcatenation)

§

IncOrDecExpression(&'a IncOrDecExpression)

§

IncOrDecExpressionPrefix(&'a IncOrDecExpressionPrefix)

§

IncOrDecExpressionSuffix(&'a IncOrDecExpressionSuffix)

§

ConditionalExpression(&'a ConditionalExpression)

§

ConstantExpression(&'a ConstantExpression)

§

ConstantExpressionUnary(&'a ConstantExpressionUnary)

§

ConstantExpressionBinary(&'a ConstantExpressionBinary)

§

ConstantExpressionTernary(&'a ConstantExpressionTernary)

§

ConstantMintypmaxExpression(&'a ConstantMintypmaxExpression)

§

ConstantMintypmaxExpressionTernary(&'a ConstantMintypmaxExpressionTernary)

§

ConstantParamExpression(&'a ConstantParamExpression)

§

ParamExpression(&'a ParamExpression)

§

ConstantRangeExpression(&'a ConstantRangeExpression)

§

ConstantPartSelectRange(&'a ConstantPartSelectRange)

§

ConstantRange(&'a ConstantRange)

§

ConstantIndexedRange(&'a ConstantIndexedRange)

§

Expression(&'a Expression)

§

ExpressionUnary(&'a ExpressionUnary)

§

ExpressionOperatorAssignment(&'a ExpressionOperatorAssignment)

§

ExpressionBinary(&'a ExpressionBinary)

§

TaggedUnionExpression(&'a TaggedUnionExpression)

§

InsideExpression(&'a InsideExpression)

§

ValueRange(&'a ValueRange)

§

ValueRangeBinary(&'a ValueRangeBinary)

§

MintypmaxExpression(&'a MintypmaxExpression)

§

MintypmaxExpressionTernary(&'a MintypmaxExpressionTernary)

§

ModulePathConditionalExpression(&'a ModulePathConditionalExpression)

§

ModulePathExpression(&'a ModulePathExpression)

§

ModulePathExpressionUnary(&'a ModulePathExpressionUnary)

§

ModulePathExpressionBinary(&'a ModulePathExpressionBinary)

§

ModulePathMintypmaxExpression(&'a ModulePathMintypmaxExpression)

§

ModulePathMintypmaxExpressionTernary(&'a ModulePathMintypmaxExpressionTernary)

§

PartSelectRange(&'a PartSelectRange)

§

IndexedRange(&'a IndexedRange)

§

GenvarExpression(&'a GenvarExpression)

§

ConstantFunctionCall(&'a ConstantFunctionCall)

§

TfCall(&'a TfCall)

§

SystemTfCall(&'a SystemTfCall)

§

SystemTfCallArgOptional(&'a SystemTfCallArgOptional)

§

SystemTfCallArgDataType(&'a SystemTfCallArgDataType)

§

SystemTfCallArgExpression(&'a SystemTfCallArgExpression)

§

SubroutineCall(&'a SubroutineCall)

§

SubroutineCallRandomize(&'a SubroutineCallRandomize)

§

FunctionSubroutineCall(&'a FunctionSubroutineCall)

§

ListOfArguments(&'a ListOfArguments)

§

ListOfArgumentsOrdered(&'a ListOfArgumentsOrdered)

§

ListOfArgumentsNamed(&'a ListOfArgumentsNamed)

§

MethodCall(&'a MethodCall)

§

MethodCallBody(&'a MethodCallBody)

§

MethodCallBodyUser(&'a MethodCallBodyUser)

§

BuiltInMethodCall(&'a BuiltInMethodCall)

§

ArrayManipulationCall(&'a ArrayManipulationCall)

§

RandomizeCall(&'a RandomizeCall)

§

VariableIdentifierListOrNull(&'a VariableIdentifierListOrNull)

§

MethodCallRoot(&'a MethodCallRoot)

§

ArrayMethodName(&'a ArrayMethodName)

§

StringLiteral(&'a StringLiteral)

§

NetLvalue(&'a NetLvalue)

§

NetLvalueIdentifier(&'a NetLvalueIdentifier)

§

NetLvalueLvalue(&'a NetLvalueLvalue)

§

NetLvaluePattern(&'a NetLvaluePattern)

§

VariableLvalue(&'a VariableLvalue)

§

VariableLvalueIdentifier(&'a VariableLvalueIdentifier)

§

VariableLvalueLvalue(&'a VariableLvalueLvalue)

§

VariableLvaluePattern(&'a VariableLvaluePattern)

§

NonrangeVariableLvalue(&'a NonrangeVariableLvalue)

§

PreprocessorText(&'a PreprocessorText)

§

CmosSwitchtype(&'a CmosSwitchtype)

§

EnableGatetype(&'a EnableGatetype)

§

MosSwitchtype(&'a MosSwitchtype)

§

NInputGatetype(&'a NInputGatetype)

§

NOutputGatetype(&'a NOutputGatetype)

§

PassEnSwitchtype(&'a PassEnSwitchtype)

§

PassSwitchtype(&'a PassSwitchtype)

§

PulldownStrength(&'a PulldownStrength)

§

PulldownStrength01(&'a PulldownStrength01)

§

PulldownStrength10(&'a PulldownStrength10)

§

PulldownStrength0(&'a PulldownStrength0)

§

PullupStrength(&'a PullupStrength)

§

PullupStrength01(&'a PullupStrength01)

§

PullupStrength10(&'a PullupStrength10)

§

PullupStrength1(&'a PullupStrength1)

§

EnableTerminal(&'a EnableTerminal)

§

InoutTerminal(&'a InoutTerminal)

§

InputTerminal(&'a InputTerminal)

§

NcontrolTerminal(&'a NcontrolTerminal)

§

OutputTerminal(&'a OutputTerminal)

§

PcontrolTerminal(&'a PcontrolTerminal)

§

GateInstantiation(&'a GateInstantiation)

§

GateInstantiationCmos(&'a GateInstantiationCmos)

§

GateInstantiationEnable(&'a GateInstantiationEnable)

§

GateInstantiationMos(&'a GateInstantiationMos)

§

GateInstantiationNInput(&'a GateInstantiationNInput)

§

GateInstantiationNOutput(&'a GateInstantiationNOutput)

§

GateInstantiationPassEn(&'a GateInstantiationPassEn)

§

GateInstantiationPass(&'a GateInstantiationPass)

§

GateInstantiationPulldown(&'a GateInstantiationPulldown)

§

GateInstantiationPullup(&'a GateInstantiationPullup)

§

CmosSwitchInstance(&'a CmosSwitchInstance)

§

EnableGateInstance(&'a EnableGateInstance)

§

MosSwitchInstance(&'a MosSwitchInstance)

§

NInputGateInstance(&'a NInputGateInstance)

§

NOutputGateInstance(&'a NOutputGateInstance)

§

PassSwitchInstance(&'a PassSwitchInstance)

§

PassEnableSwitchInstance(&'a PassEnableSwitchInstance)

§

PullGateInstance(&'a PullGateInstance)

§

ConcurrentAssertionItem(&'a ConcurrentAssertionItem)

§

ConcurrentAssertionItemStatement(&'a ConcurrentAssertionItemStatement)

§

ConcurrentAssertionStatement(&'a ConcurrentAssertionStatement)

§

AssertPropertyStatement(&'a AssertPropertyStatement)

§

AssumePropertyStatement(&'a AssumePropertyStatement)

§

CoverPropertyStatement(&'a CoverPropertyStatement)

§

ExpectPropertyStatement(&'a ExpectPropertyStatement)

§

CoverSequenceStatement(&'a CoverSequenceStatement)

§

RestrictPropertyStatement(&'a RestrictPropertyStatement)

§

PropertyInstance(&'a PropertyInstance)

§

PropertyListOfArguments(&'a PropertyListOfArguments)

§

PropertyListOfArgumentsOrdered(&'a PropertyListOfArgumentsOrdered)

§

PropertyListOfArgumentsNamed(&'a PropertyListOfArgumentsNamed)

§

PropertyActualArg(&'a PropertyActualArg)

§

AssertionItemDeclaration(&'a AssertionItemDeclaration)

§

PropertyDeclaration(&'a PropertyDeclaration)

§

PropertyPortList(&'a PropertyPortList)

§

PropertyPortItem(&'a PropertyPortItem)

§

PropertyLvarPortDirection(&'a PropertyLvarPortDirection)

§

PropertyFormalType(&'a PropertyFormalType)

§

PropertySpec(&'a PropertySpec)

§

PropertyExpr(&'a PropertyExpr)

§

PropertyExprStrong(&'a PropertyExprStrong)

§

PropertyExprWeak(&'a PropertyExprWeak)

§

PropertyExprParen(&'a PropertyExprParen)

§

PropertyExprNot(&'a PropertyExprNot)

§

PropertyExprBinaryProperty(&'a PropertyExprBinaryProperty)

§

PropertyExprBinarySequence(&'a PropertyExprBinarySequence)

§

PropertyExprIf(&'a PropertyExprIf)

§

PropertyExprCase(&'a PropertyExprCase)

§

PropertyExprNexttime(&'a PropertyExprNexttime)

§

PropertyExprSNexttime(&'a PropertyExprSNexttime)

§

PropertyExprAlways(&'a PropertyExprAlways)

§

PropertyExprSAlways(&'a PropertyExprSAlways)

§

PropertyExprEventually(&'a PropertyExprEventually)

§

PropertyExprSEventually(&'a PropertyExprSEventually)

§

PropertyExprAcceptOn(&'a PropertyExprAcceptOn)

§

PropertyExprRejectOn(&'a PropertyExprRejectOn)

§

PropertyExprSyncAcceptOn(&'a PropertyExprSyncAcceptOn)

§

PropertyExprSyncRejectOn(&'a PropertyExprSyncRejectOn)

§

PropertyExprClockingEvent(&'a PropertyExprClockingEvent)

§

PropertyCaseItem(&'a PropertyCaseItem)

§

PropertyCaseItemNondefault(&'a PropertyCaseItemNondefault)

§

PropertyCaseItemDefault(&'a PropertyCaseItemDefault)

§

SequenceDeclaration(&'a SequenceDeclaration)

§

SequencePortList(&'a SequencePortList)

§

SequencePortItem(&'a SequencePortItem)

§

SequenceLvarPortDirection(&'a SequenceLvarPortDirection)

§

SequenceFormalType(&'a SequenceFormalType)

§

SequenceExpr(&'a SequenceExpr)

§

SequenceExprCycleDelayExpr(&'a SequenceExprCycleDelayExpr)

§

SequenceExprExprCycleDelayExpr(&'a SequenceExprExprCycleDelayExpr)

§

SequenceExprExpression(&'a SequenceExprExpression)

§

SequenceExprInstance(&'a SequenceExprInstance)

§

SequenceExprParen(&'a SequenceExprParen)

§

SequenceExprBinary(&'a SequenceExprBinary)

§

SequenceExprFirstMatch(&'a SequenceExprFirstMatch)

§

SequenceExprThroughout(&'a SequenceExprThroughout)

§

SequenceExprClockingEvent(&'a SequenceExprClockingEvent)

§

CycleDelayRange(&'a CycleDelayRange)

§

CycleDelayRangePrimary(&'a CycleDelayRangePrimary)

§

CycleDelayRangeExpression(&'a CycleDelayRangeExpression)

§

CycleDelayRangeAsterisk(&'a CycleDelayRangeAsterisk)

§

CycleDelayRangePlus(&'a CycleDelayRangePlus)

§

SequenceMethodCall(&'a SequenceMethodCall)

§

SequenceMatchItem(&'a SequenceMatchItem)

§

SequenceInstance(&'a SequenceInstance)

§

SequenceListOfArguments(&'a SequenceListOfArguments)

§

SequenceListOfArgumentsOrdered(&'a SequenceListOfArgumentsOrdered)

§

SequenceListOfArgumentsNamed(&'a SequenceListOfArgumentsNamed)

§

SequenceActualArg(&'a SequenceActualArg)

§

BooleanAbbrev(&'a BooleanAbbrev)

§

SequenceAbbrev(&'a SequenceAbbrev)

§

ConsecutiveRepetition(&'a ConsecutiveRepetition)

§

ConsecutiveRepetitionExpression(&'a ConsecutiveRepetitionExpression)

§

ConsecutiveRepetitionAsterisk(&'a ConsecutiveRepetitionAsterisk)

§

ConsecutiveRepetitionPlus(&'a ConsecutiveRepetitionPlus)

§

NonConsecutiveRepetition(&'a NonConsecutiveRepetition)

§

GotoRepetition(&'a GotoRepetition)

§

ConstOrRangeExpression(&'a ConstOrRangeExpression)

§

CycleDelayConstRangeExpression(&'a CycleDelayConstRangeExpression)

§

CycleDelayConstRangeExpressionBinary(&'a CycleDelayConstRangeExpressionBinary)

§

CycleDelayConstRangeExpressionDollar(&'a CycleDelayConstRangeExpressionDollar)

§

ExpressionOrDist(&'a ExpressionOrDist)

§

AssertionVariableDeclaration(&'a AssertionVariableDeclaration)

§

TaskDeclaration(&'a TaskDeclaration)

§

TaskBodyDeclaration(&'a TaskBodyDeclaration)

§

TaskBodyDeclarationWithoutPort(&'a TaskBodyDeclarationWithoutPort)

§

TaskBodyDeclarationWithPort(&'a TaskBodyDeclarationWithPort)

§

TfItemDeclaration(&'a TfItemDeclaration)

§

TfPortList(&'a TfPortList)

§

TfPortItem(&'a TfPortItem)

§

TfPortDirection(&'a TfPortDirection)

§

TfPortDeclaration(&'a TfPortDeclaration)

§

TaskPrototype(&'a TaskPrototype)

§

DefparamAssignment(&'a DefparamAssignment)

§

NetDeclAssignment(&'a NetDeclAssignment)

§

ParamAssignment(&'a ParamAssignment)

§

SpecparamAssignment(&'a SpecparamAssignment)

§

SpecparamAssignmentMintypmax(&'a SpecparamAssignmentMintypmax)

§

TypeAssignment(&'a TypeAssignment)

§

PulseControlSpecparam(&'a PulseControlSpecparam)

§

PulseControlSpecparamWithoutDescriptor(&'a PulseControlSpecparamWithoutDescriptor)

§

PulseControlSpecparamWithDescriptor(&'a PulseControlSpecparamWithDescriptor)

§

ErrorLimitValue(&'a ErrorLimitValue)

§

RejectLimitValue(&'a RejectLimitValue)

§

LimitValue(&'a LimitValue)

§

VariableDeclAssignment(&'a VariableDeclAssignment)

§

VariableDeclAssignmentVariable(&'a VariableDeclAssignmentVariable)

§

VariableDeclAssignmentDynamicArray(&'a VariableDeclAssignmentDynamicArray)

§

VariableDeclAssignmentClass(&'a VariableDeclAssignmentClass)

§

ClassNew(&'a ClassNew)

§

ClassNewArgument(&'a ClassNewArgument)

§

ClassNewExpression(&'a ClassNewExpression)

§

DynamicArrayNew(&'a DynamicArrayNew)

§

ListOfDefparamAssignments(&'a ListOfDefparamAssignments)

§

ListOfGenvarIdentifiers(&'a ListOfGenvarIdentifiers)

§

ListOfInterfaceIdentifiers(&'a ListOfInterfaceIdentifiers)

§

ListOfNetDeclAssignments(&'a ListOfNetDeclAssignments)

§

ListOfParamAssignments(&'a ListOfParamAssignments)

§

ListOfPortIdentifiers(&'a ListOfPortIdentifiers)

§

ListOfUdpPortIdentifiers(&'a ListOfUdpPortIdentifiers)

§

ListOfSpecparamAssignments(&'a ListOfSpecparamAssignments)

§

ListOfTfVariableIdentifiers(&'a ListOfTfVariableIdentifiers)

§

ListOfTypeAssignments(&'a ListOfTypeAssignments)

§

ListOfVariableDeclAssignments(&'a ListOfVariableDeclAssignments)

§

ListOfVariableIdentifiers(&'a ListOfVariableIdentifiers)

§

ListOfVariablePortIdentifiers(&'a ListOfVariablePortIdentifiers)

§

DataDeclaration(&'a DataDeclaration)

§

DataDeclarationVariable(&'a DataDeclarationVariable)

§

Const(&'a Const)

§

PackageImportDeclaration(&'a PackageImportDeclaration)

§

PackageImportItem(&'a PackageImportItem)

§

PackageImportItemIdentifier(&'a PackageImportItemIdentifier)

§

PackageImportItemAsterisk(&'a PackageImportItemAsterisk)

§

PackageExportDeclaration(&'a PackageExportDeclaration)

§

PackageExportDeclarationAsterisk(&'a PackageExportDeclarationAsterisk)

§

PackageExportDeclarationItem(&'a PackageExportDeclarationItem)

§

GenvarDeclaration(&'a GenvarDeclaration)

§

NetDeclaration(&'a NetDeclaration)

§

NetDeclarationNetType(&'a NetDeclarationNetType)

§

Strength(&'a Strength)

§

VectorScalar(&'a VectorScalar)

§

NetDeclarationNetTypeIdentifier(&'a NetDeclarationNetTypeIdentifier)

§

NetDeclarationInterconnect(&'a NetDeclarationInterconnect)

§

TypeDeclaration(&'a TypeDeclaration)

§

TypeDeclarationDataType(&'a TypeDeclarationDataType)

§

TypeDeclarationInterface(&'a TypeDeclarationInterface)

§

TypeDeclarationReserved(&'a TypeDeclarationReserved)

§

TypeDeclarationKeyword(&'a TypeDeclarationKeyword)

§

NetTypeDeclaration(&'a NetTypeDeclaration)

§

NetTypeDeclarationDataType(&'a NetTypeDeclarationDataType)

§

NetTypeDeclarationNetType(&'a NetTypeDeclarationNetType)

§

Lifetime(&'a Lifetime)

§

DriveStrength(&'a DriveStrength)

§

DriveStrength01(&'a DriveStrength01)

§

DriveStrength10(&'a DriveStrength10)

§

DriveStrength0z(&'a DriveStrength0z)

§

DriveStrength1z(&'a DriveStrength1z)

§

DriveStrengthz1(&'a DriveStrengthz1)

§

DriveStrengthz0(&'a DriveStrengthz0)

§

Strength0(&'a Strength0)

§

Strength1(&'a Strength1)

§

ChargeStrength(&'a ChargeStrength)

§

ChargeStrengthSmall(&'a ChargeStrengthSmall)

§

ChargeStrengthMedium(&'a ChargeStrengthMedium)

§

ChargeStrengthLarge(&'a ChargeStrengthLarge)

§

LetDeclaration(&'a LetDeclaration)

§

LetIdentifier(&'a LetIdentifier)

§

LetPortList(&'a LetPortList)

§

LetPortItem(&'a LetPortItem)

§

LetFormalType(&'a LetFormalType)

§

LetExpression(&'a LetExpression)

§

LetListOfArguments(&'a LetListOfArguments)

§

LetListOfArgumentsOrdered(&'a LetListOfArgumentsOrdered)

§

LetListOfArgumentsNamed(&'a LetListOfArgumentsNamed)

§

LetActualArg(&'a LetActualArg)

§

InoutDeclaration(&'a InoutDeclaration)

§

InputDeclaration(&'a InputDeclaration)

§

InputDeclarationNet(&'a InputDeclarationNet)

§

InputDeclarationVariable(&'a InputDeclarationVariable)

§

OutputDeclaration(&'a OutputDeclaration)

§

OutputDeclarationNet(&'a OutputDeclarationNet)

§

OutputDeclarationVariable(&'a OutputDeclarationVariable)

§

InterfacePortDeclaration(&'a InterfacePortDeclaration)

§

RefDeclaration(&'a RefDeclaration)

§

UnpackedDimension(&'a UnpackedDimension)

§

UnpackedDimensionRange(&'a UnpackedDimensionRange)

§

UnpackedDimensionExpression(&'a UnpackedDimensionExpression)

§

PackedDimension(&'a PackedDimension)

§

PackedDimensionRange(&'a PackedDimensionRange)

§

AssociativeDimension(&'a AssociativeDimension)

§

AssociativeDimensionDataType(&'a AssociativeDimensionDataType)

§

AssociativeDimensionAsterisk(&'a AssociativeDimensionAsterisk)

§

VariableDimension(&'a VariableDimension)

§

QueueDimension(&'a QueueDimension)

§

UnsizedDimension(&'a UnsizedDimension)

§

LocalParameterDeclaration(&'a LocalParameterDeclaration)

§

LocalParameterDeclarationParam(&'a LocalParameterDeclarationParam)

§

LocalParameterDeclarationType(&'a LocalParameterDeclarationType)

§

ParameterDeclaration(&'a ParameterDeclaration)

§

ParameterDeclarationParam(&'a ParameterDeclarationParam)

§

ParameterDeclarationType(&'a ParameterDeclarationType)

§

SpecparamDeclaration(&'a SpecparamDeclaration)

§

CovergroupDeclaration(&'a CovergroupDeclaration)

§

CoverageSpecOrOption(&'a CoverageSpecOrOption)

§

CoverageSpecOrOptionSpec(&'a CoverageSpecOrOptionSpec)

§

CoverageSpecOrOptionOption(&'a CoverageSpecOrOptionOption)

§

CoverageOption(&'a CoverageOption)

§

CoverageOptionOption(&'a CoverageOptionOption)

§

CoverageOptionTypeOption(&'a CoverageOptionTypeOption)

§

CoverageSpec(&'a CoverageSpec)

§

CoverageEvent(&'a CoverageEvent)

§

CoverageEventSample(&'a CoverageEventSample)

§

CoverageEventAt(&'a CoverageEventAt)

§

BlockEventExpression(&'a BlockEventExpression)

§

BlockEventExpressionOr(&'a BlockEventExpressionOr)

§

BlockEventExpressionBegin(&'a BlockEventExpressionBegin)

§

BlockEventExpressionEnd(&'a BlockEventExpressionEnd)

§

HierarchicalBtfIdentifier(&'a HierarchicalBtfIdentifier)

§

HierarchicalBtfIdentifierMethod(&'a HierarchicalBtfIdentifierMethod)

§

HierarchicalIdentifierOrClassScope(&'a HierarchicalIdentifierOrClassScope)

§

CoverPoint(&'a CoverPoint)

§

BinsOrEmpty(&'a BinsOrEmpty)

§

BinsOrEmptyNonEmpty(&'a BinsOrEmptyNonEmpty)

§

BinsOrOptions(&'a BinsOrOptions)

§

BinsOrOptionsCovergroup(&'a BinsOrOptionsCovergroup)

§

Wildcard(&'a Wildcard)

§

BinsOrOptionsCoverPoint(&'a BinsOrOptionsCoverPoint)

§

BinsOrOptionsSetCovergroup(&'a BinsOrOptionsSetCovergroup)

§

BinsOrOptionsTransList(&'a BinsOrOptionsTransList)

§

BinsOrOptionsDefault(&'a BinsOrOptionsDefault)

§

BinsOrOptionsDefaultSequence(&'a BinsOrOptionsDefaultSequence)

§

BinsKeyword(&'a BinsKeyword)

§

TransList(&'a TransList)

§

TransSet(&'a TransSet)

§

TransRangeList(&'a TransRangeList)

§

TransRangeListAsterisk(&'a TransRangeListAsterisk)

§

TransRangeListArrow(&'a TransRangeListArrow)

§

TransRangeListEqual(&'a TransRangeListEqual)

§

TransItem(&'a TransItem)

§

RepeatRange(&'a RepeatRange)

§

RepeatRangeBinary(&'a RepeatRangeBinary)

§

CoverCross(&'a CoverCross)

§

ListOfCrossItems(&'a ListOfCrossItems)

§

CrossItem(&'a CrossItem)

§

CrossBody(&'a CrossBody)

§

CrossBodyNonEmpty(&'a CrossBodyNonEmpty)

§

CrossBodyItem(&'a CrossBodyItem)

§

BinsSelectionOrOption(&'a BinsSelectionOrOption)

§

BinsSelectionOrOptionCoverage(&'a BinsSelectionOrOptionCoverage)

§

BinsSelectionOrOptionBins(&'a BinsSelectionOrOptionBins)

§

BinsSelection(&'a BinsSelection)

§

SelectExpression(&'a SelectExpression)

§

SelectExpressionNot(&'a SelectExpressionNot)

§

SelectExpressionAnd(&'a SelectExpressionAnd)

§

SelectExpressionOr(&'a SelectExpressionOr)

§

SelectExpressionParen(&'a SelectExpressionParen)

§

SelectExpressionWith(&'a SelectExpressionWith)

§

SelectExpressionCrossSet(&'a SelectExpressionCrossSet)

§

SelectCondition(&'a SelectCondition)

§

BinsExpression(&'a BinsExpression)

§

BinsExpressionCoverPoint(&'a BinsExpressionCoverPoint)

§

CovergroupRangeList(&'a CovergroupRangeList)

§

CovergroupValueRange(&'a CovergroupValueRange)

§

CovergroupValueRangeBinary(&'a CovergroupValueRangeBinary)

§

WithCovergroupExpression(&'a WithCovergroupExpression)

§

SetCovergroupExpression(&'a SetCovergroupExpression)

§

IntegerCovergroupExpression(&'a IntegerCovergroupExpression)

§

CrossSetExpression(&'a CrossSetExpression)

§

CovergroupExpression(&'a CovergroupExpression)

§

BlockItemDeclaration(&'a BlockItemDeclaration)

§

BlockItemDeclarationData(&'a BlockItemDeclarationData)

§

BlockItemDeclarationLocalParameter(&'a BlockItemDeclarationLocalParameter)

§

BlockItemDeclarationParameter(&'a BlockItemDeclarationParameter)

§

BlockItemDeclarationLet(&'a BlockItemDeclarationLet)

§

Delay3(&'a Delay3)

§

Delay3Single(&'a Delay3Single)

§

Delay3Mintypmax(&'a Delay3Mintypmax)

§

Delay2(&'a Delay2)

§

Delay2Single(&'a Delay2Single)

§

Delay2Mintypmax(&'a Delay2Mintypmax)

§

DelayValue(&'a DelayValue)

§

ModportDeclaration(&'a ModportDeclaration)

§

ModportItem(&'a ModportItem)

§

ModportPortsDeclaration(&'a ModportPortsDeclaration)

§

ModportPortsDeclarationSimple(&'a ModportPortsDeclarationSimple)

§

ModportPortsDeclarationTf(&'a ModportPortsDeclarationTf)

§

ModportPortsDeclarationClocking(&'a ModportPortsDeclarationClocking)

§

ModportClockingDeclaration(&'a ModportClockingDeclaration)

§

ModportSimplePortsDeclaration(&'a ModportSimplePortsDeclaration)

§

ModportSimplePort(&'a ModportSimplePort)

§

ModportSimplePortOrdered(&'a ModportSimplePortOrdered)

§

ModportSimplePortNamed(&'a ModportSimplePortNamed)

§

ModportTfPortsDeclaration(&'a ModportTfPortsDeclaration)

§

ModportTfPort(&'a ModportTfPort)

§

ImportExport(&'a ImportExport)

§

CastingType(&'a CastingType)

§

DataType(&'a DataType)

§

DataTypeVector(&'a DataTypeVector)

§

DataTypeAtom(&'a DataTypeAtom)

§

DataTypeStructUnion(&'a DataTypeStructUnion)

§

Packed(&'a Packed)

§

DataTypeEnum(&'a DataTypeEnum)

§

DataTypeVirtual(&'a DataTypeVirtual)

§

Interface(&'a Interface)

§

DataTypeType(&'a DataTypeType)

§

DataTypeOrImplicit(&'a DataTypeOrImplicit)

§

ImplicitDataType(&'a ImplicitDataType)

§

EnumBaseType(&'a EnumBaseType)

§

EnumBaseTypeAtom(&'a EnumBaseTypeAtom)

§

EnumBaseTypeVector(&'a EnumBaseTypeVector)

§

EnumBaseTypeType(&'a EnumBaseTypeType)

§

EnumNameDeclaration(&'a EnumNameDeclaration)

§

ClassScope(&'a ClassScope)

§

ClassType(&'a ClassType)

§

IntegerType(&'a IntegerType)

§

IntegerAtomType(&'a IntegerAtomType)

§

IntegerVectorType(&'a IntegerVectorType)

§

NonIntegerType(&'a NonIntegerType)

§

NetType(&'a NetType)

§

NetPortType(&'a NetPortType)

§

NetPortTypeDataType(&'a NetPortTypeDataType)

§

NetPortTypeInterconnect(&'a NetPortTypeInterconnect)

§

VariablePortType(&'a VariablePortType)

§

VarDataType(&'a VarDataType)

§

VarDataTypeVar(&'a VarDataTypeVar)

§

Signing(&'a Signing)

§

SimpleType(&'a SimpleType)

§

StructUnionMember(&'a StructUnionMember)

§

DataTypeOrVoid(&'a DataTypeOrVoid)

§

StructUnion(&'a StructUnion)

§

TypeReference(&'a TypeReference)

§

TypeReferenceExpression(&'a TypeReferenceExpression)

§

TypeReferenceDataType(&'a TypeReferenceDataType)

§

FunctionDataTypeOrImplicit(&'a FunctionDataTypeOrImplicit)

§

FunctionDeclaration(&'a FunctionDeclaration)

§

FunctionBodyDeclaration(&'a FunctionBodyDeclaration)

§

FunctionBodyDeclarationWithoutPort(&'a FunctionBodyDeclarationWithoutPort)

§

FunctionBodyDeclarationWithPort(&'a FunctionBodyDeclarationWithPort)

§

InterfaceIdentifierOrClassScope(&'a InterfaceIdentifierOrClassScope)

§

FunctionPrototype(&'a FunctionPrototype)

§

DpiImportExport(&'a DpiImportExport)

§

DpiImportExportImportFunction(&'a DpiImportExportImportFunction)

§

DpiImportExportImportTask(&'a DpiImportExportImportTask)

§

DpiImportExportExportFunction(&'a DpiImportExportExportFunction)

§

DpiImportExportExportTask(&'a DpiImportExportExportTask)

§

DpiSpecString(&'a DpiSpecString)

§

DpiFunctionImportProperty(&'a DpiFunctionImportProperty)

§

DpiTaskImportProperty(&'a DpiTaskImportProperty)

§

DpiFunctionProto(&'a DpiFunctionProto)

§

DpiTaskProto(&'a DpiTaskProto)

§

Symbol(&'a Symbol)

§

Keyword(&'a Keyword)

§

WhiteSpace(&'a WhiteSpace)

§

TimingCheckEvent(&'a TimingCheckEvent)

§

ControlledTimingCheckEvent(&'a ControlledTimingCheckEvent)

§

TimingCheckEventControl(&'a TimingCheckEventControl)

§

SpecifyTerminalDescriptor(&'a SpecifyTerminalDescriptor)

§

EdgeControlSpecifier(&'a EdgeControlSpecifier)

§

EdgeDescriptor(&'a EdgeDescriptor)

§

TimingCheckCondition(&'a TimingCheckCondition)

§

TimingCheckConditionParen(&'a TimingCheckConditionParen)

§

ScalarTimingCheckCondition(&'a ScalarTimingCheckCondition)

§

ScalarTimingCheckConditionUnary(&'a ScalarTimingCheckConditionUnary)

§

ScalarTimingCheckConditionBinary(&'a ScalarTimingCheckConditionBinary)

§

ScalarConstant(&'a ScalarConstant)

§

SpecifyBlock(&'a SpecifyBlock)

§

SpecifyItem(&'a SpecifyItem)

§

PulsestyleDeclaration(&'a PulsestyleDeclaration)

§

ShowcancelledDeclaration(&'a ShowcancelledDeclaration)

§

SystemTimingCheck(&'a SystemTimingCheck)

§

SetupTimingCheck(&'a SetupTimingCheck)

§

HoldTimingCheck(&'a HoldTimingCheck)

§

SetupholdTimingCheck(&'a SetupholdTimingCheck)

§

RecoveryTimingCheck(&'a RecoveryTimingCheck)

§

RemovalTimingCheck(&'a RemovalTimingCheck)

§

RecremTimingCheck(&'a RecremTimingCheck)

§

SkewTimingCheck(&'a SkewTimingCheck)

§

TimeskewTimingCheck(&'a TimeskewTimingCheck)

§

FullskewTimingCheck(&'a FullskewTimingCheck)

§

PeriodTimingCheck(&'a PeriodTimingCheck)

§

WidthTimingCheck(&'a WidthTimingCheck)

§

NochangeTimingCheck(&'a NochangeTimingCheck)

§

PathDelayValue(&'a PathDelayValue)

§

PathDelayValueParen(&'a PathDelayValueParen)

§

ListOfPathDelayExpressions(&'a ListOfPathDelayExpressions)

§

TPathDelayExpression(&'a TPathDelayExpression)

§

PathDelayExpression(&'a PathDelayExpression)

§

EdgeSensitivePathDeclaration(&'a EdgeSensitivePathDeclaration)

§

EdgeSensitivePathDeclarationParallel(&'a EdgeSensitivePathDeclarationParallel)

§

EdgeSensitivePathDeclarationFull(&'a EdgeSensitivePathDeclarationFull)

§

ParallelEdgeSensitivePathDescription(&'a ParallelEdgeSensitivePathDescription)

§

FullEdgeSensitivePathDescription(&'a FullEdgeSensitivePathDescription)

§

DataSourceExpression(&'a DataSourceExpression)

§

EdgeIdentifier(&'a EdgeIdentifier)

§

StateDependentPathDeclaration(&'a StateDependentPathDeclaration)

§

StateDependentPathDeclarationIfSimple(&'a StateDependentPathDeclarationIfSimple)

§

StateDependentPathDeclarationIfEdgeSensitive(&'a StateDependentPathDeclarationIfEdgeSensitive)

§

StateDependentPathDeclarationIfNone(&'a StateDependentPathDeclarationIfNone)

§

PolarityOperator(&'a PolarityOperator)

§

TimecheckCondition(&'a TimecheckCondition)

§

ControlledReferenceEvent(&'a ControlledReferenceEvent)

§

DataEvent(&'a DataEvent)

§

DelayedData(&'a DelayedData)

§

DelayedDataWithMintypmax(&'a DelayedDataWithMintypmax)

§

DelayedReference(&'a DelayedReference)

§

DelayedReferenceWithMintypmax(&'a DelayedReferenceWithMintypmax)

§

EndEdgeOffset(&'a EndEdgeOffset)

§

EventBasedFlag(&'a EventBasedFlag)

§

Notifier(&'a Notifier)

§

ReferenceEvent(&'a ReferenceEvent)

§

RemainActiveFlag(&'a RemainActiveFlag)

§

TimestampCondition(&'a TimestampCondition)

§

StartEdgeOffset(&'a StartEdgeOffset)

§

Threshold(&'a Threshold)

§

TimingCheckLimit(&'a TimingCheckLimit)

§

PathDeclaration(&'a PathDeclaration)

§

SimplePathDeclaration(&'a SimplePathDeclaration)

§

SimplePathDeclarationParallel(&'a SimplePathDeclarationParallel)

§

SimplePathDeclarationFull(&'a SimplePathDeclarationFull)

§

ParallelPathDescription(&'a ParallelPathDescription)

§

FullPathDescription(&'a FullPathDescription)

§

ListOfPathInputs(&'a ListOfPathInputs)

§

ListOfPathOutputs(&'a ListOfPathOutputs)

§

SpecifyInputTerminalDescriptor(&'a SpecifyInputTerminalDescriptor)

§

SpecifyOutputTerminalDescriptor(&'a SpecifyOutputTerminalDescriptor)

§

InputIdentifier(&'a InputIdentifier)

§

InputIdentifierInterface(&'a InputIdentifierInterface)

§

OutputIdentifier(&'a OutputIdentifier)

§

OutputIdentifierInterface(&'a OutputIdentifierInterface)

§

LoopStatement(&'a LoopStatement)

§

LoopStatementForever(&'a LoopStatementForever)

§

LoopStatementRepeat(&'a LoopStatementRepeat)

§

LoopStatementWhile(&'a LoopStatementWhile)

§

LoopStatementFor(&'a LoopStatementFor)

§

LoopStatementDoWhile(&'a LoopStatementDoWhile)

§

LoopStatementForeach(&'a LoopStatementForeach)

§

ForInitialization(&'a ForInitialization)

§

ForInitializationDeclaration(&'a ForInitializationDeclaration)

§

ForVariableDeclaration(&'a ForVariableDeclaration)

§

Var(&'a Var)

§

ForStep(&'a ForStep)

§

ForStepAssignment(&'a ForStepAssignment)

§

LoopVariables(&'a LoopVariables)

§

CaseStatement(&'a CaseStatement)

§

CaseStatementNormal(&'a CaseStatementNormal)

§

CaseStatementMatches(&'a CaseStatementMatches)

§

CaseStatementInside(&'a CaseStatementInside)

§

CaseKeyword(&'a CaseKeyword)

§

CaseExpression(&'a CaseExpression)

§

CaseItem(&'a CaseItem)

§

CaseItemNondefault(&'a CaseItemNondefault)

§

CaseItemDefault(&'a CaseItemDefault)

§

CasePatternItem(&'a CasePatternItem)

§

CasePatternItemNondefault(&'a CasePatternItemNondefault)

§

CaseInsideItem(&'a CaseInsideItem)

§

CaseInsideItemNondefault(&'a CaseInsideItemNondefault)

§

CaseItemExpression(&'a CaseItemExpression)

§

RandcaseStatement(&'a RandcaseStatement)

§

RandcaseItem(&'a RandcaseItem)

§

OpenRangeList(&'a OpenRangeList)

§

OpenValueRange(&'a OpenValueRange)

§

ContinuousAssign(&'a ContinuousAssign)

§

ContinuousAssignNet(&'a ContinuousAssignNet)

§

ContinuousAssignVariable(&'a ContinuousAssignVariable)

§

ListOfNetAssignments(&'a ListOfNetAssignments)

§

ListOfVariableAssignments(&'a ListOfVariableAssignments)

§

NetAlias(&'a NetAlias)

§

NetAssignment(&'a NetAssignment)

§

ConditionalStatement(&'a ConditionalStatement)

§

UniquePriority(&'a UniquePriority)

§

CondPredicate(&'a CondPredicate)

§

ExpressionOrCondPattern(&'a ExpressionOrCondPattern)

§

CondPattern(&'a CondPattern)

§

ProceduralTimingControlStatement(&'a ProceduralTimingControlStatement)

§

DelayOrEventControl(&'a DelayOrEventControl)

§

DelayOrEventControlRepeat(&'a DelayOrEventControlRepeat)

§

DelayControl(&'a DelayControl)

§

DelayControlDelay(&'a DelayControlDelay)

§

DelayControlMintypmax(&'a DelayControlMintypmax)

§

EventControl(&'a EventControl)

§

EventControlEventIdentifier(&'a EventControlEventIdentifier)

§

EventControlEventExpression(&'a EventControlEventExpression)

§

EventControlAsterisk(&'a EventControlAsterisk)

§

EventControlParenAsterisk(&'a EventControlParenAsterisk)

§

EventControlSequenceIdentifier(&'a EventControlSequenceIdentifier)

§

EventExpression(&'a EventExpression)

§

EventExpressionExpression(&'a EventExpressionExpression)

§

EventExpressionSequence(&'a EventExpressionSequence)

§

EventExpressionOr(&'a EventExpressionOr)

§

EventExpressionComma(&'a EventExpressionComma)

§

EventExpressionParen(&'a EventExpressionParen)

§

ProceduralTimingControl(&'a ProceduralTimingControl)

§

JumpStatement(&'a JumpStatement)

§

JumpStatementReturn(&'a JumpStatementReturn)

§

JumpStatementBreak(&'a JumpStatementBreak)

§

JumpStatementContinue(&'a JumpStatementContinue)

§

WaitStatement(&'a WaitStatement)

§

WaitStatementWait(&'a WaitStatementWait)

§

WaitStatementFork(&'a WaitStatementFork)

§

WaitStatementOrder(&'a WaitStatementOrder)

§

EventTrigger(&'a EventTrigger)

§

EventTriggerNamed(&'a EventTriggerNamed)

§

EventTriggerNonblocking(&'a EventTriggerNonblocking)

§

DisableStatement(&'a DisableStatement)

§

DisableStatementTask(&'a DisableStatementTask)

§

DisableStatementBlock(&'a DisableStatementBlock)

§

DisableStatementFork(&'a DisableStatementFork)

§

RandsequenceStatement(&'a RandsequenceStatement)

§

Production(&'a Production)

§

RsRule(&'a RsRule)

§

RsProductionList(&'a RsProductionList)

§

RsProductionListProd(&'a RsProductionListProd)

§

RsProductionListJoin(&'a RsProductionListJoin)

§

WeightSpecification(&'a WeightSpecification)

§

WeightSpecificationExpression(&'a WeightSpecificationExpression)

§

RsCodeBlock(&'a RsCodeBlock)

§

RsProd(&'a RsProd)

§

ProductionItem(&'a ProductionItem)

§

RsIfElse(&'a RsIfElse)

§

RsRepeat(&'a RsRepeat)

§

RsCase(&'a RsCase)

§

RsCaseItem(&'a RsCaseItem)

§

RsCaseItemNondefault(&'a RsCaseItemNondefault)

§

RsCaseItemDefault(&'a RsCaseItemDefault)

§

Pattern(&'a Pattern)

§

PatternVariable(&'a PatternVariable)

§

PatternTagged(&'a PatternTagged)

§

PatternList(&'a PatternList)

§

PatternIdentifierList(&'a PatternIdentifierList)

§

AssignmentPattern(&'a AssignmentPattern)

§

AssignmentPatternList(&'a AssignmentPatternList)

§

AssignmentPatternStructure(&'a AssignmentPatternStructure)

§

AssignmentPatternArray(&'a AssignmentPatternArray)

§

AssignmentPatternRepeat(&'a AssignmentPatternRepeat)

§

StructurePatternKey(&'a StructurePatternKey)

§

ArrayPatternKey(&'a ArrayPatternKey)

§

AssignmentPatternKey(&'a AssignmentPatternKey)

§

AssignmentPatternExpression(&'a AssignmentPatternExpression)

§

AssignmentPatternExpressionType(&'a AssignmentPatternExpressionType)

§

ConstantAssignmentPatternExpression(&'a ConstantAssignmentPatternExpression)

§

AssignmentPatternNetLvalue(&'a AssignmentPatternNetLvalue)

§

AssignmentPatternVariableLvalue(&'a AssignmentPatternVariableLvalue)

§

AssertionItem(&'a AssertionItem)

§

DeferredImmediateAssertionItem(&'a DeferredImmediateAssertionItem)

§

ProceduralAssertionStatement(&'a ProceduralAssertionStatement)

§

ImmediateAssertionStatement(&'a ImmediateAssertionStatement)

§

SimpleImmediateAssertionStatement(&'a SimpleImmediateAssertionStatement)

§

SimpleImmediateAssertStatement(&'a SimpleImmediateAssertStatement)

§

SimpleImmediateAssumeStatement(&'a SimpleImmediateAssumeStatement)

§

SimpleImmediateCoverStatement(&'a SimpleImmediateCoverStatement)

§

DeferredImmediateAssertionStatement(&'a DeferredImmediateAssertionStatement)

§

DeferredImmediateAssertStatement(&'a DeferredImmediateAssertStatement)

§

DeferredImmediateAssumeStatement(&'a DeferredImmediateAssumeStatement)

§

DeferredImmediateCoverStatement(&'a DeferredImmediateCoverStatement)

§

AssertTiming(&'a AssertTiming)

§

InitialConstruct(&'a InitialConstruct)

§

AlwaysConstruct(&'a AlwaysConstruct)

§

AlwaysKeyword(&'a AlwaysKeyword)

§

FinalConstruct(&'a FinalConstruct)

§

BlockingAssignment(&'a BlockingAssignment)

§

BlockingAssignmentVariable(&'a BlockingAssignmentVariable)

§

BlockingAssignmentNonrangeVariable(&'a BlockingAssignmentNonrangeVariable)

§

BlockingAssignmentHierarchicalVariable(&'a BlockingAssignmentHierarchicalVariable)

§

OperatorAssignment(&'a OperatorAssignment)

§

AssignmentOperator(&'a AssignmentOperator)

§

NonblockingAssignment(&'a NonblockingAssignment)

§

ProceduralContinuousAssignment(&'a ProceduralContinuousAssignment)

§

ProceduralContinuousAssignmentAssign(&'a ProceduralContinuousAssignmentAssign)

§

ProceduralContinuousAssignmentDeassign(&'a ProceduralContinuousAssignmentDeassign)

§

ProceduralContinuousAssignmentForceVariable(&'a ProceduralContinuousAssignmentForceVariable)

§

ProceduralContinuousAssignmentForceNet(&'a ProceduralContinuousAssignmentForceNet)

§

ProceduralContinuousAssignmentReleaseVariable(&'a ProceduralContinuousAssignmentReleaseVariable)

§

ProceduralContinuousAssignmentReleaseNet(&'a ProceduralContinuousAssignmentReleaseNet)

§

VariableAssignment(&'a VariableAssignment)

§

SubroutineCallStatement(&'a SubroutineCallStatement)

§

SubroutineCallStatementFunction(&'a SubroutineCallStatementFunction)

§

ClockingDeclaration(&'a ClockingDeclaration)

§

ClockingDeclarationLocal(&'a ClockingDeclarationLocal)

§

Default(&'a Default)

§

ClockingDeclarationGlobal(&'a ClockingDeclarationGlobal)

§

ClockingEvent(&'a ClockingEvent)

§

ClockingEventIdentifier(&'a ClockingEventIdentifier)

§

ClockingEventExpression(&'a ClockingEventExpression)

§

ClockingItem(&'a ClockingItem)

§

ClockingItemDefault(&'a ClockingItemDefault)

§

ClockingItemDirection(&'a ClockingItemDirection)

§

ClockingItemAssertion(&'a ClockingItemAssertion)

§

DefaultSkew(&'a DefaultSkew)

§

DefaultSkewInput(&'a DefaultSkewInput)

§

DefaultSkewOutput(&'a DefaultSkewOutput)

§

DefaultSkewInputOutput(&'a DefaultSkewInputOutput)

§

ClockingDirection(&'a ClockingDirection)

§

ClockingDirectionInput(&'a ClockingDirectionInput)

§

ClockingDirectionOutput(&'a ClockingDirectionOutput)

§

ClockingDirectionInputOutput(&'a ClockingDirectionInputOutput)

§

ListOfClockingDeclAssign(&'a ListOfClockingDeclAssign)

§

ClockingDeclAssign(&'a ClockingDeclAssign)

§

ClockingSkew(&'a ClockingSkew)

§

ClockingSkewEdge(&'a ClockingSkewEdge)

§

ClockingDrive(&'a ClockingDrive)

§

CycleDelay(&'a CycleDelay)

§

CycleDelayIntegral(&'a CycleDelayIntegral)

§

CycleDelayIdentifier(&'a CycleDelayIdentifier)

§

CycleDelayExpression(&'a CycleDelayExpression)

§

Clockvar(&'a Clockvar)

§

ClockvarExpression(&'a ClockvarExpression)

§

ActionBlock(&'a ActionBlock)

§

ActionBlockElse(&'a ActionBlockElse)

§

SeqBlock(&'a SeqBlock)

§

ParBlock(&'a ParBlock)

§

JoinKeyword(&'a JoinKeyword)

§

StatementOrNull(&'a StatementOrNull)

§

StatementOrNullAttribute(&'a StatementOrNullAttribute)

§

Statement(&'a Statement)

§

StatementItem(&'a StatementItem)

§

FunctionStatement(&'a FunctionStatement)

§

FunctionStatementOrNull(&'a FunctionStatementOrNull)

§

FunctionStatementOrNullAttribute(&'a FunctionStatementOrNullAttribute)

§

VariableIdentifierList(&'a VariableIdentifierList)

§

UdpInstantiation(&'a UdpInstantiation)

§

UdpInstance(&'a UdpInstance)

§

UdpNonansiDeclaration(&'a UdpNonansiDeclaration)

§

UdpAnsiDeclaration(&'a UdpAnsiDeclaration)

§

UdpDeclaration(&'a UdpDeclaration)

§

UdpDeclarationNonansi(&'a UdpDeclarationNonansi)

§

UdpDeclarationAnsi(&'a UdpDeclarationAnsi)

§

UdpDeclarationExternNonansi(&'a UdpDeclarationExternNonansi)

§

UdpDeclarationExternAnsi(&'a UdpDeclarationExternAnsi)

§

UdpDeclarationWildcard(&'a UdpDeclarationWildcard)

§

UdpBody(&'a UdpBody)

§

CombinationalBody(&'a CombinationalBody)

§

CombinationalEntry(&'a CombinationalEntry)

§

SequentialBody(&'a SequentialBody)

§

UdpInitialStatement(&'a UdpInitialStatement)

§

InitVal(&'a InitVal)

§

SequentialEntry(&'a SequentialEntry)

§

SeqInputList(&'a SeqInputList)

§

LevelInputList(&'a LevelInputList)

§

EdgeInputList(&'a EdgeInputList)

§

EdgeIndicator(&'a EdgeIndicator)

§

EdgeIndicatorParen(&'a EdgeIndicatorParen)

§

CurrentState(&'a CurrentState)

§

NextState(&'a NextState)

§

OutputSymbol(&'a OutputSymbol)

§

LevelSymbol(&'a LevelSymbol)

§

EdgeSymbol(&'a EdgeSymbol)

§

UdpPortList(&'a UdpPortList)

§

UdpDeclarationPortList(&'a UdpDeclarationPortList)

§

UdpPortDeclaration(&'a UdpPortDeclaration)

§

UdpOutputDeclaration(&'a UdpOutputDeclaration)

§

UdpOutputDeclarationNonreg(&'a UdpOutputDeclarationNonreg)

§

UdpOutputDeclarationReg(&'a UdpOutputDeclarationReg)

§

UdpInputDeclaration(&'a UdpInputDeclaration)

§

UdpRegDeclaration(&'a UdpRegDeclaration)

§

InterfaceInstantiation(&'a InterfaceInstantiation)

§

CheckerInstantiation(&'a CheckerInstantiation)

§

ListOfCheckerPortConnections(&'a ListOfCheckerPortConnections)

§

ListOfCheckerPortConnectionsOrdered(&'a ListOfCheckerPortConnectionsOrdered)

§

ListOfCheckerPortConnectionsNamed(&'a ListOfCheckerPortConnectionsNamed)

§

OrderedCheckerPortConnection(&'a OrderedCheckerPortConnection)

§

NamedCheckerPortConnection(&'a NamedCheckerPortConnection)

§

NamedCheckerPortConnectionIdentifier(&'a NamedCheckerPortConnectionIdentifier)

§

NamedCheckerPortConnectionAsterisk(&'a NamedCheckerPortConnectionAsterisk)

§

ModuleInstantiation(&'a ModuleInstantiation)

§

ParameterValueAssignment(&'a ParameterValueAssignment)

§

ListOfParameterAssignments(&'a ListOfParameterAssignments)

§

ListOfParameterAssignmentsOrdered(&'a ListOfParameterAssignmentsOrdered)

§

ListOfParameterAssignmentsNamed(&'a ListOfParameterAssignmentsNamed)

§

OrderedParameterAssignment(&'a OrderedParameterAssignment)

§

NamedParameterAssignment(&'a NamedParameterAssignment)

§

HierarchicalInstance(&'a HierarchicalInstance)

§

NameOfInstance(&'a NameOfInstance)

§

ListOfPortConnections(&'a ListOfPortConnections)

§

ListOfPortConnectionsOrdered(&'a ListOfPortConnectionsOrdered)

§

ListOfPortConnectionsNamed(&'a ListOfPortConnectionsNamed)

§

OrderedPortConnection(&'a OrderedPortConnection)

§

NamedPortConnection(&'a NamedPortConnection)

§

NamedPortConnectionIdentifier(&'a NamedPortConnectionIdentifier)

§

NamedPortConnectionAsterisk(&'a NamedPortConnectionAsterisk)

§

ProgramInstantiation(&'a ProgramInstantiation)

§

GenerateRegion(&'a GenerateRegion)

§

LoopGenerateConstruct(&'a LoopGenerateConstruct)

§

GenvarInitialization(&'a GenvarInitialization)

§

Genvar(&'a Genvar)

§

GenvarIteration(&'a GenvarIteration)

§

GenvarIterationAssignment(&'a GenvarIterationAssignment)

§

GenvarIterationPrefix(&'a GenvarIterationPrefix)

§

GenvarIterationSuffix(&'a GenvarIterationSuffix)

§

ConditionalGenerateConstruct(&'a ConditionalGenerateConstruct)

§

IfGenerateConstruct(&'a IfGenerateConstruct)

§

CaseGenerateConstruct(&'a CaseGenerateConstruct)

§

CaseGenerateItem(&'a CaseGenerateItem)

§

CaseGenerateItemNondefault(&'a CaseGenerateItemNondefault)

§

CaseGenerateItemDefault(&'a CaseGenerateItemDefault)

§

GenerateBlock(&'a GenerateBlock)

§

GenerateBlockMultiple(&'a GenerateBlockMultiple)

§

GenerateItem(&'a GenerateItem)

Trait Implementations§

source§

impl<'a> Clone for RefNode<'a>

source§

fn clone(&self) -> RefNode<'a>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a> Debug for RefNode<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'a> Display for RefNode<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl<'a> From<&'a ActionBlock> for RefNode<'a>

source§

fn from(x: &'a ActionBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ActionBlockElse> for RefNode<'a>

source§

fn from(x: &'a ActionBlockElse) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ActualArgument> for RefNode<'a>

source§

fn from(x: &'a ActualArgument) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AlwaysConstruct> for RefNode<'a>

source§

fn from(x: &'a AlwaysConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AlwaysKeyword> for RefNode<'a>

source§

fn from(x: &'a AlwaysKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AngleBracketLiteral> for RefNode<'a>

source§

fn from(x: &'a AngleBracketLiteral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnonymousProgram> for RefNode<'a>

source§

fn from(x: &'a AnonymousProgram) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnonymousProgramItem> for RefNode<'a>

source§

fn from(x: &'a AnonymousProgramItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclaration> for RefNode<'a>

source§

fn from(x: &'a AnsiPortDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclarationNet> for RefNode<'a>

source§

fn from(x: &'a AnsiPortDeclarationNet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclarationParen> for RefNode<'a>

source§

fn from(x: &'a AnsiPortDeclarationParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclarationVariable> for RefNode<'a>

source§

fn from(x: &'a AnsiPortDeclarationVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnyNode> for RefNode<'a>

source§

fn from(x: &'a AnyNode) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayIdentifier> for RefNode<'a>

source§

fn from(x: &'a ArrayIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayManipulationCall> for RefNode<'a>

source§

fn from(x: &'a ArrayManipulationCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayMethodName> for RefNode<'a>

source§

fn from(x: &'a ArrayMethodName) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayPatternKey> for RefNode<'a>

source§

fn from(x: &'a ArrayPatternKey) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpression> for RefNode<'a>

source§

fn from(x: &'a ArrayRangeExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpressionColon> for RefNode<'a>

source§

fn from(x: &'a ArrayRangeExpressionColon) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpressionMinusColon> for RefNode<'a>

source§

fn from(x: &'a ArrayRangeExpressionMinusColon) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpressionPlusColon> for RefNode<'a>

source§

fn from(x: &'a ArrayRangeExpressionPlusColon) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertPropertyStatement> for RefNode<'a>

source§

fn from(x: &'a AssertPropertyStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertTiming> for RefNode<'a>

source§

fn from(x: &'a AssertTiming) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertionItem> for RefNode<'a>

source§

fn from(x: &'a AssertionItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertionItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a AssertionItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertionVariableDeclaration> for RefNode<'a>

source§

fn from(x: &'a AssertionVariableDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentOperator> for RefNode<'a>

source§

fn from(x: &'a AssignmentOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPattern> for RefNode<'a>

source§

fn from(x: &'a AssignmentPattern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternArray> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternArray) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternExpression> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternExpressionType> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternExpressionType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternKey> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternKey) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternList> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternNetLvalue> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternNetLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternRepeat> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternRepeat) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternStructure> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternStructure) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternVariableLvalue> for RefNode<'a>

source§

fn from(x: &'a AssignmentPatternVariableLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssociativeDimension> for RefNode<'a>

source§

fn from(x: &'a AssociativeDimension) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssociativeDimensionAsterisk> for RefNode<'a>

source§

fn from(x: &'a AssociativeDimensionAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssociativeDimensionDataType> for RefNode<'a>

source§

fn from(x: &'a AssociativeDimensionDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssumePropertyStatement> for RefNode<'a>

source§

fn from(x: &'a AssumePropertyStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AttrSpec> for RefNode<'a>

source§

fn from(x: &'a AttrSpec) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AttributeInstance> for RefNode<'a>

source§

fn from(x: &'a AttributeInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinIdentifier> for RefNode<'a>

source§

fn from(x: &'a BinIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryBase> for RefNode<'a>

source§

fn from(x: &'a BinaryBase) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryModulePathOperator> for RefNode<'a>

source§

fn from(x: &'a BinaryModulePathOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryNumber> for RefNode<'a>

source§

fn from(x: &'a BinaryNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryOperator> for RefNode<'a>

source§

fn from(x: &'a BinaryOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryValue> for RefNode<'a>

source§

fn from(x: &'a BinaryValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindDirective> for RefNode<'a>

source§

fn from(x: &'a BindDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindDirectiveInstance> for RefNode<'a>

source§

fn from(x: &'a BindDirectiveInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindDirectiveScope> for RefNode<'a>

source§

fn from(x: &'a BindDirectiveScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindInstantiation> for RefNode<'a>

source§

fn from(x: &'a BindInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindTargetInstance> for RefNode<'a>

source§

fn from(x: &'a BindTargetInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindTargetInstanceList> for RefNode<'a>

source§

fn from(x: &'a BindTargetInstanceList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindTargetScope> for RefNode<'a>

source§

fn from(x: &'a BindTargetScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsExpression> for RefNode<'a>

source§

fn from(x: &'a BinsExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsExpressionCoverPoint> for RefNode<'a>

source§

fn from(x: &'a BinsExpressionCoverPoint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsKeyword> for RefNode<'a>

source§

fn from(x: &'a BinsKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrEmpty> for RefNode<'a>

source§

fn from(x: &'a BinsOrEmpty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrEmptyNonEmpty> for RefNode<'a>

source§

fn from(x: &'a BinsOrEmptyNonEmpty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptions> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptions) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsCoverPoint> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptionsCoverPoint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsCovergroup> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptionsCovergroup) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsDefault> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptionsDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsDefaultSequence> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptionsDefaultSequence) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsSetCovergroup> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptionsSetCovergroup) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsTransList> for RefNode<'a>

source§

fn from(x: &'a BinsOrOptionsTransList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelection> for RefNode<'a>

source§

fn from(x: &'a BinsSelection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelectionOrOption> for RefNode<'a>

source§

fn from(x: &'a BinsSelectionOrOption) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelectionOrOptionBins> for RefNode<'a>

source§

fn from(x: &'a BinsSelectionOrOptionBins) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelectionOrOptionCoverage> for RefNode<'a>

source§

fn from(x: &'a BinsSelectionOrOptionCoverage) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BitSelect> for RefNode<'a>

source§

fn from(x: &'a BitSelect) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpression> for RefNode<'a>

source§

fn from(x: &'a BlockEventExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpressionBegin> for RefNode<'a>

source§

fn from(x: &'a BlockEventExpressionBegin) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpressionEnd> for RefNode<'a>

source§

fn from(x: &'a BlockEventExpressionEnd) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpressionOr> for RefNode<'a>

source§

fn from(x: &'a BlockEventExpressionOr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockIdentifier> for RefNode<'a>

source§

fn from(x: &'a BlockIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a BlockItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationData> for RefNode<'a>

source§

fn from(x: &'a BlockItemDeclarationData) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationLet> for RefNode<'a>

source§

fn from(x: &'a BlockItemDeclarationLet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationLocalParameter> for RefNode<'a>

source§

fn from(x: &'a BlockItemDeclarationLocalParameter) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationParameter> for RefNode<'a>

source§

fn from(x: &'a BlockItemDeclarationParameter) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignment> for RefNode<'a>

source§

fn from(x: &'a BlockingAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignmentHierarchicalVariable> for RefNode<'a>

source§

fn from(x: &'a BlockingAssignmentHierarchicalVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignmentNonrangeVariable> for RefNode<'a>

source§

fn from(x: &'a BlockingAssignmentNonrangeVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignmentVariable> for RefNode<'a>

source§

fn from(x: &'a BlockingAssignmentVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BooleanAbbrev> for RefNode<'a>

source§

fn from(x: &'a BooleanAbbrev) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BuiltInMethodCall> for RefNode<'a>

source§

fn from(x: &'a BuiltInMethodCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CIdentifier> for RefNode<'a>

source§

fn from(x: &'a CIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseExpression> for RefNode<'a>

source§

fn from(x: &'a CaseExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateConstruct> for RefNode<'a>

source§

fn from(x: &'a CaseGenerateConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateItem> for RefNode<'a>

source§

fn from(x: &'a CaseGenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateItemDefault> for RefNode<'a>

source§

fn from(x: &'a CaseGenerateItemDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateItemNondefault> for RefNode<'a>

source§

fn from(x: &'a CaseGenerateItemNondefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseInsideItem> for RefNode<'a>

source§

fn from(x: &'a CaseInsideItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseInsideItemNondefault> for RefNode<'a>

source§

fn from(x: &'a CaseInsideItemNondefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItem> for RefNode<'a>

source§

fn from(x: &'a CaseItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItemDefault> for RefNode<'a>

source§

fn from(x: &'a CaseItemDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItemExpression> for RefNode<'a>

source§

fn from(x: &'a CaseItemExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItemNondefault> for RefNode<'a>

source§

fn from(x: &'a CaseItemNondefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseKeyword> for RefNode<'a>

source§

fn from(x: &'a CaseKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CasePatternItem> for RefNode<'a>

source§

fn from(x: &'a CasePatternItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CasePatternItemNondefault> for RefNode<'a>

source§

fn from(x: &'a CasePatternItemNondefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatement> for RefNode<'a>

source§

fn from(x: &'a CaseStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatementInside> for RefNode<'a>

source§

fn from(x: &'a CaseStatementInside) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatementMatches> for RefNode<'a>

source§

fn from(x: &'a CaseStatementMatches) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatementNormal> for RefNode<'a>

source§

fn from(x: &'a CaseStatementNormal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Cast> for RefNode<'a>

source§

fn from(x: &'a Cast) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CastingType> for RefNode<'a>

source§

fn from(x: &'a CastingType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CellClause> for RefNode<'a>

source§

fn from(x: &'a CellClause) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CellIdentifier> for RefNode<'a>

source§

fn from(x: &'a CellIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CelldefineDriveCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a CelldefineDriveCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrength> for RefNode<'a>

source§

fn from(x: &'a ChargeStrength) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrengthLarge> for RefNode<'a>

source§

fn from(x: &'a ChargeStrengthLarge) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrengthMedium> for RefNode<'a>

source§

fn from(x: &'a ChargeStrengthMedium) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrengthSmall> for RefNode<'a>

source§

fn from(x: &'a ChargeStrengthSmall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerDeclaration> for RefNode<'a>

source§

fn from(x: &'a CheckerDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerGenerateItem> for RefNode<'a>

source§

fn from(x: &'a CheckerGenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerIdentifier> for RefNode<'a>

source§

fn from(x: &'a CheckerIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerInstantiation> for RefNode<'a>

source§

fn from(x: &'a CheckerInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItem> for RefNode<'a>

source§

fn from(x: &'a CheckerOrGenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclarationClocking> for RefNode<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclarationClocking) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclarationData> for RefNode<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclarationData) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclarationDisable> for RefNode<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclarationDisable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerPortDirection> for RefNode<'a>

source§

fn from(x: &'a CheckerPortDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerPortItem> for RefNode<'a>

source§

fn from(x: &'a CheckerPortItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerPortList> for RefNode<'a>

source§

fn from(x: &'a CheckerPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassConstraint> for RefNode<'a>

source§

fn from(x: &'a ClassConstraint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassConstructorDeclaration> for RefNode<'a>

source§

fn from(x: &'a ClassConstructorDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassConstructorPrototype> for RefNode<'a>

source§

fn from(x: &'a ClassConstructorPrototype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassDeclaration> for RefNode<'a>

source§

fn from(x: &'a ClassDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassIdentifier> for RefNode<'a>

source§

fn from(x: &'a ClassIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItem> for RefNode<'a>

source§

fn from(x: &'a ClassItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemConstraint> for RefNode<'a>

source§

fn from(x: &'a ClassItemConstraint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemCovergroup> for RefNode<'a>

source§

fn from(x: &'a ClassItemCovergroup) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a ClassItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemMethod> for RefNode<'a>

source§

fn from(x: &'a ClassItemMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemProperty> for RefNode<'a>

source§

fn from(x: &'a ClassItemProperty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemQualifier> for RefNode<'a>

source§

fn from(x: &'a ClassItemQualifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethod> for RefNode<'a>

source§

fn from(x: &'a ClassMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodConstructor> for RefNode<'a>

source§

fn from(x: &'a ClassMethodConstructor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodExternConstructor> for RefNode<'a>

source§

fn from(x: &'a ClassMethodExternConstructor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodExternMethod> for RefNode<'a>

source§

fn from(x: &'a ClassMethodExternMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodFunction> for RefNode<'a>

source§

fn from(x: &'a ClassMethodFunction) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodPureVirtual> for RefNode<'a>

source§

fn from(x: &'a ClassMethodPureVirtual) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodTask> for RefNode<'a>

source§

fn from(x: &'a ClassMethodTask) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassNew> for RefNode<'a>

source§

fn from(x: &'a ClassNew) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassNewArgument> for RefNode<'a>

source§

fn from(x: &'a ClassNewArgument) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassNewExpression> for RefNode<'a>

source§

fn from(x: &'a ClassNewExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassProperty> for RefNode<'a>

source§

fn from(x: &'a ClassProperty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassPropertyConst> for RefNode<'a>

source§

fn from(x: &'a ClassPropertyConst) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassPropertyConstExpression> for RefNode<'a>

source§

fn from(x: &'a ClassPropertyConstExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassPropertyNonConst> for RefNode<'a>

source§

fn from(x: &'a ClassPropertyNonConst) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassQualifier> for RefNode<'a>

source§

fn from(x: &'a ClassQualifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassQualifierOrPackageScope> for RefNode<'a>

source§

fn from(x: &'a ClassQualifierOrPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassScope> for RefNode<'a>

source§

fn from(x: &'a ClassScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassType> for RefNode<'a>

source§

fn from(x: &'a ClassType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassVariableIdentifier> for RefNode<'a>

source§

fn from(x: &'a ClassVariableIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclAssign> for RefNode<'a>

source§

fn from(x: &'a ClockingDeclAssign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclaration> for RefNode<'a>

source§

fn from(x: &'a ClockingDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclarationGlobal> for RefNode<'a>

source§

fn from(x: &'a ClockingDeclarationGlobal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclarationLocal> for RefNode<'a>

source§

fn from(x: &'a ClockingDeclarationLocal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirection> for RefNode<'a>

source§

fn from(x: &'a ClockingDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirectionInput> for RefNode<'a>

source§

fn from(x: &'a ClockingDirectionInput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirectionInputOutput> for RefNode<'a>

source§

fn from(x: &'a ClockingDirectionInputOutput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirectionOutput> for RefNode<'a>

source§

fn from(x: &'a ClockingDirectionOutput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDrive> for RefNode<'a>

source§

fn from(x: &'a ClockingDrive) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingEvent> for RefNode<'a>

source§

fn from(x: &'a ClockingEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingEventExpression> for RefNode<'a>

source§

fn from(x: &'a ClockingEventExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingEventIdentifier> for RefNode<'a>

source§

fn from(x: &'a ClockingEventIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingIdentifier> for RefNode<'a>

source§

fn from(x: &'a ClockingIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItem> for RefNode<'a>

source§

fn from(x: &'a ClockingItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItemAssertion> for RefNode<'a>

source§

fn from(x: &'a ClockingItemAssertion) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItemDefault> for RefNode<'a>

source§

fn from(x: &'a ClockingItemDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItemDirection> for RefNode<'a>

source§

fn from(x: &'a ClockingItemDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingSkew> for RefNode<'a>

source§

fn from(x: &'a ClockingSkew) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingSkewEdge> for RefNode<'a>

source§

fn from(x: &'a ClockingSkewEdge) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Clockvar> for RefNode<'a>

source§

fn from(x: &'a Clockvar) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockvarExpression> for RefNode<'a>

source§

fn from(x: &'a ClockvarExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CmosSwitchInstance> for RefNode<'a>

source§

fn from(x: &'a CmosSwitchInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CmosSwitchtype> for RefNode<'a>

source§

fn from(x: &'a CmosSwitchtype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CombinationalBody> for RefNode<'a>

source§

fn from(x: &'a CombinationalBody) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CombinationalEntry> for RefNode<'a>

source§

fn from(x: &'a CombinationalEntry) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Comment> for RefNode<'a>

source§

fn from(x: &'a Comment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CompilerDirective> for RefNode<'a>

source§

fn from(x: &'a CompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Concatenation> for RefNode<'a>

source§

fn from(x: &'a Concatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConcurrentAssertionItem> for RefNode<'a>

source§

fn from(x: &'a ConcurrentAssertionItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConcurrentAssertionItemStatement> for RefNode<'a>

source§

fn from(x: &'a ConcurrentAssertionItemStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConcurrentAssertionStatement> for RefNode<'a>

source§

fn from(x: &'a ConcurrentAssertionStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CondPattern> for RefNode<'a>

source§

fn from(x: &'a CondPattern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CondPredicate> for RefNode<'a>

source§

fn from(x: &'a CondPredicate) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a ConditionalCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalExpression> for RefNode<'a>

source§

fn from(x: &'a ConditionalExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalGenerateConstruct> for RefNode<'a>

source§

fn from(x: &'a ConditionalGenerateConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalStatement> for RefNode<'a>

source§

fn from(x: &'a ConditionalStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Config> for RefNode<'a>

source§

fn from(x: &'a Config) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigDeclaration> for RefNode<'a>

source§

fn from(x: &'a ConfigDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigIdentifier> for RefNode<'a>

source§

fn from(x: &'a ConfigIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatement> for RefNode<'a>

source§

fn from(x: &'a ConfigRuleStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementCellLib> for RefNode<'a>

source§

fn from(x: &'a ConfigRuleStatementCellLib) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementCellUse> for RefNode<'a>

source§

fn from(x: &'a ConfigRuleStatementCellUse) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementDefault> for RefNode<'a>

source§

fn from(x: &'a ConfigRuleStatementDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementInstLib> for RefNode<'a>

source§

fn from(x: &'a ConfigRuleStatementInstLib) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementInstUse> for RefNode<'a>

source§

fn from(x: &'a ConfigRuleStatementInstUse) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetition> for RefNode<'a>

source§

fn from(x: &'a ConsecutiveRepetition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetitionAsterisk> for RefNode<'a>

source§

fn from(x: &'a ConsecutiveRepetitionAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetitionExpression> for RefNode<'a>

source§

fn from(x: &'a ConsecutiveRepetitionExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetitionPlus> for RefNode<'a>

source§

fn from(x: &'a ConsecutiveRepetitionPlus) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Const> for RefNode<'a>

source§

fn from(x: &'a Const) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstIdentifier> for RefNode<'a>

source§

fn from(x: &'a ConstIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstOrRangeExpression> for RefNode<'a>

source§

fn from(x: &'a ConstOrRangeExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantAssignmentPatternExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantAssignmentPatternExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantBitSelect> for RefNode<'a>

source§

fn from(x: &'a ConstantBitSelect) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantCast> for RefNode<'a>

source§

fn from(x: &'a ConstantCast) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantConcatenation> for RefNode<'a>

source§

fn from(x: &'a ConstantConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpressionBinary> for RefNode<'a>

source§

fn from(x: &'a ConstantExpressionBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpressionTernary> for RefNode<'a>

source§

fn from(x: &'a ConstantExpressionTernary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpressionUnary> for RefNode<'a>

source§

fn from(x: &'a ConstantExpressionUnary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantFunctionCall> for RefNode<'a>

source§

fn from(x: &'a ConstantFunctionCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantIndexedRange> for RefNode<'a>

source§

fn from(x: &'a ConstantIndexedRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantLetExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantLetExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantMintypmaxExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantMintypmaxExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantMintypmaxExpressionTernary> for RefNode<'a>

source§

fn from(x: &'a ConstantMintypmaxExpressionTernary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantMultipleConcatenation> for RefNode<'a>

source§

fn from(x: &'a ConstantMultipleConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantParamExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantParamExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPartSelectRange> for RefNode<'a>

source§

fn from(x: &'a ConstantPartSelectRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimary> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryConcatenation> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimaryConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryEnum> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimaryEnum) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryFormalPort> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimaryFormalPort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryMintypmaxExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimaryMintypmaxExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryMultipleConcatenation> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimaryMultipleConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryPsParameter> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimaryPsParameter) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimarySpecparam> for RefNode<'a>

source§

fn from(x: &'a ConstantPrimarySpecparam) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantRange> for RefNode<'a>

source§

fn from(x: &'a ConstantRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantRangeExpression> for RefNode<'a>

source§

fn from(x: &'a ConstantRangeExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantSelect> for RefNode<'a>

source§

fn from(x: &'a ConstantSelect) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintBlock> for RefNode<'a>

source§

fn from(x: &'a ConstraintBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintBlockItem> for RefNode<'a>

source§

fn from(x: &'a ConstraintBlockItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintBlockItemSolve> for RefNode<'a>

source§

fn from(x: &'a ConstraintBlockItemSolve) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintDeclaration> for RefNode<'a>

source§

fn from(x: &'a ConstraintDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpression> for RefNode<'a>

source§

fn from(x: &'a ConstraintExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionArrow> for RefNode<'a>

source§

fn from(x: &'a ConstraintExpressionArrow) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionDisable> for RefNode<'a>

source§

fn from(x: &'a ConstraintExpressionDisable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionExpression> for RefNode<'a>

source§

fn from(x: &'a ConstraintExpressionExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionForeach> for RefNode<'a>

source§

fn from(x: &'a ConstraintExpressionForeach) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionIf> for RefNode<'a>

source§

fn from(x: &'a ConstraintExpressionIf) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintIdentifier> for RefNode<'a>

source§

fn from(x: &'a ConstraintIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintPrimary> for RefNode<'a>

source§

fn from(x: &'a ConstraintPrimary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintPrototype> for RefNode<'a>

source§

fn from(x: &'a ConstraintPrototype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintPrototypeQualifier> for RefNode<'a>

source§

fn from(x: &'a ConstraintPrototypeQualifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintSet> for RefNode<'a>

source§

fn from(x: &'a ConstraintSet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintSetBrace> for RefNode<'a>

source§

fn from(x: &'a ConstraintSetBrace) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ContinuousAssign> for RefNode<'a>

source§

fn from(x: &'a ContinuousAssign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ContinuousAssignNet> for RefNode<'a>

source§

fn from(x: &'a ContinuousAssignNet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ContinuousAssignVariable> for RefNode<'a>

source§

fn from(x: &'a ContinuousAssignVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ControlledReferenceEvent> for RefNode<'a>

source§

fn from(x: &'a ControlledReferenceEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ControlledTimingCheckEvent> for RefNode<'a>

source§

fn from(x: &'a ControlledTimingCheckEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverCross> for RefNode<'a>

source§

fn from(x: &'a CoverCross) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverPoint> for RefNode<'a>

source§

fn from(x: &'a CoverPoint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverPointIdentifier> for RefNode<'a>

source§

fn from(x: &'a CoverPointIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverPropertyStatement> for RefNode<'a>

source§

fn from(x: &'a CoverPropertyStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverSequenceStatement> for RefNode<'a>

source§

fn from(x: &'a CoverSequenceStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageEvent> for RefNode<'a>

source§

fn from(x: &'a CoverageEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageEventAt> for RefNode<'a>

source§

fn from(x: &'a CoverageEventAt) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageEventSample> for RefNode<'a>

source§

fn from(x: &'a CoverageEventSample) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageOption> for RefNode<'a>

source§

fn from(x: &'a CoverageOption) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageOptionOption> for RefNode<'a>

source§

fn from(x: &'a CoverageOptionOption) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageOptionTypeOption> for RefNode<'a>

source§

fn from(x: &'a CoverageOptionTypeOption) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpec> for RefNode<'a>

source§

fn from(x: &'a CoverageSpec) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpecOrOption> for RefNode<'a>

source§

fn from(x: &'a CoverageSpecOrOption) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpecOrOptionOption> for RefNode<'a>

source§

fn from(x: &'a CoverageSpecOrOptionOption) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpecOrOptionSpec> for RefNode<'a>

source§

fn from(x: &'a CoverageSpecOrOptionSpec) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupDeclaration> for RefNode<'a>

source§

fn from(x: &'a CovergroupDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupExpression> for RefNode<'a>

source§

fn from(x: &'a CovergroupExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupIdentifier> for RefNode<'a>

source§

fn from(x: &'a CovergroupIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupRangeList> for RefNode<'a>

source§

fn from(x: &'a CovergroupRangeList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupValueRange> for RefNode<'a>

source§

fn from(x: &'a CovergroupValueRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupValueRangeBinary> for RefNode<'a>

source§

fn from(x: &'a CovergroupValueRangeBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupVariableIdentifier> for RefNode<'a>

source§

fn from(x: &'a CovergroupVariableIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossBody> for RefNode<'a>

source§

fn from(x: &'a CrossBody) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossBodyItem> for RefNode<'a>

source§

fn from(x: &'a CrossBodyItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossBodyNonEmpty> for RefNode<'a>

source§

fn from(x: &'a CrossBodyNonEmpty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossIdentifier> for RefNode<'a>

source§

fn from(x: &'a CrossIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossItem> for RefNode<'a>

source§

fn from(x: &'a CrossItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossSetExpression> for RefNode<'a>

source§

fn from(x: &'a CrossSetExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CurrentState> for RefNode<'a>

source§

fn from(x: &'a CurrentState) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelay> for RefNode<'a>

source§

fn from(x: &'a CycleDelay) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayConstRangeExpression> for RefNode<'a>

source§

fn from(x: &'a CycleDelayConstRangeExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayConstRangeExpressionBinary> for RefNode<'a>

source§

fn from(x: &'a CycleDelayConstRangeExpressionBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayConstRangeExpressionDollar> for RefNode<'a>

source§

fn from(x: &'a CycleDelayConstRangeExpressionDollar) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayExpression> for RefNode<'a>

source§

fn from(x: &'a CycleDelayExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayIdentifier> for RefNode<'a>

source§

fn from(x: &'a CycleDelayIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayIntegral> for RefNode<'a>

source§

fn from(x: &'a CycleDelayIntegral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRange> for RefNode<'a>

source§

fn from(x: &'a CycleDelayRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangeAsterisk> for RefNode<'a>

source§

fn from(x: &'a CycleDelayRangeAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangeExpression> for RefNode<'a>

source§

fn from(x: &'a CycleDelayRangeExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangePlus> for RefNode<'a>

source§

fn from(x: &'a CycleDelayRangePlus) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangePrimary> for RefNode<'a>

source§

fn from(x: &'a CycleDelayRangePrimary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataDeclaration> for RefNode<'a>

source§

fn from(x: &'a DataDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataDeclarationVariable> for RefNode<'a>

source§

fn from(x: &'a DataDeclarationVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataEvent> for RefNode<'a>

source§

fn from(x: &'a DataEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataSourceExpression> for RefNode<'a>

source§

fn from(x: &'a DataSourceExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataType> for RefNode<'a>

source§

fn from(x: &'a DataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeAtom> for RefNode<'a>

source§

fn from(x: &'a DataTypeAtom) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeEnum> for RefNode<'a>

source§

fn from(x: &'a DataTypeEnum) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeOrImplicit> for RefNode<'a>

source§

fn from(x: &'a DataTypeOrImplicit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeOrVoid> for RefNode<'a>

source§

fn from(x: &'a DataTypeOrVoid) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeStructUnion> for RefNode<'a>

source§

fn from(x: &'a DataTypeStructUnion) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeType> for RefNode<'a>

source§

fn from(x: &'a DataTypeType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeVector> for RefNode<'a>

source§

fn from(x: &'a DataTypeVector) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeVirtual> for RefNode<'a>

source§

fn from(x: &'a DataTypeVirtual) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalBase> for RefNode<'a>

source§

fn from(x: &'a DecimalBase) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumber> for RefNode<'a>

source§

fn from(x: &'a DecimalNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumberBaseUnsigned> for RefNode<'a>

source§

fn from(x: &'a DecimalNumberBaseUnsigned) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumberBaseXNumber> for RefNode<'a>

source§

fn from(x: &'a DecimalNumberBaseXNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumberBaseZNumber> for RefNode<'a>

source§

fn from(x: &'a DecimalNumberBaseZNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Default> for RefNode<'a>

source§

fn from(x: &'a Default) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultClause> for RefNode<'a>

source§

fn from(x: &'a DefaultClause) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultNettypeCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a DefaultNettypeCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultNettypeValue> for RefNode<'a>

source§

fn from(x: &'a DefaultNettypeValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkew> for RefNode<'a>

source§

fn from(x: &'a DefaultSkew) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkewInput> for RefNode<'a>

source§

fn from(x: &'a DefaultSkewInput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkewInputOutput> for RefNode<'a>

source§

fn from(x: &'a DefaultSkewInputOutput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkewOutput> for RefNode<'a>

source§

fn from(x: &'a DefaultSkewOutput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultText> for RefNode<'a>

source§

fn from(x: &'a DefaultText) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssertStatement> for RefNode<'a>

source§

fn from(x: &'a DeferredImmediateAssertStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssertionItem> for RefNode<'a>

source§

fn from(x: &'a DeferredImmediateAssertionItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssertionStatement> for RefNode<'a>

source§

fn from(x: &'a DeferredImmediateAssertionStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssumeStatement> for RefNode<'a>

source§

fn from(x: &'a DeferredImmediateAssumeStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateCoverStatement> for RefNode<'a>

source§

fn from(x: &'a DeferredImmediateCoverStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefparamAssignment> for RefNode<'a>

source§

fn from(x: &'a DefparamAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay2> for RefNode<'a>

source§

fn from(x: &'a Delay2) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay2Mintypmax> for RefNode<'a>

source§

fn from(x: &'a Delay2Mintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay2Single> for RefNode<'a>

source§

fn from(x: &'a Delay2Single) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay3> for RefNode<'a>

source§

fn from(x: &'a Delay3) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay3Mintypmax> for RefNode<'a>

source§

fn from(x: &'a Delay3Mintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay3Single> for RefNode<'a>

source§

fn from(x: &'a Delay3Single) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayControl> for RefNode<'a>

source§

fn from(x: &'a DelayControl) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayControlDelay> for RefNode<'a>

source§

fn from(x: &'a DelayControlDelay) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayControlMintypmax> for RefNode<'a>

source§

fn from(x: &'a DelayControlMintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayOrEventControl> for RefNode<'a>

source§

fn from(x: &'a DelayOrEventControl) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayOrEventControlRepeat> for RefNode<'a>

source§

fn from(x: &'a DelayOrEventControlRepeat) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayValue> for RefNode<'a>

source§

fn from(x: &'a DelayValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedData> for RefNode<'a>

source§

fn from(x: &'a DelayedData) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedDataWithMintypmax> for RefNode<'a>

source§

fn from(x: &'a DelayedDataWithMintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedReference> for RefNode<'a>

source§

fn from(x: &'a DelayedReference) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedReferenceWithMintypmax> for RefNode<'a>

source§

fn from(x: &'a DelayedReferenceWithMintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Description> for RefNode<'a>

source§

fn from(x: &'a Description) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DescriptionBindDirective> for RefNode<'a>

source§

fn from(x: &'a DescriptionBindDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DescriptionPackageItem> for RefNode<'a>

source§

fn from(x: &'a DescriptionPackageItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DesignStatement> for RefNode<'a>

source§

fn from(x: &'a DesignStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatement> for RefNode<'a>

source§

fn from(x: &'a DisableStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatementBlock> for RefNode<'a>

source§

fn from(x: &'a DisableStatementBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatementFork> for RefNode<'a>

source§

fn from(x: &'a DisableStatementFork) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatementTask> for RefNode<'a>

source§

fn from(x: &'a DisableStatementTask) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistItem> for RefNode<'a>

source§

fn from(x: &'a DistItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistList> for RefNode<'a>

source§

fn from(x: &'a DistList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistWeight> for RefNode<'a>

source§

fn from(x: &'a DistWeight) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistWeightDivide> for RefNode<'a>

source§

fn from(x: &'a DistWeightDivide) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistWeightEqual> for RefNode<'a>

source§

fn from(x: &'a DistWeightEqual) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiFunctionImportProperty> for RefNode<'a>

source§

fn from(x: &'a DpiFunctionImportProperty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiFunctionProto> for RefNode<'a>

source§

fn from(x: &'a DpiFunctionProto) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExport> for RefNode<'a>

source§

fn from(x: &'a DpiImportExport) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportExportFunction> for RefNode<'a>

source§

fn from(x: &'a DpiImportExportExportFunction) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportExportTask> for RefNode<'a>

source§

fn from(x: &'a DpiImportExportExportTask) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportImportFunction> for RefNode<'a>

source§

fn from(x: &'a DpiImportExportImportFunction) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportImportTask> for RefNode<'a>

source§

fn from(x: &'a DpiImportExportImportTask) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiSpecString> for RefNode<'a>

source§

fn from(x: &'a DpiSpecString) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiTaskImportProperty> for RefNode<'a>

source§

fn from(x: &'a DpiTaskImportProperty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiTaskProto> for RefNode<'a>

source§

fn from(x: &'a DpiTaskProto) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength> for RefNode<'a>

source§

fn from(x: &'a DriveStrength) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength01> for RefNode<'a>

source§

fn from(x: &'a DriveStrength01) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength0z> for RefNode<'a>

source§

fn from(x: &'a DriveStrength0z) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength10> for RefNode<'a>

source§

fn from(x: &'a DriveStrength10) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength1z> for RefNode<'a>

source§

fn from(x: &'a DriveStrength1z) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrengthz0> for RefNode<'a>

source§

fn from(x: &'a DriveStrengthz0) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrengthz1> for RefNode<'a>

source§

fn from(x: &'a DriveStrengthz1) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DynamicArrayNew> for RefNode<'a>

source§

fn from(x: &'a DynamicArrayNew) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DynamicArrayVariableIdentifier> for RefNode<'a>

source§

fn from(x: &'a DynamicArrayVariableIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeControlSpecifier> for RefNode<'a>

source§

fn from(x: &'a EdgeControlSpecifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeDescriptor> for RefNode<'a>

source§

fn from(x: &'a EdgeDescriptor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeIdentifier> for RefNode<'a>

source§

fn from(x: &'a EdgeIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeIndicator> for RefNode<'a>

source§

fn from(x: &'a EdgeIndicator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeIndicatorParen> for RefNode<'a>

source§

fn from(x: &'a EdgeIndicatorParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeInputList> for RefNode<'a>

source§

fn from(x: &'a EdgeInputList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSensitivePathDeclaration> for RefNode<'a>

source§

fn from(x: &'a EdgeSensitivePathDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSensitivePathDeclarationFull> for RefNode<'a>

source§

fn from(x: &'a EdgeSensitivePathDeclarationFull) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSensitivePathDeclarationParallel> for RefNode<'a>

source§

fn from(x: &'a EdgeSensitivePathDeclarationParallel) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSymbol> for RefNode<'a>

source§

fn from(x: &'a EdgeSymbol) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTask> for RefNode<'a>

source§

fn from(x: &'a ElaborationSystemTask) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskError> for RefNode<'a>

source§

fn from(x: &'a ElaborationSystemTaskError) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskFatal> for RefNode<'a>

source§

fn from(x: &'a ElaborationSystemTaskFatal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskInfo> for RefNode<'a>

source§

fn from(x: &'a ElaborationSystemTaskInfo) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskWarning> for RefNode<'a>

source§

fn from(x: &'a ElaborationSystemTaskWarning) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElseGroupOfLines> for RefNode<'a>

source§

fn from(x: &'a ElseGroupOfLines) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElsifGroupOfLines> for RefNode<'a>

source§

fn from(x: &'a ElsifGroupOfLines) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EmptyUnpackedArrayConcatenation> for RefNode<'a>

source§

fn from(x: &'a EmptyUnpackedArrayConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnableGateInstance> for RefNode<'a>

source§

fn from(x: &'a EnableGateInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnableGatetype> for RefNode<'a>

source§

fn from(x: &'a EnableGatetype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnableTerminal> for RefNode<'a>

source§

fn from(x: &'a EnableTerminal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EndEdgeOffset> for RefNode<'a>

source§

fn from(x: &'a EndEdgeOffset) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EndcelldefineDriveCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a EndcelldefineDriveCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EndkeywordsDirective> for RefNode<'a>

source§

fn from(x: &'a EndkeywordsDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseType> for RefNode<'a>

source§

fn from(x: &'a EnumBaseType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseTypeAtom> for RefNode<'a>

source§

fn from(x: &'a EnumBaseTypeAtom) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseTypeType> for RefNode<'a>

source§

fn from(x: &'a EnumBaseTypeType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseTypeVector> for RefNode<'a>

source§

fn from(x: &'a EnumBaseTypeVector) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumIdentifier> for RefNode<'a>

source§

fn from(x: &'a EnumIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumNameDeclaration> for RefNode<'a>

source§

fn from(x: &'a EnumNameDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ErrorLimitValue> for RefNode<'a>

source§

fn from(x: &'a ErrorLimitValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EscapedIdentifier> for RefNode<'a>

source§

fn from(x: &'a EscapedIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventBasedFlag> for RefNode<'a>

source§

fn from(x: &'a EventBasedFlag) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControl> for RefNode<'a>

source§

fn from(x: &'a EventControl) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlAsterisk> for RefNode<'a>

source§

fn from(x: &'a EventControlAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlEventExpression> for RefNode<'a>

source§

fn from(x: &'a EventControlEventExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlEventIdentifier> for RefNode<'a>

source§

fn from(x: &'a EventControlEventIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlParenAsterisk> for RefNode<'a>

source§

fn from(x: &'a EventControlParenAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlSequenceIdentifier> for RefNode<'a>

source§

fn from(x: &'a EventControlSequenceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpression> for RefNode<'a>

source§

fn from(x: &'a EventExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionComma> for RefNode<'a>

source§

fn from(x: &'a EventExpressionComma) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionExpression> for RefNode<'a>

source§

fn from(x: &'a EventExpressionExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionOr> for RefNode<'a>

source§

fn from(x: &'a EventExpressionOr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionParen> for RefNode<'a>

source§

fn from(x: &'a EventExpressionParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionSequence> for RefNode<'a>

source§

fn from(x: &'a EventExpressionSequence) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventTrigger> for RefNode<'a>

source§

fn from(x: &'a EventTrigger) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventTriggerNamed> for RefNode<'a>

source§

fn from(x: &'a EventTriggerNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventTriggerNonblocking> for RefNode<'a>

source§

fn from(x: &'a EventTriggerNonblocking) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Exp> for RefNode<'a>

source§

fn from(x: &'a Exp) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpectPropertyStatement> for RefNode<'a>

source§

fn from(x: &'a ExpectPropertyStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Expression> for RefNode<'a>

source§

fn from(x: &'a Expression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionBinary> for RefNode<'a>

source§

fn from(x: &'a ExpressionBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionOperatorAssignment> for RefNode<'a>

source§

fn from(x: &'a ExpressionOperatorAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionOrCondPattern> for RefNode<'a>

source§

fn from(x: &'a ExpressionOrCondPattern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionOrDist> for RefNode<'a>

source§

fn from(x: &'a ExpressionOrDist) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionUnary> for RefNode<'a>

source§

fn from(x: &'a ExpressionUnary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternConstraintDeclaration> for RefNode<'a>

source§

fn from(x: &'a ExternConstraintDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternTfDeclaration> for RefNode<'a>

source§

fn from(x: &'a ExternTfDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternTfDeclarationMethod> for RefNode<'a>

source§

fn from(x: &'a ExternTfDeclarationMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternTfDeclarationTask> for RefNode<'a>

source§

fn from(x: &'a ExternTfDeclarationTask) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FilePathSpec> for RefNode<'a>

source§

fn from(x: &'a FilePathSpec) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FilePathSpecNonLiteral> for RefNode<'a>

source§

fn from(x: &'a FilePathSpecNonLiteral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FinalConstruct> for RefNode<'a>

source§

fn from(x: &'a FinalConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FinishNumber> for RefNode<'a>

source§

fn from(x: &'a FinishNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FixedPointNumber> for RefNode<'a>

source§

fn from(x: &'a FixedPointNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForInitialization> for RefNode<'a>

source§

fn from(x: &'a ForInitialization) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForInitializationDeclaration> for RefNode<'a>

source§

fn from(x: &'a ForInitializationDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForStep> for RefNode<'a>

source§

fn from(x: &'a ForStep) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForStepAssignment> for RefNode<'a>

source§

fn from(x: &'a ForStepAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForVariableDeclaration> for RefNode<'a>

source§

fn from(x: &'a ForVariableDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FormalArgument> for RefNode<'a>

source§

fn from(x: &'a FormalArgument) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FormalIdentifier> for RefNode<'a>

source§

fn from(x: &'a FormalIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FormalPortIdentifier> for RefNode<'a>

source§

fn from(x: &'a FormalPortIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FullEdgeSensitivePathDescription> for RefNode<'a>

source§

fn from(x: &'a FullEdgeSensitivePathDescription) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FullPathDescription> for RefNode<'a>

source§

fn from(x: &'a FullPathDescription) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FullskewTimingCheck> for RefNode<'a>

source§

fn from(x: &'a FullskewTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionBodyDeclaration> for RefNode<'a>

source§

fn from(x: &'a FunctionBodyDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionBodyDeclarationWithPort> for RefNode<'a>

source§

fn from(x: &'a FunctionBodyDeclarationWithPort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionBodyDeclarationWithoutPort> for RefNode<'a>

source§

fn from(x: &'a FunctionBodyDeclarationWithoutPort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionDataTypeOrImplicit> for RefNode<'a>

source§

fn from(x: &'a FunctionDataTypeOrImplicit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionDeclaration> for RefNode<'a>

source§

fn from(x: &'a FunctionDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionIdentifier> for RefNode<'a>

source§

fn from(x: &'a FunctionIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionPrototype> for RefNode<'a>

source§

fn from(x: &'a FunctionPrototype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionStatement> for RefNode<'a>

source§

fn from(x: &'a FunctionStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionStatementOrNull> for RefNode<'a>

source§

fn from(x: &'a FunctionStatementOrNull) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionStatementOrNullAttribute> for RefNode<'a>

source§

fn from(x: &'a FunctionStatementOrNullAttribute) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionSubroutineCall> for RefNode<'a>

source§

fn from(x: &'a FunctionSubroutineCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiation> for RefNode<'a>

source§

fn from(x: &'a GateInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationCmos> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationCmos) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationEnable> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationEnable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationMos> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationMos) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationNInput> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationNInput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationNOutput> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationNOutput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPass> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationPass) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPassEn> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationPassEn) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPulldown> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationPulldown) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPullup> for RefNode<'a>

source§

fn from(x: &'a GateInstantiationPullup) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateBlock> for RefNode<'a>

source§

fn from(x: &'a GenerateBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateBlockIdentifier> for RefNode<'a>

source§

fn from(x: &'a GenerateBlockIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateBlockMultiple> for RefNode<'a>

source§

fn from(x: &'a GenerateBlockMultiple) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateItem> for RefNode<'a>

source§

fn from(x: &'a GenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateRegion> for RefNode<'a>

source§

fn from(x: &'a GenerateRegion) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Genvar> for RefNode<'a>

source§

fn from(x: &'a Genvar) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarDeclaration> for RefNode<'a>

source§

fn from(x: &'a GenvarDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarExpression> for RefNode<'a>

source§

fn from(x: &'a GenvarExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIdentifier> for RefNode<'a>

source§

fn from(x: &'a GenvarIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarInitialization> for RefNode<'a>

source§

fn from(x: &'a GenvarInitialization) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIteration> for RefNode<'a>

source§

fn from(x: &'a GenvarIteration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIterationAssignment> for RefNode<'a>

source§

fn from(x: &'a GenvarIterationAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIterationPrefix> for RefNode<'a>

source§

fn from(x: &'a GenvarIterationPrefix) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIterationSuffix> for RefNode<'a>

source§

fn from(x: &'a GenvarIterationSuffix) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GotoRepetition> for RefNode<'a>

source§

fn from(x: &'a GotoRepetition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HexBase> for RefNode<'a>

source§

fn from(x: &'a HexBase) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HexNumber> for RefNode<'a>

source§

fn from(x: &'a HexNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HexValue> for RefNode<'a>

source§

fn from(x: &'a HexValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalArrayIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalArrayIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalBlockIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalBlockIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalBtfIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalBtfIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalBtfIdentifierMethod> for RefNode<'a>

source§

fn from(x: &'a HierarchicalBtfIdentifierMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalEventIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalEventIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalIdentifierOrClassScope> for RefNode<'a>

source§

fn from(x: &'a HierarchicalIdentifierOrClassScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalInstance> for RefNode<'a>

source§

fn from(x: &'a HierarchicalInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalNetIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalNetIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalParameterIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalParameterIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalPropertyIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalPropertyIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalSequenceIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalSequenceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalTaskIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalTaskIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalTfIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalTfIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalVariableIdentifier> for RefNode<'a>

source§

fn from(x: &'a HierarchicalVariableIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HoldTimingCheck> for RefNode<'a>

source§

fn from(x: &'a HoldTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Identifier> for RefNode<'a>

source§

fn from(x: &'a Identifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IdentifierList> for RefNode<'a>

source§

fn from(x: &'a IdentifierList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfGenerateConstruct> for RefNode<'a>

source§

fn from(x: &'a IfGenerateConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfdefDirective> for RefNode<'a>

source§

fn from(x: &'a IfdefDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfdefGroupOfLines> for RefNode<'a>

source§

fn from(x: &'a IfdefGroupOfLines) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfndefDirective> for RefNode<'a>

source§

fn from(x: &'a IfndefDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfndefGroupOfLines> for RefNode<'a>

source§

fn from(x: &'a IfndefGroupOfLines) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImmediateAssertionStatement> for RefNode<'a>

source§

fn from(x: &'a ImmediateAssertionStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandle> for RefNode<'a>

source§

fn from(x: &'a ImplicitClassHandle) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandleOrClassScope> for RefNode<'a>

source§

fn from(x: &'a ImplicitClassHandleOrClassScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandleOrClassScopeOrPackageScope> for RefNode<'a>

source§

fn from(x: &'a ImplicitClassHandleOrClassScopeOrPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandleOrPackageScope> for RefNode<'a>

source§

fn from(x: &'a ImplicitClassHandleOrPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitDataType> for RefNode<'a>

source§

fn from(x: &'a ImplicitDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImportExport> for RefNode<'a>

source§

fn from(x: &'a ImportExport) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecExpression> for RefNode<'a>

source§

fn from(x: &'a IncOrDecExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecExpressionPrefix> for RefNode<'a>

source§

fn from(x: &'a IncOrDecExpressionPrefix) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecExpressionSuffix> for RefNode<'a>

source§

fn from(x: &'a IncOrDecExpressionSuffix) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecOperator> for RefNode<'a>

source§

fn from(x: &'a IncOrDecOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a IncludeCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirectiveAngleBracket> for RefNode<'a>

source§

fn from(x: &'a IncludeCompilerDirectiveAngleBracket) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirectiveDoubleQuote> for RefNode<'a>

source§

fn from(x: &'a IncludeCompilerDirectiveDoubleQuote) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirectiveTextMacroUsage> for RefNode<'a>

source§

fn from(x: &'a IncludeCompilerDirectiveTextMacroUsage) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeStatement> for RefNode<'a>

source§

fn from(x: &'a IncludeStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IndexVariableIdentifier> for RefNode<'a>

source§

fn from(x: &'a IndexVariableIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IndexedRange> for RefNode<'a>

source§

fn from(x: &'a IndexedRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InitVal> for RefNode<'a>

source§

fn from(x: &'a InitVal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InitialConstruct> for RefNode<'a>

source§

fn from(x: &'a InitialConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InoutDeclaration> for RefNode<'a>

source§

fn from(x: &'a InoutDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InoutPortIdentifier> for RefNode<'a>

source§

fn from(x: &'a InoutPortIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InoutTerminal> for RefNode<'a>

source§

fn from(x: &'a InoutTerminal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputDeclaration> for RefNode<'a>

source§

fn from(x: &'a InputDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputDeclarationNet> for RefNode<'a>

source§

fn from(x: &'a InputDeclarationNet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputDeclarationVariable> for RefNode<'a>

source§

fn from(x: &'a InputDeclarationVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputIdentifier> for RefNode<'a>

source§

fn from(x: &'a InputIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputIdentifierInterface> for RefNode<'a>

source§

fn from(x: &'a InputIdentifierInterface) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputPortIdentifier> for RefNode<'a>

source§

fn from(x: &'a InputPortIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputTerminal> for RefNode<'a>

source§

fn from(x: &'a InputTerminal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InsideExpression> for RefNode<'a>

source§

fn from(x: &'a InsideExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InstClause> for RefNode<'a>

source§

fn from(x: &'a InstClause) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InstName> for RefNode<'a>

source§

fn from(x: &'a InstName) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InstanceIdentifier> for RefNode<'a>

source§

fn from(x: &'a InstanceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerAtomType> for RefNode<'a>

source§

fn from(x: &'a IntegerAtomType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerCovergroupExpression> for RefNode<'a>

source§

fn from(x: &'a IntegerCovergroupExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerType> for RefNode<'a>

source§

fn from(x: &'a IntegerType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerVectorType> for RefNode<'a>

source§

fn from(x: &'a IntegerVectorType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegralNumber> for RefNode<'a>

source§

fn from(x: &'a IntegralNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Interface> for RefNode<'a>

source§

fn from(x: &'a Interface) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceAnsiHeader> for RefNode<'a>

source§

fn from(x: &'a InterfaceAnsiHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassDeclaration> for RefNode<'a>

source§

fn from(x: &'a InterfaceClassDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassItem> for RefNode<'a>

source§

fn from(x: &'a InterfaceClassItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassItemMethod> for RefNode<'a>

source§

fn from(x: &'a InterfaceClassItemMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassMethod> for RefNode<'a>

source§

fn from(x: &'a InterfaceClassMethod) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassType> for RefNode<'a>

source§

fn from(x: &'a InterfaceClassType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclaration> for RefNode<'a>

source§

fn from(x: &'a InterfaceDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationAnsi> for RefNode<'a>

source§

fn from(x: &'a InterfaceDeclarationAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationExternAnsi> for RefNode<'a>

source§

fn from(x: &'a InterfaceDeclarationExternAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationExternNonansi> for RefNode<'a>

source§

fn from(x: &'a InterfaceDeclarationExternNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationNonansi> for RefNode<'a>

source§

fn from(x: &'a InterfaceDeclarationNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationWildcard> for RefNode<'a>

source§

fn from(x: &'a InterfaceDeclarationWildcard) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceIdentifier> for RefNode<'a>

source§

fn from(x: &'a InterfaceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceIdentifierOrClassScope> for RefNode<'a>

source§

fn from(x: &'a InterfaceIdentifierOrClassScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceInstanceIdentifier> for RefNode<'a>

source§

fn from(x: &'a InterfaceInstanceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceInstantiation> for RefNode<'a>

source§

fn from(x: &'a InterfaceInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceItem> for RefNode<'a>

source§

fn from(x: &'a InterfaceItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceNonansiHeader> for RefNode<'a>

source§

fn from(x: &'a InterfaceNonansiHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceOrGenerateItem> for RefNode<'a>

source§

fn from(x: &'a InterfaceOrGenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceOrGenerateItemExtern> for RefNode<'a>

source§

fn from(x: &'a InterfaceOrGenerateItemExtern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceOrGenerateItemModule> for RefNode<'a>

source§

fn from(x: &'a InterfaceOrGenerateItemModule) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortDeclaration> for RefNode<'a>

source§

fn from(x: &'a InterfacePortDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortHeader> for RefNode<'a>

source§

fn from(x: &'a InterfacePortHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortHeaderIdentifier> for RefNode<'a>

source§

fn from(x: &'a InterfacePortHeaderIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortHeaderInterface> for RefNode<'a>

source§

fn from(x: &'a InterfacePortHeaderInterface) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JoinKeyword> for RefNode<'a>

source§

fn from(x: &'a JoinKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatement> for RefNode<'a>

source§

fn from(x: &'a JumpStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatementBreak> for RefNode<'a>

source§

fn from(x: &'a JumpStatementBreak) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatementContinue> for RefNode<'a>

source§

fn from(x: &'a JumpStatementContinue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatementReturn> for RefNode<'a>

source§

fn from(x: &'a JumpStatementReturn) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Keyword> for RefNode<'a>

source§

fn from(x: &'a Keyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a KeywordsDirective> for RefNode<'a>

source§

fn from(x: &'a KeywordsDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetActualArg> for RefNode<'a>

source§

fn from(x: &'a LetActualArg) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetDeclaration> for RefNode<'a>

source§

fn from(x: &'a LetDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetExpression> for RefNode<'a>

source§

fn from(x: &'a LetExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetFormalType> for RefNode<'a>

source§

fn from(x: &'a LetFormalType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetIdentifier> for RefNode<'a>

source§

fn from(x: &'a LetIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetListOfArguments> for RefNode<'a>

source§

fn from(x: &'a LetListOfArguments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetListOfArgumentsNamed> for RefNode<'a>

source§

fn from(x: &'a LetListOfArgumentsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetListOfArgumentsOrdered> for RefNode<'a>

source§

fn from(x: &'a LetListOfArgumentsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetPortItem> for RefNode<'a>

source§

fn from(x: &'a LetPortItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetPortList> for RefNode<'a>

source§

fn from(x: &'a LetPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Level> for RefNode<'a>

source§

fn from(x: &'a Level) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LevelInputList> for RefNode<'a>

source§

fn from(x: &'a LevelInputList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LevelSymbol> for RefNode<'a>

source§

fn from(x: &'a LevelSymbol) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LiblistClause> for RefNode<'a>

source§

fn from(x: &'a LiblistClause) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryDeclaration> for RefNode<'a>

source§

fn from(x: &'a LibraryDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryDescription> for RefNode<'a>

source§

fn from(x: &'a LibraryDescription) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryIdentifier> for RefNode<'a>

source§

fn from(x: &'a LibraryIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryText> for RefNode<'a>

source§

fn from(x: &'a LibraryText) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Lifetime> for RefNode<'a>

source§

fn from(x: &'a Lifetime) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LimitValue> for RefNode<'a>

source§

fn from(x: &'a LimitValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LineCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a LineCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfActualArguments> for RefNode<'a>

source§

fn from(x: &'a ListOfActualArguments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfArguments> for RefNode<'a>

source§

fn from(x: &'a ListOfArguments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfArgumentsNamed> for RefNode<'a>

source§

fn from(x: &'a ListOfArgumentsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfArgumentsOrdered> for RefNode<'a>

source§

fn from(x: &'a ListOfArgumentsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCheckerPortConnections> for RefNode<'a>

source§

fn from(x: &'a ListOfCheckerPortConnections) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCheckerPortConnectionsNamed> for RefNode<'a>

source§

fn from(x: &'a ListOfCheckerPortConnectionsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCheckerPortConnectionsOrdered> for RefNode<'a>

source§

fn from(x: &'a ListOfCheckerPortConnectionsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfClockingDeclAssign> for RefNode<'a>

source§

fn from(x: &'a ListOfClockingDeclAssign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCrossItems> for RefNode<'a>

source§

fn from(x: &'a ListOfCrossItems) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfDefparamAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfDefparamAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfFormalArguments> for RefNode<'a>

source§

fn from(x: &'a ListOfFormalArguments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfGenvarIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfGenvarIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfInterfaceIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfInterfaceIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfNetAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfNetAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfNetDeclAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfNetDeclAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParamAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfParamAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParameterAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfParameterAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParameterAssignmentsNamed> for RefNode<'a>

source§

fn from(x: &'a ListOfParameterAssignmentsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParameterAssignmentsOrdered> for RefNode<'a>

source§

fn from(x: &'a ListOfParameterAssignmentsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPathDelayExpressions> for RefNode<'a>

source§

fn from(x: &'a ListOfPathDelayExpressions) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPathInputs> for RefNode<'a>

source§

fn from(x: &'a ListOfPathInputs) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPathOutputs> for RefNode<'a>

source§

fn from(x: &'a ListOfPathOutputs) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortConnections> for RefNode<'a>

source§

fn from(x: &'a ListOfPortConnections) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortConnectionsNamed> for RefNode<'a>

source§

fn from(x: &'a ListOfPortConnectionsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortConnectionsOrdered> for RefNode<'a>

source§

fn from(x: &'a ListOfPortConnectionsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortDeclarations> for RefNode<'a>

source§

fn from(x: &'a ListOfPortDeclarations) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfPortIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPorts> for RefNode<'a>

source§

fn from(x: &'a ListOfPorts) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfSpecparamAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfSpecparamAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfTfVariableIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfTfVariableIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfTypeAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfTypeAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfUdpPortIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfUdpPortIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariableAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfVariableAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariableDeclAssignments> for RefNode<'a>

source§

fn from(x: &'a ListOfVariableDeclAssignments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariableIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfVariableIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariablePortIdentifiers> for RefNode<'a>

source§

fn from(x: &'a ListOfVariablePortIdentifiers) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Local> for RefNode<'a>

source§

fn from(x: &'a Local) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalOrPackageScopeOrClassScope> for RefNode<'a>

source§

fn from(x: &'a LocalOrPackageScopeOrClassScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalParameterDeclaration> for RefNode<'a>

source§

fn from(x: &'a LocalParameterDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalParameterDeclarationParam> for RefNode<'a>

source§

fn from(x: &'a LocalParameterDeclarationParam) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalParameterDeclarationType> for RefNode<'a>

source§

fn from(x: &'a LocalParameterDeclarationType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopGenerateConstruct> for RefNode<'a>

source§

fn from(x: &'a LoopGenerateConstruct) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatement> for RefNode<'a>

source§

fn from(x: &'a LoopStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementDoWhile> for RefNode<'a>

source§

fn from(x: &'a LoopStatementDoWhile) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementFor> for RefNode<'a>

source§

fn from(x: &'a LoopStatementFor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementForeach> for RefNode<'a>

source§

fn from(x: &'a LoopStatementForeach) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementForever> for RefNode<'a>

source§

fn from(x: &'a LoopStatementForever) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementRepeat> for RefNode<'a>

source§

fn from(x: &'a LoopStatementRepeat) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementWhile> for RefNode<'a>

source§

fn from(x: &'a LoopStatementWhile) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopVariables> for RefNode<'a>

source§

fn from(x: &'a LoopVariables) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MacroText> for RefNode<'a>

source§

fn from(x: &'a MacroText) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MemberIdentifier> for RefNode<'a>

source§

fn from(x: &'a MemberIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCall> for RefNode<'a>

source§

fn from(x: &'a MethodCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCallBody> for RefNode<'a>

source§

fn from(x: &'a MethodCallBody) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCallBodyUser> for RefNode<'a>

source§

fn from(x: &'a MethodCallBodyUser) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCallRoot> for RefNode<'a>

source§

fn from(x: &'a MethodCallRoot) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodIdentifier> for RefNode<'a>

source§

fn from(x: &'a MethodIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodPrototype> for RefNode<'a>

source§

fn from(x: &'a MethodPrototype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodQualifier> for RefNode<'a>

source§

fn from(x: &'a MethodQualifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MintypmaxExpression> for RefNode<'a>

source§

fn from(x: &'a MintypmaxExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MintypmaxExpressionTernary> for RefNode<'a>

source§

fn from(x: &'a MintypmaxExpressionTernary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportClockingDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModportClockingDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModportDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportIdentifier> for RefNode<'a>

source§

fn from(x: &'a ModportIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportItem> for RefNode<'a>

source§

fn from(x: &'a ModportItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModportPortsDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclarationClocking> for RefNode<'a>

source§

fn from(x: &'a ModportPortsDeclarationClocking) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclarationSimple> for RefNode<'a>

source§

fn from(x: &'a ModportPortsDeclarationSimple) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclarationTf> for RefNode<'a>

source§

fn from(x: &'a ModportPortsDeclarationTf) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePort> for RefNode<'a>

source§

fn from(x: &'a ModportSimplePort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePortNamed> for RefNode<'a>

source§

fn from(x: &'a ModportSimplePortNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePortOrdered> for RefNode<'a>

source§

fn from(x: &'a ModportSimplePortOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePortsDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModportSimplePortsDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportTfPort> for RefNode<'a>

source§

fn from(x: &'a ModportTfPort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportTfPortsDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModportTfPortsDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleAnsiHeader> for RefNode<'a>

source§

fn from(x: &'a ModuleAnsiHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleCommonItem> for RefNode<'a>

source§

fn from(x: &'a ModuleCommonItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModuleDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationAnsi> for RefNode<'a>

source§

fn from(x: &'a ModuleDeclarationAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationExternAnsi> for RefNode<'a>

source§

fn from(x: &'a ModuleDeclarationExternAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationExternNonansi> for RefNode<'a>

source§

fn from(x: &'a ModuleDeclarationExternNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationNonansi> for RefNode<'a>

source§

fn from(x: &'a ModuleDeclarationNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationWildcard> for RefNode<'a>

source§

fn from(x: &'a ModuleDeclarationWildcard) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleIdentifier> for RefNode<'a>

source§

fn from(x: &'a ModuleIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleInstantiation> for RefNode<'a>

source§

fn from(x: &'a ModuleInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleItem> for RefNode<'a>

source§

fn from(x: &'a ModuleItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleKeyword> for RefNode<'a>

source§

fn from(x: &'a ModuleKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleNonansiHeader> for RefNode<'a>

source§

fn from(x: &'a ModuleNonansiHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItem> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemDeclarationClocking> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemDeclarationClocking) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemGate> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemGate) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemModule> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemModule) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemModuleItem> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemModuleItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemParameter> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemParameter) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemUdp> for RefNode<'a>

source§

fn from(x: &'a ModuleOrGenerateItemUdp) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathConcatenation> for RefNode<'a>

source§

fn from(x: &'a ModulePathConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathConditionalExpression> for RefNode<'a>

source§

fn from(x: &'a ModulePathConditionalExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathExpression> for RefNode<'a>

source§

fn from(x: &'a ModulePathExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathExpressionBinary> for RefNode<'a>

source§

fn from(x: &'a ModulePathExpressionBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathExpressionUnary> for RefNode<'a>

source§

fn from(x: &'a ModulePathExpressionUnary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathMintypmaxExpression> for RefNode<'a>

source§

fn from(x: &'a ModulePathMintypmaxExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathMintypmaxExpressionTernary> for RefNode<'a>

source§

fn from(x: &'a ModulePathMintypmaxExpressionTernary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathMultipleConcatenation> for RefNode<'a>

source§

fn from(x: &'a ModulePathMultipleConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathPrimary> for RefNode<'a>

source§

fn from(x: &'a ModulePathPrimary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathPrimaryMintypmax> for RefNode<'a>

source§

fn from(x: &'a ModulePathPrimaryMintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MosSwitchInstance> for RefNode<'a>

source§

fn from(x: &'a MosSwitchInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MosSwitchtype> for RefNode<'a>

source§

fn from(x: &'a MosSwitchtype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MultipleConcatenation> for RefNode<'a>

source§

fn from(x: &'a MultipleConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NInputGateInstance> for RefNode<'a>

source§

fn from(x: &'a NInputGateInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NInputGatetype> for RefNode<'a>

source§

fn from(x: &'a NInputGatetype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NOutputGateInstance> for RefNode<'a>

source§

fn from(x: &'a NOutputGateInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NOutputGatetype> for RefNode<'a>

source§

fn from(x: &'a NOutputGatetype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NameOfInstance> for RefNode<'a>

source§

fn from(x: &'a NameOfInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedCheckerPortConnection> for RefNode<'a>

source§

fn from(x: &'a NamedCheckerPortConnection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedCheckerPortConnectionAsterisk> for RefNode<'a>

source§

fn from(x: &'a NamedCheckerPortConnectionAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedCheckerPortConnectionIdentifier> for RefNode<'a>

source§

fn from(x: &'a NamedCheckerPortConnectionIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedParameterAssignment> for RefNode<'a>

source§

fn from(x: &'a NamedParameterAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedPortConnection> for RefNode<'a>

source§

fn from(x: &'a NamedPortConnection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedPortConnectionAsterisk> for RefNode<'a>

source§

fn from(x: &'a NamedPortConnectionAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedPortConnectionIdentifier> for RefNode<'a>

source§

fn from(x: &'a NamedPortConnectionIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NcontrolTerminal> for RefNode<'a>

source§

fn from(x: &'a NcontrolTerminal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetAlias> for RefNode<'a>

source§

fn from(x: &'a NetAlias) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetAssignment> for RefNode<'a>

source§

fn from(x: &'a NetAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclAssignment> for RefNode<'a>

source§

fn from(x: &'a NetDeclAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclaration> for RefNode<'a>

source§

fn from(x: &'a NetDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclarationInterconnect> for RefNode<'a>

source§

fn from(x: &'a NetDeclarationInterconnect) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclarationNetType> for RefNode<'a>

source§

fn from(x: &'a NetDeclarationNetType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclarationNetTypeIdentifier> for RefNode<'a>

source§

fn from(x: &'a NetDeclarationNetTypeIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetIdentifier> for RefNode<'a>

source§

fn from(x: &'a NetIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvalue> for RefNode<'a>

source§

fn from(x: &'a NetLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvalueIdentifier> for RefNode<'a>

source§

fn from(x: &'a NetLvalueIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvalueLvalue> for RefNode<'a>

source§

fn from(x: &'a NetLvalueLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvaluePattern> for RefNode<'a>

source§

fn from(x: &'a NetLvaluePattern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortHeader> for RefNode<'a>

source§

fn from(x: &'a NetPortHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortHeaderOrInterfacePortHeader> for RefNode<'a>

source§

fn from(x: &'a NetPortHeaderOrInterfacePortHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortType> for RefNode<'a>

source§

fn from(x: &'a NetPortType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortTypeDataType> for RefNode<'a>

source§

fn from(x: &'a NetPortTypeDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortTypeInterconnect> for RefNode<'a>

source§

fn from(x: &'a NetPortTypeInterconnect) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetType> for RefNode<'a>

source§

fn from(x: &'a NetType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeDeclaration> for RefNode<'a>

source§

fn from(x: &'a NetTypeDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeDeclarationDataType> for RefNode<'a>

source§

fn from(x: &'a NetTypeDeclarationDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeDeclarationNetType> for RefNode<'a>

source§

fn from(x: &'a NetTypeDeclarationNetType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeIdentifier> for RefNode<'a>

source§

fn from(x: &'a NetTypeIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a New> for RefNode<'a>

source§

fn from(x: &'a New) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NextState> for RefNode<'a>

source§

fn from(x: &'a NextState) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NochangeTimingCheck> for RefNode<'a>

source§

fn from(x: &'a NochangeTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonConsecutiveRepetition> for RefNode<'a>

source§

fn from(x: &'a NonConsecutiveRepetition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonIntegerType> for RefNode<'a>

source§

fn from(x: &'a NonIntegerType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortInterfaceItem> for RefNode<'a>

source§

fn from(x: &'a NonPortInterfaceItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortModuleItem> for RefNode<'a>

source§

fn from(x: &'a NonPortModuleItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortModuleItemSpecparam> for RefNode<'a>

source§

fn from(x: &'a NonPortModuleItemSpecparam) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItem> for RefNode<'a>

source§

fn from(x: &'a NonPortProgramItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemAssertion> for RefNode<'a>

source§

fn from(x: &'a NonPortProgramItemAssertion) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemAssign> for RefNode<'a>

source§

fn from(x: &'a NonPortProgramItemAssign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemFinal> for RefNode<'a>

source§

fn from(x: &'a NonPortProgramItemFinal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemInitial> for RefNode<'a>

source§

fn from(x: &'a NonPortProgramItemInitial) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemModule> for RefNode<'a>

source§

fn from(x: &'a NonPortProgramItemModule) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZeroUnsignedNumber> for RefNode<'a>

source§

fn from(x: &'a NonZeroUnsignedNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonblockingAssignment> for RefNode<'a>

source§

fn from(x: &'a NonblockingAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonrangeSelect> for RefNode<'a>

source§

fn from(x: &'a NonrangeSelect) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonrangeVariableLvalue> for RefNode<'a>

source§

fn from(x: &'a NonrangeVariableLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Notifier> for RefNode<'a>

source§

fn from(x: &'a Notifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NounconnectedDriveCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a NounconnectedDriveCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Number> for RefNode<'a>

source§

fn from(x: &'a Number) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OctalBase> for RefNode<'a>

source§

fn from(x: &'a OctalBase) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OctalNumber> for RefNode<'a>

source§

fn from(x: &'a OctalNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OctalValue> for RefNode<'a>

source§

fn from(x: &'a OctalValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OpenRangeList> for RefNode<'a>

source§

fn from(x: &'a OpenRangeList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OpenValueRange> for RefNode<'a>

source§

fn from(x: &'a OpenValueRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OperatorAssignment> for RefNode<'a>

source§

fn from(x: &'a OperatorAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OrderedCheckerPortConnection> for RefNode<'a>

source§

fn from(x: &'a OrderedCheckerPortConnection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OrderedParameterAssignment> for RefNode<'a>

source§

fn from(x: &'a OrderedParameterAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OrderedPortConnection> for RefNode<'a>

source§

fn from(x: &'a OrderedPortConnection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputDeclaration> for RefNode<'a>

source§

fn from(x: &'a OutputDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputDeclarationNet> for RefNode<'a>

source§

fn from(x: &'a OutputDeclarationNet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputDeclarationVariable> for RefNode<'a>

source§

fn from(x: &'a OutputDeclarationVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputIdentifier> for RefNode<'a>

source§

fn from(x: &'a OutputIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputIdentifierInterface> for RefNode<'a>

source§

fn from(x: &'a OutputIdentifierInterface) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputPortIdentifier> for RefNode<'a>

source§

fn from(x: &'a OutputPortIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputSymbol> for RefNode<'a>

source§

fn from(x: &'a OutputSymbol) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputTerminal> for RefNode<'a>

source§

fn from(x: &'a OutputTerminal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageDeclaration> for RefNode<'a>

source§

fn from(x: &'a PackageDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageExportDeclaration> for RefNode<'a>

source§

fn from(x: &'a PackageExportDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageExportDeclarationAsterisk> for RefNode<'a>

source§

fn from(x: &'a PackageExportDeclarationAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageExportDeclarationItem> for RefNode<'a>

source§

fn from(x: &'a PackageExportDeclarationItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageIdentifier> for RefNode<'a>

source§

fn from(x: &'a PackageIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportDeclaration> for RefNode<'a>

source§

fn from(x: &'a PackageImportDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportItem> for RefNode<'a>

source§

fn from(x: &'a PackageImportItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportItemAsterisk> for RefNode<'a>

source§

fn from(x: &'a PackageImportItemAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportItemIdentifier> for RefNode<'a>

source§

fn from(x: &'a PackageImportItemIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageItem> for RefNode<'a>

source§

fn from(x: &'a PackageItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageOrGenerateItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a PackageOrGenerateItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageScope> for RefNode<'a>

source§

fn from(x: &'a PackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageScopeOrClassScope> for RefNode<'a>

source§

fn from(x: &'a PackageScopeOrClassScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageScopePackage> for RefNode<'a>

source§

fn from(x: &'a PackageScopePackage) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Packed> for RefNode<'a>

source§

fn from(x: &'a Packed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackedDimension> for RefNode<'a>

source§

fn from(x: &'a PackedDimension) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackedDimensionRange> for RefNode<'a>

source§

fn from(x: &'a PackedDimensionRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParBlock> for RefNode<'a>

source§

fn from(x: &'a ParBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParallelEdgeSensitivePathDescription> for RefNode<'a>

source§

fn from(x: &'a ParallelEdgeSensitivePathDescription) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParallelPathDescription> for RefNode<'a>

source§

fn from(x: &'a ParallelPathDescription) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParamAssignment> for RefNode<'a>

source§

fn from(x: &'a ParamAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParamExpression> for RefNode<'a>

source§

fn from(x: &'a ParamExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterDeclaration> for RefNode<'a>

source§

fn from(x: &'a ParameterDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterDeclarationParam> for RefNode<'a>

source§

fn from(x: &'a ParameterDeclarationParam) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterDeclarationType> for RefNode<'a>

source§

fn from(x: &'a ParameterDeclarationType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterIdentifier> for RefNode<'a>

source§

fn from(x: &'a ParameterIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterOverride> for RefNode<'a>

source§

fn from(x: &'a ParameterOverride) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortDeclaration> for RefNode<'a>

source§

fn from(x: &'a ParameterPortDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortDeclarationParamList> for RefNode<'a>

source§

fn from(x: &'a ParameterPortDeclarationParamList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortDeclarationTypeList> for RefNode<'a>

source§

fn from(x: &'a ParameterPortDeclarationTypeList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortList> for RefNode<'a>

source§

fn from(x: &'a ParameterPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortListAssignment> for RefNode<'a>

source§

fn from(x: &'a ParameterPortListAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortListDeclaration> for RefNode<'a>

source§

fn from(x: &'a ParameterPortListDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterValueAssignment> for RefNode<'a>

source§

fn from(x: &'a ParameterValueAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PartSelectRange> for RefNode<'a>

source§

fn from(x: &'a PartSelectRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassEnSwitchtype> for RefNode<'a>

source§

fn from(x: &'a PassEnSwitchtype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassEnableSwitchInstance> for RefNode<'a>

source§

fn from(x: &'a PassEnableSwitchInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassSwitchInstance> for RefNode<'a>

source§

fn from(x: &'a PassSwitchInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassSwitchtype> for RefNode<'a>

source§

fn from(x: &'a PassSwitchtype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDeclaration> for RefNode<'a>

source§

fn from(x: &'a PathDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDelayExpression> for RefNode<'a>

source§

fn from(x: &'a PathDelayExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDelayValue> for RefNode<'a>

source§

fn from(x: &'a PathDelayValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDelayValueParen> for RefNode<'a>

source§

fn from(x: &'a PathDelayValueParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Pattern> for RefNode<'a>

source§

fn from(x: &'a Pattern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternIdentifierList> for RefNode<'a>

source§

fn from(x: &'a PatternIdentifierList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternList> for RefNode<'a>

source§

fn from(x: &'a PatternList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternTagged> for RefNode<'a>

source§

fn from(x: &'a PatternTagged) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternVariable> for RefNode<'a>

source§

fn from(x: &'a PatternVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PcontrolTerminal> for RefNode<'a>

source§

fn from(x: &'a PcontrolTerminal) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PeriodTimingCheck> for RefNode<'a>

source§

fn from(x: &'a PeriodTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PolarityOperator> for RefNode<'a>

source§

fn from(x: &'a PolarityOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Port> for RefNode<'a>

source§

fn from(x: &'a Port) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclaration> for RefNode<'a>

source§

fn from(x: &'a PortDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationInout> for RefNode<'a>

source§

fn from(x: &'a PortDeclarationInout) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationInput> for RefNode<'a>

source§

fn from(x: &'a PortDeclarationInput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationInterface> for RefNode<'a>

source§

fn from(x: &'a PortDeclarationInterface) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationOutput> for RefNode<'a>

source§

fn from(x: &'a PortDeclarationOutput) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationRef> for RefNode<'a>

source§

fn from(x: &'a PortDeclarationRef) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDirection> for RefNode<'a>

source§

fn from(x: &'a PortDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortExpression> for RefNode<'a>

source§

fn from(x: &'a PortExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortExpressionBrace> for RefNode<'a>

source§

fn from(x: &'a PortExpressionBrace) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortIdentifier> for RefNode<'a>

source§

fn from(x: &'a PortIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortNamed> for RefNode<'a>

source§

fn from(x: &'a PortNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortNonNamed> for RefNode<'a>

source§

fn from(x: &'a PortNonNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortReference> for RefNode<'a>

source§

fn from(x: &'a PortReference) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PositionCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a PositionCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Pragma> for RefNode<'a>

source§

fn from(x: &'a Pragma) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaExpression> for RefNode<'a>

source§

fn from(x: &'a PragmaExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaExpressionAssignment> for RefNode<'a>

source§

fn from(x: &'a PragmaExpressionAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaKeyword> for RefNode<'a>

source§

fn from(x: &'a PragmaKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaName> for RefNode<'a>

source§

fn from(x: &'a PragmaName) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaValue> for RefNode<'a>

source§

fn from(x: &'a PragmaValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaValueParen> for RefNode<'a>

source§

fn from(x: &'a PragmaValueParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PreprocessorText> for RefNode<'a>

source§

fn from(x: &'a PreprocessorText) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Primary> for RefNode<'a>

source§

fn from(x: &'a Primary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryConcatenation> for RefNode<'a>

source§

fn from(x: &'a PrimaryConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryHierarchical> for RefNode<'a>

source§

fn from(x: &'a PrimaryHierarchical) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryLiteral> for RefNode<'a>

source§

fn from(x: &'a PrimaryLiteral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryMintypmaxExpression> for RefNode<'a>

source§

fn from(x: &'a PrimaryMintypmaxExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryMultipleConcatenation> for RefNode<'a>

source§

fn from(x: &'a PrimaryMultipleConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralAssertionStatement> for RefNode<'a>

source§

fn from(x: &'a ProceduralAssertionStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignment> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentAssign> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentAssign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentDeassign> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentDeassign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentForceNet> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentForceNet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentForceVariable> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentForceVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentReleaseNet> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentReleaseNet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentReleaseVariable> for RefNode<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentReleaseVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralTimingControl> for RefNode<'a>

source§

fn from(x: &'a ProceduralTimingControl) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralTimingControlStatement> for RefNode<'a>

source§

fn from(x: &'a ProceduralTimingControlStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Production> for RefNode<'a>

source§

fn from(x: &'a Production) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProductionIdentifier> for RefNode<'a>

source§

fn from(x: &'a ProductionIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProductionItem> for RefNode<'a>

source§

fn from(x: &'a ProductionItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramAnsiHeader> for RefNode<'a>

source§

fn from(x: &'a ProgramAnsiHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclaration> for RefNode<'a>

source§

fn from(x: &'a ProgramDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationAnsi> for RefNode<'a>

source§

fn from(x: &'a ProgramDeclarationAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationExternAnsi> for RefNode<'a>

source§

fn from(x: &'a ProgramDeclarationExternAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationExternNonansi> for RefNode<'a>

source§

fn from(x: &'a ProgramDeclarationExternNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationNonansi> for RefNode<'a>

source§

fn from(x: &'a ProgramDeclarationNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationWildcard> for RefNode<'a>

source§

fn from(x: &'a ProgramDeclarationWildcard) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramGenerateItem> for RefNode<'a>

source§

fn from(x: &'a ProgramGenerateItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramIdentifier> for RefNode<'a>

source§

fn from(x: &'a ProgramIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramInstantiation> for RefNode<'a>

source§

fn from(x: &'a ProgramInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramItem> for RefNode<'a>

source§

fn from(x: &'a ProgramItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramNonansiHeader> for RefNode<'a>

source§

fn from(x: &'a ProgramNonansiHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyActualArg> for RefNode<'a>

source§

fn from(x: &'a PropertyActualArg) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyCaseItem> for RefNode<'a>

source§

fn from(x: &'a PropertyCaseItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyCaseItemDefault> for RefNode<'a>

source§

fn from(x: &'a PropertyCaseItemDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyCaseItemNondefault> for RefNode<'a>

source§

fn from(x: &'a PropertyCaseItemNondefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyDeclaration> for RefNode<'a>

source§

fn from(x: &'a PropertyDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExpr> for RefNode<'a>

source§

fn from(x: &'a PropertyExpr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprAcceptOn> for RefNode<'a>

source§

fn from(x: &'a PropertyExprAcceptOn) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprAlways> for RefNode<'a>

source§

fn from(x: &'a PropertyExprAlways) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprBinaryProperty> for RefNode<'a>

source§

fn from(x: &'a PropertyExprBinaryProperty) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprBinarySequence> for RefNode<'a>

source§

fn from(x: &'a PropertyExprBinarySequence) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprCase> for RefNode<'a>

source§

fn from(x: &'a PropertyExprCase) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprClockingEvent> for RefNode<'a>

source§

fn from(x: &'a PropertyExprClockingEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprEventually> for RefNode<'a>

source§

fn from(x: &'a PropertyExprEventually) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprIf> for RefNode<'a>

source§

fn from(x: &'a PropertyExprIf) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprNexttime> for RefNode<'a>

source§

fn from(x: &'a PropertyExprNexttime) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprNot> for RefNode<'a>

source§

fn from(x: &'a PropertyExprNot) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprParen> for RefNode<'a>

source§

fn from(x: &'a PropertyExprParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprRejectOn> for RefNode<'a>

source§

fn from(x: &'a PropertyExprRejectOn) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSAlways> for RefNode<'a>

source§

fn from(x: &'a PropertyExprSAlways) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSEventually> for RefNode<'a>

source§

fn from(x: &'a PropertyExprSEventually) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSNexttime> for RefNode<'a>

source§

fn from(x: &'a PropertyExprSNexttime) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprStrong> for RefNode<'a>

source§

fn from(x: &'a PropertyExprStrong) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSyncAcceptOn> for RefNode<'a>

source§

fn from(x: &'a PropertyExprSyncAcceptOn) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSyncRejectOn> for RefNode<'a>

source§

fn from(x: &'a PropertyExprSyncRejectOn) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprWeak> for RefNode<'a>

source§

fn from(x: &'a PropertyExprWeak) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyFormalType> for RefNode<'a>

source§

fn from(x: &'a PropertyFormalType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyIdentifier> for RefNode<'a>

source§

fn from(x: &'a PropertyIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyInstance> for RefNode<'a>

source§

fn from(x: &'a PropertyInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyListOfArguments> for RefNode<'a>

source§

fn from(x: &'a PropertyListOfArguments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyListOfArgumentsNamed> for RefNode<'a>

source§

fn from(x: &'a PropertyListOfArgumentsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyListOfArgumentsOrdered> for RefNode<'a>

source§

fn from(x: &'a PropertyListOfArgumentsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyLvarPortDirection> for RefNode<'a>

source§

fn from(x: &'a PropertyLvarPortDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyPortItem> for RefNode<'a>

source§

fn from(x: &'a PropertyPortItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyPortList> for RefNode<'a>

source§

fn from(x: &'a PropertyPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyQualifier> for RefNode<'a>

source§

fn from(x: &'a PropertyQualifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertySpec> for RefNode<'a>

source§

fn from(x: &'a PropertySpec) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsCheckerIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsCheckerIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsClassIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsClassIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsCovergroupIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsCovergroupIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalArrayIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalArrayIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalNetIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalNetIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalNetIdentifierHierarchical> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalNetIdentifierHierarchical) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalNetIdentifierPackageScope> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalNetIdentifierPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalPropertyIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalPropertyIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalPropertyIdentifierHierarchical> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalPropertyIdentifierHierarchical) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalPropertyIdentifierPackageScope> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalPropertyIdentifierPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalSequenceIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalSequenceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalSequenceIdentifierHierarchical> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalSequenceIdentifierHierarchical) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalSequenceIdentifierPackageScope> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalSequenceIdentifierPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalTfIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalTfIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalTfIdentifierHierarchical> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalTfIdentifierHierarchical) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalTfIdentifierPackageScope> for RefNode<'a>

source§

fn from(x: &'a PsOrHierarchicalTfIdentifierPackageScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsParameterIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsParameterIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsParameterIdentifierGenerate> for RefNode<'a>

source§

fn from(x: &'a PsParameterIdentifierGenerate) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsParameterIdentifierScope> for RefNode<'a>

source§

fn from(x: &'a PsParameterIdentifierScope) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsTypeIdentifier> for RefNode<'a>

source§

fn from(x: &'a PsTypeIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullGateInstance> for RefNode<'a>

source§

fn from(x: &'a PullGateInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength> for RefNode<'a>

source§

fn from(x: &'a PulldownStrength) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength0> for RefNode<'a>

source§

fn from(x: &'a PulldownStrength0) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength01> for RefNode<'a>

source§

fn from(x: &'a PulldownStrength01) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength10> for RefNode<'a>

source§

fn from(x: &'a PulldownStrength10) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength> for RefNode<'a>

source§

fn from(x: &'a PullupStrength) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength01> for RefNode<'a>

source§

fn from(x: &'a PullupStrength01) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength1> for RefNode<'a>

source§

fn from(x: &'a PullupStrength1) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength10> for RefNode<'a>

source§

fn from(x: &'a PullupStrength10) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulseControlSpecparam> for RefNode<'a>

source§

fn from(x: &'a PulseControlSpecparam) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulseControlSpecparamWithDescriptor> for RefNode<'a>

source§

fn from(x: &'a PulseControlSpecparamWithDescriptor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulseControlSpecparamWithoutDescriptor> for RefNode<'a>

source§

fn from(x: &'a PulseControlSpecparamWithoutDescriptor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulsestyleDeclaration> for RefNode<'a>

source§

fn from(x: &'a PulsestyleDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a QueueDimension> for RefNode<'a>

source§

fn from(x: &'a QueueDimension) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Rand> for RefNode<'a>

source§

fn from(x: &'a Rand) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandcaseItem> for RefNode<'a>

source§

fn from(x: &'a RandcaseItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandcaseStatement> for RefNode<'a>

source§

fn from(x: &'a RandcaseStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandomQualifier> for RefNode<'a>

source§

fn from(x: &'a RandomQualifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandomizeCall> for RefNode<'a>

source§

fn from(x: &'a RandomizeCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandsequenceStatement> for RefNode<'a>

source§

fn from(x: &'a RandsequenceStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RangeExpression> for RefNode<'a>

source§

fn from(x: &'a RangeExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RealNumber> for RefNode<'a>

source§

fn from(x: &'a RealNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RealNumberFloating> for RefNode<'a>

source§

fn from(x: &'a RealNumberFloating) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RecoveryTimingCheck> for RefNode<'a>

source§

fn from(x: &'a RecoveryTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RecremTimingCheck> for RefNode<'a>

source§

fn from(x: &'a RecremTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RefDeclaration> for RefNode<'a>

source§

fn from(x: &'a RefDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ReferenceEvent> for RefNode<'a>

source§

fn from(x: &'a ReferenceEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RejectLimitValue> for RefNode<'a>

source§

fn from(x: &'a RejectLimitValue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RemainActiveFlag> for RefNode<'a>

source§

fn from(x: &'a RemainActiveFlag) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RemovalTimingCheck> for RefNode<'a>

source§

fn from(x: &'a RemovalTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RepeatRange> for RefNode<'a>

source§

fn from(x: &'a RepeatRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RepeatRangeBinary> for RefNode<'a>

source§

fn from(x: &'a RepeatRangeBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ResetallCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a ResetallCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RestrictPropertyStatement> for RefNode<'a>

source§

fn from(x: &'a RestrictPropertyStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Root> for RefNode<'a>

source§

fn from(x: &'a Root) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCase> for RefNode<'a>

source§

fn from(x: &'a RsCase) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCaseItem> for RefNode<'a>

source§

fn from(x: &'a RsCaseItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCaseItemDefault> for RefNode<'a>

source§

fn from(x: &'a RsCaseItemDefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCaseItemNondefault> for RefNode<'a>

source§

fn from(x: &'a RsCaseItemNondefault) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCodeBlock> for RefNode<'a>

source§

fn from(x: &'a RsCodeBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsIfElse> for RefNode<'a>

source§

fn from(x: &'a RsIfElse) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProd> for RefNode<'a>

source§

fn from(x: &'a RsProd) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProductionList> for RefNode<'a>

source§

fn from(x: &'a RsProductionList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProductionListJoin> for RefNode<'a>

source§

fn from(x: &'a RsProductionListJoin) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProductionListProd> for RefNode<'a>

source§

fn from(x: &'a RsProductionListProd) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsRepeat> for RefNode<'a>

source§

fn from(x: &'a RsRepeat) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsRule> for RefNode<'a>

source§

fn from(x: &'a RsRule) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarConstant> for RefNode<'a>

source§

fn from(x: &'a ScalarConstant) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarTimingCheckCondition> for RefNode<'a>

source§

fn from(x: &'a ScalarTimingCheckCondition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarTimingCheckConditionBinary> for RefNode<'a>

source§

fn from(x: &'a ScalarTimingCheckConditionBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarTimingCheckConditionUnary> for RefNode<'a>

source§

fn from(x: &'a ScalarTimingCheckConditionUnary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Select> for RefNode<'a>

source§

fn from(x: &'a Select) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectCondition> for RefNode<'a>

source§

fn from(x: &'a SelectCondition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpression> for RefNode<'a>

source§

fn from(x: &'a SelectExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionAnd> for RefNode<'a>

source§

fn from(x: &'a SelectExpressionAnd) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionCrossSet> for RefNode<'a>

source§

fn from(x: &'a SelectExpressionCrossSet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionNot> for RefNode<'a>

source§

fn from(x: &'a SelectExpressionNot) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionOr> for RefNode<'a>

source§

fn from(x: &'a SelectExpressionOr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionParen> for RefNode<'a>

source§

fn from(x: &'a SelectExpressionParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionWith> for RefNode<'a>

source§

fn from(x: &'a SelectExpressionWith) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SeqBlock> for RefNode<'a>

source§

fn from(x: &'a SeqBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SeqInputList> for RefNode<'a>

source§

fn from(x: &'a SeqInputList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceAbbrev> for RefNode<'a>

source§

fn from(x: &'a SequenceAbbrev) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceActualArg> for RefNode<'a>

source§

fn from(x: &'a SequenceActualArg) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceDeclaration> for RefNode<'a>

source§

fn from(x: &'a SequenceDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExpr> for RefNode<'a>

source§

fn from(x: &'a SequenceExpr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprBinary> for RefNode<'a>

source§

fn from(x: &'a SequenceExprBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprClockingEvent> for RefNode<'a>

source§

fn from(x: &'a SequenceExprClockingEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprCycleDelayExpr> for RefNode<'a>

source§

fn from(x: &'a SequenceExprCycleDelayExpr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprExprCycleDelayExpr> for RefNode<'a>

source§

fn from(x: &'a SequenceExprExprCycleDelayExpr) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprExpression> for RefNode<'a>

source§

fn from(x: &'a SequenceExprExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprFirstMatch> for RefNode<'a>

source§

fn from(x: &'a SequenceExprFirstMatch) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprInstance> for RefNode<'a>

source§

fn from(x: &'a SequenceExprInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprParen> for RefNode<'a>

source§

fn from(x: &'a SequenceExprParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprThroughout> for RefNode<'a>

source§

fn from(x: &'a SequenceExprThroughout) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceFormalType> for RefNode<'a>

source§

fn from(x: &'a SequenceFormalType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceIdentifier> for RefNode<'a>

source§

fn from(x: &'a SequenceIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceInstance> for RefNode<'a>

source§

fn from(x: &'a SequenceInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceListOfArguments> for RefNode<'a>

source§

fn from(x: &'a SequenceListOfArguments) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceListOfArgumentsNamed> for RefNode<'a>

source§

fn from(x: &'a SequenceListOfArgumentsNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceListOfArgumentsOrdered> for RefNode<'a>

source§

fn from(x: &'a SequenceListOfArgumentsOrdered) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceLvarPortDirection> for RefNode<'a>

source§

fn from(x: &'a SequenceLvarPortDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceMatchItem> for RefNode<'a>

source§

fn from(x: &'a SequenceMatchItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceMethodCall> for RefNode<'a>

source§

fn from(x: &'a SequenceMethodCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequencePortItem> for RefNode<'a>

source§

fn from(x: &'a SequencePortItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequencePortList> for RefNode<'a>

source§

fn from(x: &'a SequencePortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequentialBody> for RefNode<'a>

source§

fn from(x: &'a SequentialBody) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequentialEntry> for RefNode<'a>

source§

fn from(x: &'a SequentialEntry) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SetCovergroupExpression> for RefNode<'a>

source§

fn from(x: &'a SetCovergroupExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SetupTimingCheck> for RefNode<'a>

source§

fn from(x: &'a SetupTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SetupholdTimingCheck> for RefNode<'a>

source§

fn from(x: &'a SetupholdTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ShowcancelledDeclaration> for RefNode<'a>

source§

fn from(x: &'a ShowcancelledDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Sign> for RefNode<'a>

source§

fn from(x: &'a Sign) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SignalIdentifier> for RefNode<'a>

source§

fn from(x: &'a SignalIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Signing> for RefNode<'a>

source§

fn from(x: &'a Signing) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleIdentifier> for RefNode<'a>

source§

fn from(x: &'a SimpleIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateAssertStatement> for RefNode<'a>

source§

fn from(x: &'a SimpleImmediateAssertStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateAssertionStatement> for RefNode<'a>

source§

fn from(x: &'a SimpleImmediateAssertionStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateAssumeStatement> for RefNode<'a>

source§

fn from(x: &'a SimpleImmediateAssumeStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateCoverStatement> for RefNode<'a>

source§

fn from(x: &'a SimpleImmediateCoverStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimplePathDeclaration> for RefNode<'a>

source§

fn from(x: &'a SimplePathDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimplePathDeclarationFull> for RefNode<'a>

source§

fn from(x: &'a SimplePathDeclarationFull) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimplePathDeclarationParallel> for RefNode<'a>

source§

fn from(x: &'a SimplePathDeclarationParallel) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleType> for RefNode<'a>

source§

fn from(x: &'a SimpleType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Size> for RefNode<'a>

source§

fn from(x: &'a Size) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SkewTimingCheck> for RefNode<'a>

source§

fn from(x: &'a SkewTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SliceSize> for RefNode<'a>

source§

fn from(x: &'a SliceSize) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Soft> for RefNode<'a>

source§

fn from(x: &'a Soft) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SolveBeforeList> for RefNode<'a>

source§

fn from(x: &'a SolveBeforeList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SourceDescription> for RefNode<'a>

source§

fn from(x: &'a SourceDescription) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SourceDescriptionNotDirective> for RefNode<'a>

source§

fn from(x: &'a SourceDescriptionNotDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SourceText> for RefNode<'a>

source§

fn from(x: &'a SourceText) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyBlock> for RefNode<'a>

source§

fn from(x: &'a SpecifyBlock) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyInputTerminalDescriptor> for RefNode<'a>

source§

fn from(x: &'a SpecifyInputTerminalDescriptor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyItem> for RefNode<'a>

source§

fn from(x: &'a SpecifyItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyOutputTerminalDescriptor> for RefNode<'a>

source§

fn from(x: &'a SpecifyOutputTerminalDescriptor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyTerminalDescriptor> for RefNode<'a>

source§

fn from(x: &'a SpecifyTerminalDescriptor) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamAssignment> for RefNode<'a>

source§

fn from(x: &'a SpecparamAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamAssignmentMintypmax> for RefNode<'a>

source§

fn from(x: &'a SpecparamAssignmentMintypmax) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamDeclaration> for RefNode<'a>

source§

fn from(x: &'a SpecparamDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamIdentifier> for RefNode<'a>

source§

fn from(x: &'a SpecparamIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StartEdgeOffset> for RefNode<'a>

source§

fn from(x: &'a StartEdgeOffset) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclaration> for RefNode<'a>

source§

fn from(x: &'a StateDependentPathDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclarationIfEdgeSensitive> for RefNode<'a>

source§

fn from(x: &'a StateDependentPathDeclarationIfEdgeSensitive) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclarationIfNone> for RefNode<'a>

source§

fn from(x: &'a StateDependentPathDeclarationIfNone) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclarationIfSimple> for RefNode<'a>

source§

fn from(x: &'a StateDependentPathDeclarationIfSimple) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Statement> for RefNode<'a>

source§

fn from(x: &'a Statement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StatementItem> for RefNode<'a>

source§

fn from(x: &'a StatementItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StatementOrNull> for RefNode<'a>

source§

fn from(x: &'a StatementOrNull) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StatementOrNullAttribute> for RefNode<'a>

source§

fn from(x: &'a StatementOrNullAttribute) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Static> for RefNode<'a>

source§

fn from(x: &'a Static) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamConcatenation> for RefNode<'a>

source§

fn from(x: &'a StreamConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamExpression> for RefNode<'a>

source§

fn from(x: &'a StreamExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamOperator> for RefNode<'a>

source§

fn from(x: &'a StreamOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamingConcatenation> for RefNode<'a>

source§

fn from(x: &'a StreamingConcatenation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Strength> for RefNode<'a>

source§

fn from(x: &'a Strength) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Strength0> for RefNode<'a>

source§

fn from(x: &'a Strength0) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Strength1> for RefNode<'a>

source§

fn from(x: &'a Strength1) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StringLiteral> for RefNode<'a>

source§

fn from(x: &'a StringLiteral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StructUnion> for RefNode<'a>

source§

fn from(x: &'a StructUnion) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StructUnionMember> for RefNode<'a>

source§

fn from(x: &'a StructUnionMember) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StructurePatternKey> for RefNode<'a>

source§

fn from(x: &'a StructurePatternKey) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCall> for RefNode<'a>

source§

fn from(x: &'a SubroutineCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCallRandomize> for RefNode<'a>

source§

fn from(x: &'a SubroutineCallRandomize) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCallStatement> for RefNode<'a>

source§

fn from(x: &'a SubroutineCallStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCallStatementFunction> for RefNode<'a>

source§

fn from(x: &'a SubroutineCallStatementFunction) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Symbol> for RefNode<'a>

source§

fn from(x: &'a Symbol) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCall> for RefNode<'a>

source§

fn from(x: &'a SystemTfCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCallArgDataType> for RefNode<'a>

source§

fn from(x: &'a SystemTfCallArgDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCallArgExpression> for RefNode<'a>

source§

fn from(x: &'a SystemTfCallArgExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCallArgOptional> for RefNode<'a>

source§

fn from(x: &'a SystemTfCallArgOptional) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfIdentifier> for RefNode<'a>

source§

fn from(x: &'a SystemTfIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTimingCheck> for RefNode<'a>

source§

fn from(x: &'a SystemTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TPathDelayExpression> for RefNode<'a>

source§

fn from(x: &'a TPathDelayExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaggedUnionExpression> for RefNode<'a>

source§

fn from(x: &'a TaggedUnionExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskBodyDeclaration> for RefNode<'a>

source§

fn from(x: &'a TaskBodyDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNode<'a>

source§

fn from(x: &'a TaskBodyDeclarationWithPort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskBodyDeclarationWithoutPort> for RefNode<'a>

source§

fn from(x: &'a TaskBodyDeclarationWithoutPort) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskDeclaration> for RefNode<'a>

source§

fn from(x: &'a TaskDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskIdentifier> for RefNode<'a>

source§

fn from(x: &'a TaskIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskPrototype> for RefNode<'a>

source§

fn from(x: &'a TaskPrototype) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TerminalIdentifier> for RefNode<'a>

source§

fn from(x: &'a TerminalIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroDefinition> for RefNode<'a>

source§

fn from(x: &'a TextMacroDefinition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroIdentifier> for RefNode<'a>

source§

fn from(x: &'a TextMacroIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroName> for RefNode<'a>

source§

fn from(x: &'a TextMacroName) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroUsage> for RefNode<'a>

source§

fn from(x: &'a TextMacroUsage) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfCall> for RefNode<'a>

source§

fn from(x: &'a TfCall) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfIdentifier> for RefNode<'a>

source§

fn from(x: &'a TfIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfItemDeclaration> for RefNode<'a>

source§

fn from(x: &'a TfItemDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortDeclaration> for RefNode<'a>

source§

fn from(x: &'a TfPortDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortDirection> for RefNode<'a>

source§

fn from(x: &'a TfPortDirection) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortItem> for RefNode<'a>

source§

fn from(x: &'a TfPortItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortList> for RefNode<'a>

source§

fn from(x: &'a TfPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Threshold> for RefNode<'a>

source§

fn from(x: &'a Threshold) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeLiteral> for RefNode<'a>

source§

fn from(x: &'a TimeLiteral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeLiteralFixedPoint> for RefNode<'a>

source§

fn from(x: &'a TimeLiteralFixedPoint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeLiteralUnsigned> for RefNode<'a>

source§

fn from(x: &'a TimeLiteralUnsigned) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeUnit> for RefNode<'a>

source§

fn from(x: &'a TimeUnit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimecheckCondition> for RefNode<'a>

source§

fn from(x: &'a TimecheckCondition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimescaleCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a TimescaleCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeskewTimingCheck> for RefNode<'a>

source§

fn from(x: &'a TimeskewTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimestampCondition> for RefNode<'a>

source§

fn from(x: &'a TimestampCondition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclaration> for RefNode<'a>

source§

fn from(x: &'a TimeunitsDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeprecision> for RefNode<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeprecision) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeprecisionTimeunit> for RefNode<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeprecisionTimeunit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeunit> for RefNode<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeunit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeunitTimeprecision> for RefNode<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeunitTimeprecision) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckCondition> for RefNode<'a>

source§

fn from(x: &'a TimingCheckCondition) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckConditionParen> for RefNode<'a>

source§

fn from(x: &'a TimingCheckConditionParen) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckEvent> for RefNode<'a>

source§

fn from(x: &'a TimingCheckEvent) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckEventControl> for RefNode<'a>

source§

fn from(x: &'a TimingCheckEventControl) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckLimit> for RefNode<'a>

source§

fn from(x: &'a TimingCheckLimit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TopmoduleIdentifier> for RefNode<'a>

source§

fn from(x: &'a TopmoduleIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransItem> for RefNode<'a>

source§

fn from(x: &'a TransItem) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransList> for RefNode<'a>

source§

fn from(x: &'a TransList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeList> for RefNode<'a>

source§

fn from(x: &'a TransRangeList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeListArrow> for RefNode<'a>

source§

fn from(x: &'a TransRangeListArrow) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeListAsterisk> for RefNode<'a>

source§

fn from(x: &'a TransRangeListAsterisk) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeListEqual> for RefNode<'a>

source§

fn from(x: &'a TransRangeListEqual) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransSet> for RefNode<'a>

source§

fn from(x: &'a TransSet) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeAssignment> for RefNode<'a>

source§

fn from(x: &'a TypeAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclaration> for RefNode<'a>

source§

fn from(x: &'a TypeDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationDataType> for RefNode<'a>

source§

fn from(x: &'a TypeDeclarationDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationInterface> for RefNode<'a>

source§

fn from(x: &'a TypeDeclarationInterface) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationKeyword> for RefNode<'a>

source§

fn from(x: &'a TypeDeclarationKeyword) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationReserved> for RefNode<'a>

source§

fn from(x: &'a TypeDeclarationReserved) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeIdentifier> for RefNode<'a>

source§

fn from(x: &'a TypeIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeReference> for RefNode<'a>

source§

fn from(x: &'a TypeReference) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeReferenceDataType> for RefNode<'a>

source§

fn from(x: &'a TypeReferenceDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeReferenceExpression> for RefNode<'a>

source§

fn from(x: &'a TypeReferenceExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpAnsiDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpAnsiDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpBody> for RefNode<'a>

source§

fn from(x: &'a UdpBody) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationAnsi> for RefNode<'a>

source§

fn from(x: &'a UdpDeclarationAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationExternAnsi> for RefNode<'a>

source§

fn from(x: &'a UdpDeclarationExternAnsi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationExternNonansi> for RefNode<'a>

source§

fn from(x: &'a UdpDeclarationExternNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationNonansi> for RefNode<'a>

source§

fn from(x: &'a UdpDeclarationNonansi) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationPortList> for RefNode<'a>

source§

fn from(x: &'a UdpDeclarationPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationWildcard> for RefNode<'a>

source§

fn from(x: &'a UdpDeclarationWildcard) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpIdentifier> for RefNode<'a>

source§

fn from(x: &'a UdpIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInitialStatement> for RefNode<'a>

source§

fn from(x: &'a UdpInitialStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInputDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpInputDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInstance> for RefNode<'a>

source§

fn from(x: &'a UdpInstance) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInstantiation> for RefNode<'a>

source§

fn from(x: &'a UdpInstantiation) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpNonansiDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpNonansiDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpOutputDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpOutputDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpOutputDeclarationNonreg> for RefNode<'a>

source§

fn from(x: &'a UdpOutputDeclarationNonreg) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpOutputDeclarationReg> for RefNode<'a>

source§

fn from(x: &'a UdpOutputDeclarationReg) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpPortDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpPortDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpPortList> for RefNode<'a>

source§

fn from(x: &'a UdpPortList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpRegDeclaration> for RefNode<'a>

source§

fn from(x: &'a UdpRegDeclaration) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnaryModulePathOperator> for RefNode<'a>

source§

fn from(x: &'a UnaryModulePathOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnaryOperator> for RefNode<'a>

source§

fn from(x: &'a UnaryOperator) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnbasedUnsizedLiteral> for RefNode<'a>

source§

fn from(x: &'a UnbasedUnsizedLiteral) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnconnectedDriveCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a UnconnectedDriveCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UndefineCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a UndefineCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UndefineallCompilerDirective> for RefNode<'a>

source§

fn from(x: &'a UndefineallCompilerDirective) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UniquePriority> for RefNode<'a>

source§

fn from(x: &'a UniquePriority) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UniquenessConstraint> for RefNode<'a>

source§

fn from(x: &'a UniquenessConstraint) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Unit> for RefNode<'a>

source§

fn from(x: &'a Unit) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnpackedDimension> for RefNode<'a>

source§

fn from(x: &'a UnpackedDimension) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnpackedDimensionExpression> for RefNode<'a>

source§

fn from(x: &'a UnpackedDimensionExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnpackedDimensionRange> for RefNode<'a>

source§

fn from(x: &'a UnpackedDimensionRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnsignedNumber> for RefNode<'a>

source§

fn from(x: &'a UnsignedNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnsizedDimension> for RefNode<'a>

source§

fn from(x: &'a UnsizedDimension) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClause> for RefNode<'a>

source§

fn from(x: &'a UseClause) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClauseCell> for RefNode<'a>

source§

fn from(x: &'a UseClauseCell) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClauseCellNamed> for RefNode<'a>

source§

fn from(x: &'a UseClauseCellNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClauseNamed> for RefNode<'a>

source§

fn from(x: &'a UseClauseNamed) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ValueRange> for RefNode<'a>

source§

fn from(x: &'a ValueRange) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ValueRangeBinary> for RefNode<'a>

source§

fn from(x: &'a ValueRangeBinary) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Var> for RefNode<'a>

source§

fn from(x: &'a Var) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VarDataType> for RefNode<'a>

source§

fn from(x: &'a VarDataType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VarDataTypeVar> for RefNode<'a>

source§

fn from(x: &'a VarDataTypeVar) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableAssignment> for RefNode<'a>

source§

fn from(x: &'a VariableAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignment> for RefNode<'a>

source§

fn from(x: &'a VariableDeclAssignment) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignmentClass> for RefNode<'a>

source§

fn from(x: &'a VariableDeclAssignmentClass) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignmentDynamicArray> for RefNode<'a>

source§

fn from(x: &'a VariableDeclAssignmentDynamicArray) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignmentVariable> for RefNode<'a>

source§

fn from(x: &'a VariableDeclAssignmentVariable) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDimension> for RefNode<'a>

source§

fn from(x: &'a VariableDimension) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableIdentifier> for RefNode<'a>

source§

fn from(x: &'a VariableIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableIdentifierList> for RefNode<'a>

source§

fn from(x: &'a VariableIdentifierList) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableIdentifierListOrNull> for RefNode<'a>

source§

fn from(x: &'a VariableIdentifierListOrNull) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvalue> for RefNode<'a>

source§

fn from(x: &'a VariableLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvalueIdentifier> for RefNode<'a>

source§

fn from(x: &'a VariableLvalueIdentifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvalueLvalue> for RefNode<'a>

source§

fn from(x: &'a VariableLvalueLvalue) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvaluePattern> for RefNode<'a>

source§

fn from(x: &'a VariableLvaluePattern) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariablePortHeader> for RefNode<'a>

source§

fn from(x: &'a VariablePortHeader) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariablePortType> for RefNode<'a>

source§

fn from(x: &'a VariablePortType) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VectorScalar> for RefNode<'a>

source§

fn from(x: &'a VectorScalar) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VersionSpecifier> for RefNode<'a>

source§

fn from(x: &'a VersionSpecifier) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Virtual> for RefNode<'a>

source§

fn from(x: &'a Virtual) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatement> for RefNode<'a>

source§

fn from(x: &'a WaitStatement) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatementFork> for RefNode<'a>

source§

fn from(x: &'a WaitStatementFork) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatementOrder> for RefNode<'a>

source§

fn from(x: &'a WaitStatementOrder) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatementWait> for RefNode<'a>

source§

fn from(x: &'a WaitStatementWait) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WeightSpecification> for RefNode<'a>

source§

fn from(x: &'a WeightSpecification) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WeightSpecificationExpression> for RefNode<'a>

source§

fn from(x: &'a WeightSpecificationExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WhiteSpace> for RefNode<'a>

source§

fn from(x: &'a WhiteSpace) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WidthTimingCheck> for RefNode<'a>

source§

fn from(x: &'a WidthTimingCheck) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Wildcard> for RefNode<'a>

source§

fn from(x: &'a Wildcard) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WithCovergroupExpression> for RefNode<'a>

source§

fn from(x: &'a WithCovergroupExpression) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a XNumber> for RefNode<'a>

source§

fn from(x: &'a XNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ZNumber> for RefNode<'a>

source§

fn from(x: &'a ZNumber) -> RefNode<'a>

Converts to this type from the input type.
source§

impl<'a> IntoIterator for RefNode<'a>

§

type Item = RefNode<'a>

The type of the elements being iterated over.
§

type IntoIter = Iter<'a>

Which kind of iterator are we turning this into?
source§

fn into_iter(self) -> <RefNode<'a> as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
source§

impl<'a> PartialEq for RefNode<'a>

source§

fn eq(&self, other: &RefNode<'a>) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl<'a> StructuralPartialEq for RefNode<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for RefNode<'a>

§

impl<'a> Send for RefNode<'a>

§

impl<'a> Sync for RefNode<'a>

§

impl<'a> Unpin for RefNode<'a>

§

impl<'a> UnwindSafe for RefNode<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.