22 std::ostream &
print(std::ostream &out)
const override;
A proper type representing an absent record field.
Definition: TipAbsentField.h:12
bool operator==(const TipType &other) const override
Definition: TipAbsentField.cpp:8
TipAbsentField()
Definition: TipAbsentField.cpp:6
std::ostream & print(std::ostream &out) const override
Definition: TipAbsentField.cpp:21
bool operator!=(const TipType &other) const override
Definition: TipAbsentField.cpp:17
void accept(TipTypeVisitor *visitor) override
Definition: TipAbsentField.cpp:27
Abstract base class for all proper types.
Definition: TipCons.h:14
Base class for TIP type visitors.
Definition: TipTypeVisitor.h:24
Abstract base class of all types.
Definition: TipType.h:19