Searched defs:GetRuleInvocationStack (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs748 public virtual IList<string> GetRuleInvocationStack() { method in class:Antlr.Runtime.BaseRecognizer
749 return GetRuleInvocationStack(new StackTrace(true));
753 * A more general version of GetRuleInvocationStack where you can
758 public static IList<string> GetRuleInvocationStack(StackTrace trace) { method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs841 public virtual IList<string> GetRuleInvocationStack() method in class:Antlr.Runtime.BaseRecognizer
843 return GetRuleInvocationStack( new StackTrace(true) );
847 * A more general version of GetRuleInvocationStack where you can
852 public static IList<string> GetRuleInvocationStack(StackTrace trace) method in class:Antlr.Runtime.BaseRecognizer
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas775 /// such as the stack frame with GetRuleInvocationStack(e, this.GetType().Fullname)
833 //function GetRuleInvocationStack: IList<IANTLRInterface>; overload; function
836 /// A more general version of GetRuleInvocationStack where you can
846 //function GetRuleInvocationStack(const E: Exception;
2274 //function GetRuleInvocationStack: IList<IANTLRInterface>; overload; virtual; function
2275 //function GetRuleInvocationStack(const E: Exception; function

Completed in 2634 milliseconds