![]() |
Spicy
|
#include <map.h>
Public Member Functions | |
Iterator (Type ktype, Type vtype, bool const_, Meta m=Meta()) | |
Iterator (Wildcard, bool const_=true, Meta m=Meta()) | |
const Type & | keyType () const |
const Type & | valueType () const |
bool | isConstant () const |
auto | isEqual (const Type &other) const |
auto | _isResolved (ResolvedState *rstate) const |
const Type & | dereferencedType () const |
auto | isWildcard () const |
auto | typeParameters () const |
auto | properties () const |
bool | operator== (const Iterator &other) const |
![]() | |
NodeBase (Meta meta) | |
NodeBase (std::vector< Node > childs, Meta meta) | |
template<typename T > | |
const T & | child (int i) const |
template<typename T > | |
void | assertChildIsA (int i) |
template<typename T > | |
auto | childs (int begin, int end) const |
auto | childRefs (int begin, int end) |
template<typename T > | |
hilti::node::Set< T > | childsOfType () const |
template<typename T > | |
std::vector< NodeRef > | childRefsOfType () const |
void | addChild (Node n) |
const auto & | childs () const |
auto & | childs () |
auto & | meta () const |
void | setMeta (Meta m) |
bool | pruneWalk () const |
AST node for a map iterator type.
|
inline |
Implements the Type
interface.
|
inline |
Implements the Type
interface.
|
inline |
Returns true if the container elements aren't modifiable.
|
inline |
Implements the Type
interface.
|
inline |
Implements the Type
interface.
|
inline |
Implements the Node
interface.
|
inline |
Implements the Type
interface.