AsmHighlighter.Lexer.ScanBase.yylex C# (CSharp) Method

yylex() public abstract method

public abstract yylex ( ) : int
return int
        public abstract int yylex();
        protected abstract int CurrentSc { get; set; }
ScanBase