26 nbool isValid()
const;
27 virtual obj& getPack();
28 const obj& getPack()
const BY_CONST_FUNC(getPack())
31 void addDependent(me& dependent);
32 void addDependent(me* it) BY_SIDE_FUNC(addDependent)
37 scope& subs()
override;
39 using super::prioritize;
43 str run(
const args& a)
override;
48 virtual nbool _invalidate();
49 void _setValid(nbool valid);
Function call arguments container.
Definition: args.hpp:13
Base class for all AST nodes in byeol language.
Definition: node.hpp:30
Managed object in byeol programming environment.
Definition: obj.hpp:19
Pack slot for loading and management.
Definition: slot.hpp:16
str getEval() const override
Definition: tnbicontainer.hpp:8
pack manifest information
Definition: manifest.hpp:29
priorType
the lower value, the higher priority.
Definition: tpriorities.hpp:8