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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammarParserHelper.cs39 List<CommonTree> functionDefinitions = new List<CommonTree>(); field in class:DebugGrammarParser
H A DProfileGrammarParserHelper.cs39 List<CommonTree> functionDefinitions = new List<CommonTree>(); field in class:ProfileGrammarParser
H A DDebugTreeGrammarHelper.cs42 private List<CommonTree> functionDefinitions; field in class:DebugTreeGrammar
52 public DebugTreeGrammar( CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions )
55 this.functionDefinitions = functionDefinitions;
64 List<CommonTree> functionDefinitions,
68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions )
80 foreach ( CommonTree f in functionDefinitions )
63 DebugTreeGrammar( CommonTree function, List<CommonTree> functionDefinitions, IDictionary<string, BigInteger> globalMemory, BigInteger paramValue ) argument
H A DProfileTreeGrammarHelper.cs42 private List<CommonTree> functionDefinitions; field in class:ProfileTreeGrammar
52 public ProfileTreeGrammar( CommonTreeNodeStream nodes, List<CommonTree> functionDefinitions )
55 this.functionDefinitions = functionDefinitions;
64 List<CommonTree> functionDefinitions,
68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions )
80 foreach ( CommonTree f in functionDefinitions )
63 ProfileTreeGrammar( CommonTree function, List<CommonTree> functionDefinitions, IDictionary<string, BigInteger> globalMemory, BigInteger paramValue ) argument

Completed in 682 milliseconds