Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DExecuteCommand.cs55 …public ExecuteCommand(Monitor monitor, string name, string noun, Func<VariableToken, Token> getVar… in ExecuteCommand()
62 private readonly string noun; field in Antmicro.Renode.UserInterface.Commands.ExecuteCommand
DSetCommand.cs93 private readonly String noun; field in Antmicro.Renode.UserInterface.Commands.SetCommand
95 …public SetCommand(Monitor monitor, String name, string noun, Action<string, Token> setVariable, Ac… in SetCommand() argument