AjRools.Expert.Compiler.Parser.ParseWordLine C# (CSharp) Method

ParseWordLine() private method

private ParseWordLine ( string word ) : void
word string
return void
        private void ParseWordLine(string word)
        {
            this.SkipBlankLines();
            this.ParseName(word);
            this.ParseEndOfLine();
        }