Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileTreeGrammarHelper.cs44 private List<CommonTree> functionDefinitions; field in Antlr3.Runtime.Test.BuildOptions.ProfileTreeGrammar
54 public ProfileTreeGrammar(CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions) in ProfileTreeGrammar()
66 List<CommonTree> functionDefinitions, in ProfileTreeGrammar()
DDebugTreeGrammarHelper.cs44 private List<CommonTree> functionDefinitions; field in Antlr3.Runtime.Test.BuildOptions.DebugTreeGrammar
54 public DebugTreeGrammar(CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions) in DebugTreeGrammar()
66 List<CommonTree> functionDefinitions, in DebugTreeGrammar()
DProfileGrammarParserHelper.cs41 List<CommonTree> functionDefinitions = new List<CommonTree>(); field in Antlr3.Runtime.Test.BuildOptions.ProfileGrammarParser
DDebugGrammarParserHelper.cs41 List<CommonTree> functionDefinitions = new List<CommonTree>(); field in Antlr3.Runtime.Test.BuildOptions.DebugGrammarParser