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

EmptyStatement() public method

public EmptyStatement ( Location location ) : System
location Location
return System
        public EmptyStatement(Location location)
            : base(location)
        {
        }