Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:stacktrace

46     using StackTrace = System.Diagnostics.StackTrace;
843 return GetRuleInvocationStack( new StackTrace(true) );
848 * pass in the StackTrace of, for example, a RecognitionException
852 public static IList<string> GetRuleInvocationStack(StackTrace trace)