19 "Can only assign from a java_qualifierst using the same namespace");
29 return std::move(other);
63 jq->annotations.begin(),
64 jq->annotations.end(),
96 std::stringstream out;
114 out <<
'"' << value.get_name() <<
'"' <<
'=';
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
virtual void clear() override
virtual qualifierst & operator+=(const qualifierst &other) override
virtual std::string as_string() const override
virtual void write(typet &src) const override
virtual bool operator==(const qualifierst &other) const override
virtual std::size_t count() const override
virtual void read(const typet &src) override
c_qualifierst & operator=(const c_qualifierst &other)
virtual bool is_subset_of(const qualifierst &other) const override
virtual std::unique_ptr< qualifierst > clone() const override
virtual void read(const typet &src) override
virtual bool is_subset_of(const qualifierst &other) const override
virtual void write(typet &src) const override
virtual std::string as_string() const override
virtual bool operator==(const qualifierst &other) const override
virtual qualifierst & operator+=(const qualifierst &other) override
virtual std::size_t count() const override
virtual void clear() override
java_qualifierst & operator=(const java_qualifierst &other)
std::vector< java_annotationt > annotations
The type of an expression, extends irept.
std::string expr2java(const exprt &expr, const namespacet &ns)
Java-specific type qualifiers.
#define INVARIANT(CONDITION, REASON)
This macro uses the wrapper function 'invariant_violated_string'.