Searched refs:DEFAULT_DEBUGGER_PORT (Results 1 – 13 of 13) sorted by relevance
46 public static final int DEFAULT_DEBUGGER_PORT = 49100; // was 49153 field in DebugEventSocketProxy47 protected int port = DEFAULT_DEBUGGER_PORT;64 this(recognizer, DEFAULT_DEBUGGER_PORT, adaptor); in DebugEventSocketProxy()
16 : this( parser, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT ) in ParserDebugger()
54 #define DEFAULT_DEBUGGER_PORT 0xBFCC; macro
36 #define DEFAULT_DEBUGGER_PORT 0xC001 macro
36 #define DEFAULT_DEBUGGER_PORT 49001 macro
44 return [self initWithGrammarName:nil debuggerPort:DEFAULT_DEBUGGER_PORT];53 if (aPort == -1) aPort = DEFAULT_DEBUGGER_PORT;
840 DEFAULT_DEBUGGER_PORT = 49100 variable in DebugEventSocketProxy853 self.port = port or self.DEFAULT_DEBUGGER_PORT
88 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
126 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState());
141 delboy->port = DEFAULT_DEBUGGER_PORT; in antlr3DebugListenerNew()
432 this(input, DebugEventSocketProxy.DEFAULT_DEBUGGER_PORT, new RecognizerSharedState()); in JavaParser()