Searched refs:RecognizerSharedState (Results 1 - 25 of 68) sorted by relevance

123

/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
H A DAbstractTLexer.java8 import org.antlr.runtime.RecognizerSharedState;
41 this(input, new RecognizerSharedState());
50 public AbstractTLexer(CharStream input, RecognizerSharedState state) {
H A DAbstractTParser.java43 protected AbstractTParser(TokenStream input, RecognizerSharedState state) {
/external/smali/smali/src/main/java/org/jf/smali/
H A DLexerErrorInterface.java33 import org.antlr.runtime.RecognizerSharedState;
44 public ANTLRLexerWithErrorInterface(CharStream input, RecognizerSharedState state) {
/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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeFilter.cs88 : this( input, new RecognizerSharedState() )
91 public TreeFilter( ITreeNodeStream input, RecognizerSharedState state )
106 state = new RecognizerSharedState();
H A DTreeRewriter.cs44 : this(input, new RecognizerSharedState()) {
46 public TreeRewriter(ITreeNodeStream input, RecognizerSharedState state)
60 state = new RecognizerSharedState();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeFilter.cs43 : this( input, new RecognizerSharedState() )
46 public TreeFilter( ITreeNodeStream input, RecognizerSharedState state )
61 state = new RecognizerSharedState();
H A DTreeRewriter.cs50 : this( input, new RecognizerSharedState() )
53 public TreeRewriter( ITreeNodeStream input, RecognizerSharedState state )
70 state = new 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
H A DParser.cs50 public Parser(ITokenStream input, RecognizerSharedState state)
/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
H A DParser.cs53 public Parser( ITokenStream input, RecognizerSharedState state )
/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/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeFilter.java30 import org.antlr.runtime.RecognizerSharedState;
87 this(input, new RecognizerSharedState());
89 public TreeFilter(TreeNodeStream input, RecognizerSharedState state) {
99 state = new RecognizerSharedState();
H A DTreeRewriter.java30 import org.antlr.runtime.RecognizerSharedState;
45 this(input, new RecognizerSharedState());
47 public TreeRewriter(TreeNodeStream input, RecognizerSharedState state) {
57 state = new RecognizerSharedState();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugParser.cs55 public DebugParser(ITokenStream input, IDebugEventListener dbg, RecognizerSharedState state)
60 public DebugParser(ITokenStream input, RecognizerSharedState state)
H A DDebugTreeParser.cs59 public DebugTreeParser(ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state)
64 public DebugTreeParser(ITreeNodeStream input, RecognizerSharedState state)
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugParser.cs57 public DebugParser( ITokenStream input, IDebugEventListener dbg, RecognizerSharedState state )
63 public DebugParser( ITokenStream input, RecognizerSharedState state )
H A DDebugTreeParser.cs59 public DebugTreeParser( ITreeNodeStream input, IDebugEventListener dbg, RecognizerSharedState state )
65 public DebugTreeParser( ITreeNodeStream input, RecognizerSharedState state )
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugParser.java46 public DebugParser(TokenStream input, DebugEventListener dbg, RecognizerSharedState state) {
51 public DebugParser(TokenStream input, RecognizerSharedState state) {
H A DDebugTreeParser.java48 public DebugTreeParser(TreeNodeStream input, DebugEventListener dbg, RecognizerSharedState state) {
53 public DebugTreeParser(TreeNodeStream input, RecognizerSharedState state) {
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DRecognizerSharedState.pm1 package ANTLR::Runtime::RecognizerSharedState;
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DDbg.stg92 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
95 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
108 : this( input, new Profiler(null), new RecognizerSharedState() )
111 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
126 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
137 <@superClassRef>: base( input, dbg, new RecognizerSharedState() )<@end>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DDbg.stg91 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
94 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, int port, RecognizerSharedState state )
107 : this( input, new Profiler(null), new RecognizerSharedState() )
110 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state )
125 <actions.(actionScope).ctorModifier; null="public"> <name>( <inputStreamType> input, IDebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}> )
136 <@superClassRef>: base( input, dbg, new RecognizerSharedState() )<@end>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
H A DDbg.stg88 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
90 public <name>(<inputStreamType> input, int port, RecognizerSharedState state) {
102 this(input, new Profiler(null), new RecognizerSharedState());
104 public <name>(<inputStreamType> input, DebugEventListener dbg, RecognizerSharedState state) {
118 public <name>(<inputStreamType> input, DebugEventListener dbg, RecognizerSharedState state<grammar.delegators:{g|, <g.recognizerName> <g:delegateName()>}>) {
128 <@superClassRef>super(input, dbg, new RecognizerSharedState());<@end>

Completed in 594 milliseconds

123