![]() |
Spicy
|
#include <unresolved-operator.h>
Public Member Functions | |
UnresolvedOperator (operator_::Kind op, std::vector< Expression > operands, Meta meta=Meta()) | |
UnresolvedOperator (operator_::Kind op, hilti::node::Range< Expression > operands, Meta meta=Meta()) | |
auto | kind () const |
bool | areOperandsResolved () const |
bool | operator== (const UnresolvedOperator &other) const |
hilti::node::Range< Expression > | operands () const |
bool | isLhs () const |
bool | isTemporary () const |
const auto & | type () const |
auto | isConstant () const |
auto | isEqual (const Expression &other) const |
auto | properties () const |
![]() | |
NodeBase (Meta meta) | |
NodeBase (std::vector< Node > children, Meta meta) | |
template<typename T > | |
const T & | child (int i) const |
template<typename T > | |
void | assertChildIsA (int i) |
template<typename T > | |
auto | children (int begin, int end) const |
auto | childRefs (int begin, int end) |
template<typename T > | |
hilti::node::Set< T > | childrenOfType () const |
template<typename T > | |
std::vector< NodeRef > | childRefsOfType () const |
void | addChild (Node n) |
const auto & | children () const |
auto & | children () |
auto & | meta () const |
void | setMeta (Meta m) |
bool | pruneWalk () const |
AST node for an expression representing an unresolved operator usage.
|
inline |
Implements Expression
interface.
|
inline |
Implements Expression
interface.
|
inline |
Implements Expression
interface.
|
inline |
Implements Expression
interface.
|
inline |
Implements interface for use with OverloadRegistry
.
|
inline |
Implements Node
interface.
|
inline |
Implements Expression
interface.