#include "AST.h" bool TreeNode::isLitNode() const { return false; } bool LitNode::isLitNode() const { return true; }