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

Lines Matching refs:stack

743     /// Return top of stack (return index).
1389 /// Stack of indexes used for push/pop calls
1878 /// Calling Mark() will push another of these on the markers stack.
1999 /// Calls to Mark() may be nested so we have to track a stack of them.
2000 /// The marker is an index into this stack. This is a List<TreeWalkState>.