Home
last modified time | relevance | path

Searched refs:IPrefixable (Results 1 – 4 of 4) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DIPrefixable.cs11 public interface IPrefixable interface
DReferenceValue.cs12 public sealed class ReferenceValue : Value, IPrefixable, IPositionAware<ReferenceValue>
DEntry.cs16 public class Entry : IPositionAware<Entry>, IWithPosition, IPrefixable, IInitable
/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DUsingsGraph.cs175 … SyntaxTreeHelpers.VisitSyntaxTree<IPrefixable>(description, x => x.Prefix(prefix)); in SetupScopeInDescription()