Aurora.ScriptEngineParser.ON_ERROR_EVENT.ON_ERROR_EVENT C# (CSharp) Method

ON_ERROR_EVENT() public method

public ON_ERROR_EVENT ( Lexer yyl ) : System
yyl Tools.Lexer
return System
        public ON_ERROR_EVENT(Lexer yyl) : base(yyl)
        {
        }
ON_ERROR_EVENT