/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | ParserDebugger.cs | 16 : this( parser, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT ) in ParserDebugger() 21 DebugEventSocketProxy proxy = new DebugEventSocketProxy( parser, port, null ); in ParserDebugger()
|
D | DebugEventSocketProxy.cs | 52 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/ |
D | Dbg.stg | 91 : 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>
|
D | ASTDbg.stg | 65 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAda…
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | Dbg.stg | 92 : 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>
|
D | ASTDbg.stg | 61 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/ |
D | Dbg.stg | 88 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>
|
D | ASTDbg.stg | 53 DebugEventSocketProxy proxy = 54 … new DebugEventSocketProxy(this,port,<if(TREE_PARSER)>input.getTreeAdaptor()<else>adaptor<endif>);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugEventSocketProxy.cs | 53 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/ |
D | DebugEventSocketProxy.java | 45 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/ |
D | DebugTreeGrammar.cs | 61 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() ) in DebugTreeGrammar() 67 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, input.TreeAdaptor ); in DebugTreeGrammar()
|
D | DebugGrammarParser.cs | 59 : 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/ |
D | Dbg.stg | 52 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());
|
D | ASTDbg.stg | 50 proxy = DebugEventSocketProxy(self, adaptor=<if(TREE_PARSER)>self.input.getTreeAdaptor()<else>self.…
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | debug.py | 832 class DebugEventSocketProxy(DebugEventListener): class 844 super(DebugEventSocketProxy, self).__init__()
|
/external/doclava/src/com/google/doclava/parser/ |
D | JavaParser.java | 30 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()
|