29 const std::string& getName()
const;
33 void setRight(
const node& rhs);
Function or object evaluation arguments
Definition args.hpp:22
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