Home
last modified time | relevance | path

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

/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DRecognizerSharedState.java39 public class RecognizerSharedState { class
121 public RecognizerSharedState() {} in RecognizerSharedState() method in RecognizerSharedState
124 public RecognizerSharedState(RecognizerSharedState state) { in RecognizerSharedState() method in RecognizerSharedState
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognizerSharedState.cs49 public class RecognizerSharedState { class
151 public RecognizerSharedState() { in RecognizerSharedState() method in Antlr.Runtime.RecognizerSharedState
159 public RecognizerSharedState(RecognizerSharedState state) { in RecognizerSharedState() method in Antlr.Runtime.RecognizerSharedState
/external/antlr/runtime/Ruby/lib/antlr3/
Drecognizers.rb38 RecognizerSharedState = Struct.new( constant
93 class RecognizerSharedState class
Ddebug.rb63 RecognizerSharedState = Struct.new( constant
104 class RecognizerSharedState class
/external/antlr/runtime/ObjC/Framework/
DRecognizerSharedState.m33 @implementation RecognizerSharedState implementation
61 + (RecognizerSharedState *) newRecognizerSharedState:(RecognizerSharedState *)aState
127 - (id) initWithState:(RecognizerSharedState *)aState
DTreeFilter.m186 + (TreeFilter *) newTreeFilter:(id<TreeNodeStream>)anInput State:(RecognizerSharedState *) aState
191 - (id) initWithStream:(id<TreeNodeStream>)anInput State:(RecognizerSharedState *)aState
DParser.m37 + (Parser *)newParser:(id<TokenStream>)anInput State:(RecognizerSharedState *)aState
50 - (id) initWithTokenStream:(id<TokenStream>)theStream State:(RecognizerSharedState *)aState
DTreeRewriter.m74 + (TreeRewriter *) newTreeRewriter:(id<TreeNodeStream>)anInput State:(RecognizerSharedState *)aState
98 - (id)initWithStream:(id<TreeNodeStream>)anInput State:(RecognizerSharedState *)aState
DTreeParser.m38 + (id) newTreeParser:(id<TreeNodeStream>)anInput State:(RecognizerSharedState *)theState
51 - (id) initWithStream:(id<TreeNodeStream>)theInput State:(RecognizerSharedState *)theState
DBaseRecognizer.m71 + (BaseRecognizer *) newBaseRecognizer:(RecognizerSharedState *)aState
141 - (id) initWithState:(RecognizerSharedState *)aState
213 - (void) setState:(RecognizerSharedState *) theState
DLexer.m48 - (id) initWithCharStream:(id<CharStream>)anInput State:(RecognizerSharedState *)aState
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DRecognizerSharedState.js8 org.antlr.runtime.RecognizerSharedState = function() { class in org.antlr.runtime
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as10 public class RecognizerSharedState { class in org.antlr.runtime
/external/antlr/runtime/Cpp/include/
Dantlr3recognizersharedstate.hpp55 class RecognizerSharedState : public ImplTraits::AllocPolicyType class
/external/antlr/runtime/Python/antlr3/
Drecognizers.py48 class RecognizerSharedState(object): class
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py46 class RecognizerSharedState(object): class