37 const arr& getOrigin()
const;
38 const narr& getElems()
const BY_CONST_FUNC(_getElems())
Function or object evaluation arguments
Definition args.hpp:22
Scripted array container for byeol language
Definition arr.hpp:15
Base class for representing byeol objects
Definition baseObj.hpp:73
Definition coreInternal.hpp:39
Array literal expression
Definition defArrayExpr.hpp:18
str infer() const override
const baseObj * getArrayType() const
Gets the type of the array elements after type promotion.
Type information for expression nodes
Definition expr.hpp:45
Base class for all expressions
Definition expr.hpp:36
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
Core class for runtime type information in byeol language
Definition type.hpp:100