Searched defs:EnterAlt (Results 1 – 5 of 5) sorted by relevance
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ | ||
| D | IDebugEventListener.cs | 64 void EnterAlt(int alt); in EnterAlt() method |
| D | BlankDebugEventListener.cs | 59 public virtual void EnterAlt(int alt) { in EnterAlt() method in Antlr.Runtime.Debug.BlankDebugEventListener |
| D | DebugEventRepeater.cs | 62 public virtual void EnterAlt(int alt) { in EnterAlt() method in Antlr.Runtime.Debug.DebugEventRepeater |
| D | DebugEventHub.cs | 86 public virtual void EnterAlt(int alt) { in EnterAlt() method in Antlr.Runtime.Debug.DebugEventHub |
| D | DebugEventSocketProxy.cs | 157 public override void EnterAlt(int alt) { in EnterAlt() method in Antlr.Runtime.Debug.DebugEventSocketProxy |