Babel.Compiler.StatementList.StatementList C# (CSharp) Method

StatementList() public method

public StatementList ( Location location ) : System
location Location
return System
        public StatementList(Location location)
            : base(location)
        {
            localVariables = new Hashtable();
        }