27#ifndef IDLFE_AST_ARRAY_H_ 
   28#define IDLFE_AST_ARRAY_H_ 
   62    std::vector <Dim> dimensions_;
 
 
 
The array type descriptor.
 
const std::vector< Dim > & dimensions() const noexcept
 
bool operator==(const Array &rhs) const noexcept
Check types for equality.
 
bool operator==(const Type &rhs) const noexcept
Check types for equality.
 
Abstract Syntax Tree namespace.