Searched defs:RecognizerSharedState (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DRecognizerSharedState.js8 org.antlr.runtime.RecognizerSharedState = function() {
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognizerSharedState.pm1 package ANTLR::Runtime::RecognizerSharedState;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DRecognizerSharedState.cs49 public class RecognizerSharedState { class in namespace:Antlr.Runtime
151 public RecognizerSharedState() { method in class:Antlr.Runtime.RecognizerSharedState
159 public RecognizerSharedState(RecognizerSharedState state) { method in class:Antlr.Runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DRecognizerSharedState.cs50 public class RecognizerSharedState class in namespace:Antlr.Runtime
153 public RecognizerSharedState() method in class:Antlr.Runtime.RecognizerSharedState
162 public RecognizerSharedState( RecognizerSharedState state ) method in class:Antlr.Runtime.RecognizerSharedState
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DRecognizerSharedState.java38 public class RecognizerSharedState { class
120 public RecognizerSharedState() {;} method in class:RecognizerSharedState
122 public RecognizerSharedState(RecognizerSharedState state) { method in class:RecognizerSharedState
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddebug.rb63 RecognizerSharedState = Struct.new(
97 =begin rdoc ANTLR3::Debug::RecognizerSharedState
99 ANTLR3::Debug::RecognizerSharedState is identical to
100 ANTLR3::RecognizerSharedState, but adds additional fields used for recognizers
104 class RecognizerSharedState class in class:ANTLR3.Debug
162 options[ :state ] ||= Debug::RecognizerSharedState.new
H A Drecognizers.rb36 unless const_defined?( :RecognizerSharedState )
38 RecognizerSharedState = Struct.new(
54 =begin rdoc ANTLR3::RecognizerSharedState
93 class RecognizerSharedState class in class:ANTLR3
125 end # unless const_defined?( :RecognizerSharedState )
361 @state = options[ :state ] || RecognizerSharedState.new
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Drecognizers.py48 class RecognizerSharedState(object): class in inherits:object
162 state = RecognizerSharedState()
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 1019 milliseconds