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

Lines Matching refs:trace

849          *  to get it's rule stack trace.
852 public static IList<string> GetRuleInvocationStack(StackTrace trace)
854 if (trace == null)
855 throw new ArgumentNullException("trace");
858 StackFrame[] stack = trace.GetFrames() ?? new StackFrame[0];