11 namespace expression {
31 std::vector<std::unique_ptr<Expression>> inputs;
std::string getOperator() const override
std::vector< std::optional< Value > > possibleOutputs() const override
bool operator==(const Expression &e) const override
EvaluationResult evaluate(const EvaluationContext ¶ms) const override
void eachChild(const std::function< void(const Expression &)> &visit) const override
Coercion(type::Type type_, std::vector< std::unique_ptr< Expression >> inputs_)
static ParseResult parse(const mbgl::style::conversion::Convertible &value, ParsingContext &ctx)
mbgl::Value serialize() const override
std::unique_ptr< Expression > string(std::unique_ptr< Expression >, std::unique_ptr< Expression > def=nullptr)
variant< NullType, NumberType, BooleanType, StringType, ColorType, ObjectType, ValueType, mapbox::util::recursive_wrapper< Array >, CollatorType, FormattedType, ErrorType, ImageType > Type
std::optional< std::unique_ptr< Expression > > ParseResult
mapbox::base::Value Value