Boo.Lang.Parser.BooParserBase.EmitTransientKeywordDeprecationWarning C# (CSharp) Method

EmitTransientKeywordDeprecationWarning() protected abstract method

protected abstract EmitTransientKeywordDeprecationWarning ( LexicalInfo location ) : void
location LexicalInfo
return void
        protected abstract void EmitTransientKeywordDeprecationWarning(LexicalInfo location);
BooParserBase