Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/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/antlr-3.4/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/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DDbg.stg88 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
141 DebugEventSocketProxy proxy =
142 new DebugEventSocketProxy(this, port, input.getTreeAdaptor());<\n>
144 DebugEventSocketProxy proxy =
145 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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/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/antlr-3.4/runtime/Python/antlr3/
Ddebug.py832 class DebugEventSocketProxy(DebugEventListener): class
844 super(DebugEventSocketProxy, self).__init__()
/external/doclava/src/com/google/doclava/parser/
DJavaParser.java30 import org.antlr.runtime.debug.DebugEventSocketProxy;
432 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState()); in JavaParser()
438 DebugEventSocketProxy proxy = in JavaParser()
439 new DebugEventSocketProxy(this, port, null); in JavaParser()
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...