Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRRecognizerSharedState.h40 …ANTLRRuleStack *ruleMemo; // store previous results of matching rules so we don't have to do it … variable
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRRecognizerSharedState.h41 …__strong ANTLRRuleStack *ruleMemo; // store previous results of matching rules so we don't have to… variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRRecognizerSharedState.h40 …ANTLRRuleStack *ruleMemo; // store previous results of matching rules so we don't have to do it … variable
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRRecognizerSharedState.h40 …ANTLRRuleStack *ruleMemo; // store previous results of matching rules so we don't have to do it … variable
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as52 public var ruleMemo:Array; variable in org.antlr.runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java80 public Map[] ruleMemo; field in RecognizerSharedState
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognizerSharedState.cs105 public IDictionary<int, int>[] ruleMemo; field in Antlr.Runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognizerSharedState.cs107 public IDictionary<int, int>[] ruleMemo; field in Antlr.Runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3recognizersharedstate.h120 pANTLR3_INT_TRIE ruleMemo; member