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

YieldStatement() public method

public YieldStatement ( Expression value, Location location ) : System
value Expression
location Location
return System
        public YieldStatement(Expression value, Location location)
            : base(value, location)
        {
            resumePoint = new ResumePoint();
        }