Home
last modified time | relevance | path

Searched defs:ObjectValue (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DObjectValue.cs15 public class ObjectValue : Value, IInitable class
17 public ObjectValue(StringWithPosition typeName, IEnumerable<Attribute> attributes) in ObjectValue() method in Antmicro.Renode.PlatformDescription.Syntax.ObjectValue
DGrammar.cs175 public static readonly Parser<ObjectValue> ObjectValue = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar