// Creates a potentially-simplified form of the if-statement. Typechecks and coerces the test // expression; reports errors via ErrorReporter. static std::unique_ptr<Statement> Convert(const Context& context,
Position pos,
std::unique_ptr<Expression> test,
std::unique_ptr<Statement> ifTrue,
std::unique_ptr<Statement> ifFalse);
// Creates a potentially-simplified form of the if-statement; reports errors via ASSERT. static std::unique_ptr<Statement> Make(const Context& context,
Position pos,
std::unique_ptr<Expression> test,
std::unique_ptr<Statement> ifTrue,
std::unique_ptr<Statement> ifFalse);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.