Lines Matching full:value
43 virtual Value evaluate() const;
44 virtual Value::Type resultType() const { return Value::NumberValue; }
46 Value m_value;
53 virtual Value evaluate() const;
54 virtual Value::Type resultType() const { return Value::StringValue; }
56 Value m_value;
61 virtual Value evaluate() const;
62 virtual Value::Type resultType() const { return Value::NumberValue; }
72 virtual Value evaluate() const;
73 virtual Value::Type resultType() const { return Value::NumberValue; }
82 virtual Value evaluate() const;
84 virtual Value::Type resultType() const { return Value::BooleanValue; }
85 bool compare(const Value&, const Value&) const;
95 virtual Value::Type resultType() const { return Value::BooleanValue; }
97 virtual Value evaluate() const;
104 virtual Value evaluate() const;
105 virtual Value::Type resultType() const { return Value::NodeSetValue; }
114 bool isContextPositionSensitive() const { return m_expr->isContextPositionSensitive() || m_expr->resultType() == Value::NumberValue; }