Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs230 public static readonly Parser<string> MonitorStatement = field in Antmicro.Renode.PlatformDescription.Syntax.Grammar
236 from firstLine in MonitorStatement
237 from rest in Separator.Then(x => MonitorStatement).XMany()