19 const std::string& asStr()
const override;
20 nchar asChar()
const override;
21 nint asInt()
const override;
22 nbool asBool()
const override;
23 const type& getType()
const override;
24 nbool isExist()
const override;
Core AST node for leaf configuration language.
Definition: leaf.hpp:12
Null leaf node representing empty or undefined values.
Definition: nulLeaf.hpp:12
Base class for runtime type information in byeol language.
Definition: type.hpp:12