/** * Represents the construction of an struct object, such as "Color(red, green, blue, 1)".
*/ class ConstructorStruct final : public MultiArgumentConstructor { public: inlinestatic constexpr Kind kIRNodeKind = Kind::kConstructorStruct;
// ConstructorStruct::Convert will typecheck and create struct-constructor expressions. // Reports errors via the ErrorReporter; returns null on error. static std::unique_ptr<Expression> Convert(const Context& context,
Position pos, const Type& type,
ExpressionArray args);
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.