AsmHighlighter.Lexer.Scanner.yy_pop_state C# (CSharp) Метод

yy_pop_state() приватный Метод

private yy_pop_state ( ) : void
Результат void
        internal void yy_pop_state()
        {
            // Protect against input errors that pop too far ...
            if (scStack.Count > 0) {
				int newSc = scStack.Pop();
				CurrentSc = newSc;
            } // Otherwise leave stack unchanged.
        }
 #endif // STACK