virtual const char & getBlockString() const
get the block expression character
Definition: MATH_Block.h:64
This class is a node of expression tree with is a parent and a child.
Definition: MATH_NodeExpression.h:18
#define tBoolean
Definition: types.h:35
MATH_Block(void)
create
Definition: MATH_Block.cpp:3
void setBlockString(const char &c)
set the end block string
Definition: MATH_Block.h:56
virtual tBoolean isCompatible(const MATH_Block &block) const =0
return true if the two blocks are compatible
virtual ~MATH_Block(void)
destroy
Definition: MATH_Block.cpp:7
This class decribes a block.
Definition: MATH_Block.h:18