HomeSort by relevance Sort by last modified time
    Searched full:debugeventsocketproxy (Results 1 - 18 of 18) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 61 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAdaptor<else>adaptor<endif> );
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>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTDbg.stg 53 DebugEventSocketProxy proxy =
54 new DebugEventSocketProxy(this,port,<if(TREE_PARSER)>input.getTreeAdaptor()<else>adaptor<endif>);
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>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg 65 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAdaptor<else>adaptor<endif> );
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>
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
ASTDbg.stg 50 proxy = DebugEventSocketProxy(self, adaptor=<if(TREE_PARSER)>self.input.getTreeAdaptor()<else>self._adaptor<endif>,
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());
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 53 public class DebugEventSocketProxy : BlankDebugEventListener {
73 public DebugEventSocketProxy(BaseRecognizer recognizer, ITreeAdaptor adaptor) :
77 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, ITreeAdaptor adaptor) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 52 public class DebugEventSocketProxy : BlankDebugEventListener
73 public DebugEventSocketProxy( BaseRecognizer recognizer, ITreeAdaptor adaptor ) :
78 public DebugEventSocketProxy( BaseRecognizer recognizer, int port, ITreeAdaptor adaptor )
Antlr3.Runtime.Debug.csproj 50 <Compile Include="DebugEventSocketProxy.cs" />
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventSocketProxy.java 45 public class DebugEventSocketProxy extends BlankDebugEventListener {
63 public DebugEventSocketProxy(BaseRecognizer recognizer, TreeAdaptor adaptor) {
67 public DebugEventSocketProxy(BaseRecognizer recognizer, int port, TreeAdaptor adaptor) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
Antlr3.Runtime (VS2005).csproj 115 <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" />
Antlr3.Runtime (VS2008).csproj 142 <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" />
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 61 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
67 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, input.TreeAdaptor );
DebugGrammarParser.cs 59 : this( input, DebugEventSocketProxy.DefaultDebuggerPort, new RecognizerSharedState() )
68 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, adaptor );
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 832 class DebugEventSocketProxy(DebugEventListener):
844 super(DebugEventSocketProxy, self).__init__()
    [all...]
  /external/doclava/src/com/google/doclava/parser/
JavaParser.java 30 import org.antlr.runtime.debug.DebugEventSocketProxy;
432 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
438 DebugEventSocketProxy proxy =
439 new DebugEventSocketProxy(this, port, null);
    [all...]

Completed in 1366 milliseconds