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

Lines Matching refs:stack

265          *  more information such as the stack frame with
476 * follow that rule reference on the stack; this amounts to
503 * that rule is pushed on a stack. Here are the various "local"
514 * and, hence, the follow context stack is:
629 // what is exact? it seems to only add sets from above on stack
814 /** <summary>Push a rule's follow set using our own hardcoded stack</summary> */
849 * to get it's rule stack trace.
858 StackFrame[] stack = trace.GetFrames() ?? new StackFrame[0];
860 for (int i = stack.Length - 1; i >= 0; i--)
862 StackFrame frame = stack[i];