Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammarHelper.cs46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in DebugTreeGrammar
71 localMemory[function.GetChild( 1 ).Text] = paramValue; in DebugTreeGrammar()
104 if ( localMemory.TryGetValue( name, out value ) && value != null ) in getValue()
DProfileTreeGrammarHelper.cs46 …private readonly IDictionary<string, BigInteger> localMemory = new Dictionary<string, BigInteger>(… field in ProfileTreeGrammar
71 localMemory[function.GetChild( 1 ).Text] = paramValue; in ProfileTreeGrammar()
104 if ( localMemory.TryGetValue( name, out value ) && value != null ) in getValue()