Class BreakupStatement#

Inheritance Relationships#

Base Types#

Class Documentation#

class BreakupStatement : public TransformAstTree, public PrePostTransformation#

Public Functions

inline BreakupStatement(int bs)#
virtual bool operator()(AstInterface &fa, const AstNodePtr &n, AstNodePtr &result)#

return true if asking the traversal to continue; false otherwise

inline AstNodePtr operator()(const AstNodePtr &root)#

Public Static Functions

static inline size_t get_breaksize()#
static void cmdline_configure(const std::vector<std::string> &argv, std::vector<std::string> *unknown_args = 0)#
static std::string cmdline_help()#