18 template<
class NodeType>
28 return (outerNode->getMetaInfo().getState() == (innerNode->getMetaInfo().getState() + 1));
NodeType
Enum of possible Nodes in parsing tree.
Abstract base class for different kinds of events.
simple NodeCompatibilityChecker, which checks for compatible Neighboring states of passed nodes (does...
bool areCompatible(NodeType *outerNode, NodeType *innerNode)
returns true, if state of outerNode is state of innerNode +1.