QL.QLController.QLController C# (CSharp) Method

QLController() public method

public QLController ( ) : System.Collections.Generic
return System.Collections.Generic
        public QLController()
        {
            LexerErrors = new List<string>();
            ParserErrors = new List<string>();
            Memory = new QLMemory();
            TypeChecker = new QLTypeChecker();
        }