Home
last modified time | relevance | path

Searched refs:DebugEventSocketProxy (Results 1 – 25 of 27) sorted by relevance

12

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DParserDebugger.cs16 : this( parser, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT ) in ParserDebugger()
21 DebugEventSocketProxy proxy = new DebugEventSocketProxy( parser, port, null ); in ParserDebugger()
DDebugEventSocketProxy.cs52 public class DebugEventSocketProxy : BlankDebugEventListener class
73 public DebugEventSocketProxy( BaseRecognizer recognizer, ITreeAdaptor adaptor ) : in DebugEventSocketProxy() method in Antlr.Runtime.Debug.DebugEventSocketProxy
78 public DebugEventSocketProxy( BaseRecognizer recognizer, int port, ITreeAdaptor adaptor ) in DebugEventSocketProxy() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg91 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
150 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, input.TreeAdaptor );<\n>
152 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, null );<\n>
DASTDbg.stg65 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAda…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg90 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
143 DebugEventSocketProxy proxy =
144 new DebugEventSocketProxy(this, port, input.getTreeAdaptor());<\n>
146 DebugEventSocketProxy proxy =
147 new DebugEventSocketProxy(this, port, null);<\n>
DASTDbg.stg53 DebugEventSocketProxy proxy =
54 new DebugEventSocketProxy(this,port,<if(TREE_PARSER)>input.getTreeAdaptor()<else>adaptor<endif>);
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg92 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
151 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, input.TreeAdaptor );<\n>
153 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, null );<\n>
DASTDbg.stg61 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAda…
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugEventSocketProxy.cs53 public class DebugEventSocketProxy : BlankDebugEventListener { class
73 public DebugEventSocketProxy(BaseRecognizer recognizer, ITreeAdaptor adaptor) : in DebugEventSocketProxy() method in Antlr.Runtime.Debug.DebugEventSocketProxy
77 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, ITreeAdaptor adaptor) { in DebugEventSocketProxy() method in Antlr.Runtime.Debug.DebugEventSocketProxy
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
DDebugEventSocketProxy.java45 public class DebugEventSocketProxy extends BlankDebugEventListener { class
63 public DebugEventSocketProxy(BaseRecognizer recognizer, TreeAdaptor adaptor) { in DebugEventSocketProxy() method in DebugEventSocketProxy
67 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, TreeAdaptor adaptor) { in DebugEventSocketProxy() method in DebugEventSocketProxy
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DASTDbg.stg58 DebugEventSocketProxy proxy =
59 …[DebugEventSocketProxy newDebugEventSocketProxy:self, port, <if(TREE_PARSER)>[input getTreeAdaptor…
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs61 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() ) in DebugTreeGrammar()
67 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, input.TreeAdaptor ); in DebugTreeGrammar()
DDebugGrammarParser.cs59 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() ) in DebugGrammarParser()
68 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, adaptor ); in DebugGrammarParser()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python/
DDbg.stg52 proxy = DebugEventSocketProxy(self, adaptor=self.input.getTreeAdaptor(),
55 proxy = DebugEventSocketProxy(self, debug=debug_socket, port=port)<\n>
126 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
DASTDbg.stg50 proxy = DebugEventSocketProxy(self, adaptor=<if(TREE_PARSER)>self.input.getTreeAdaptor()<else>self.…
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Python3/
DDbg.stg52 proxy = DebugEventSocketProxy(self, adaptor=self.input.getTreeAdaptor(),
55 proxy = DebugEventSocketProxy(self, debug=debug_socket, port=port)<\n>
126 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
DASTDbg.stg50 proxy = DebugEventSocketProxy(self, adaptor=<if(TREE_PARSER)>self.input.getTreeAdaptor()<else>self.…
/external/antlr/runtime/ObjC/Framework/
DDebugEventSocketProxy.m27 #import "DebugEventSocketProxy.h"
34 @implementation DebugEventSocketProxy implementation
158 …sEqualToString:@"ack\n"]) @throw [NSException exceptionWithName:@"DebugEventSocketProxy" reason:@"…
DDebugEventSocketProxy.h38 @interface DebugEventSocketProxy : NSObject <DebugEventListener> {
DANTLR.h55 #import <ANTLR/DebugEventSocketProxy.h>
Dantlr3.h55 #import <ANTLR/DebugEventSocketProxy.h>
DDebugParser.m53 …debugger = [[DebugEventSocketProxy alloc] initWithGrammarName:[self grammarFileName] debuggerPort:…
DDebugTreeParser.m52 …debugger = [[DebugEventSocketProxy alloc] initWithGrammarName:[self grammarFileName] debuggerPort:…
/external/antlr/runtime/Python/antlr3/
Ddebug.py832 class DebugEventSocketProxy(DebugEventListener): class
844 super(DebugEventSocketProxy, self).__init__()
/external/antlr/runtime/Python3/antlr3/
Ddebug.py832 class DebugEventSocketProxy(DebugEventListener): class

12