Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/Syntax/
DGrammar.cs423 public static Parser<string> MakeKeyword(string keyword) in MakeKeyword() method in Antmicro.Renode.PlatformDescription.Syntax.Grammar
429 public static Parser<T> MakeKeyword<T>(string keyword, T obj) in MakeKeyword() method in Antmicro.Renode.PlatformDescription.Syntax.Grammar