Home
last modified time | relevance | path

Searched defs:RecognizerSharedState (Results 1 – 17 of 17) 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/CSharp3/Sources/Antlr3.Runtime/
DRecognizerSharedState.cs50 public class RecognizerSharedState class
153 public RecognizerSharedState() in RecognizerSharedState() method in Antlr.Runtime.RecognizerSharedState
162 public RecognizerSharedState( RecognizerSharedState state ) in RecognizerSharedState() method in Antlr.Runtime.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
62 {
128 {
DTreeFilter.m187 {
192 {
DParser.m38 {
51 {
DTreeRewriter.m75 {
99 {
DTreeParser.m39 {
52 {
DBaseRecognizer.m72 {
142 {
214 {
DLexer.m49 {
/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