29 const std::string& getName()
const;
32 const node* getRight()
const BY_CONST_FUNC(getRight())
33 void setRight(
const node& rhs);
Function or object evaluation arguments
Definition args.hpp:22
Interface for objects that can be cloned
Definition clonable.hpp:13
Variable definition expression base class
Definition defVarExpr.hpp:18
node * getTo()
Gets the target node where the variable is to be defined.
const node * getTo() const BY_CONST_FUNC(getTo()) nbool isToFrame() const
Checks if the target node ('to') represents a frame.
Base class for all expressions
Definition expr.hpp:36
Access modifier for type members
Definition modifier.hpp:13
Base class for all AST nodes in the byeol language
Definition node.hpp:195
Source location information
Definition src.hpp:15
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16