#include <compchecker.h>
List of all members.
Public Methods |
|
virtual bool | isCompatible (const def::TDef *, const def::TDef *)=0 |
Tests whether both type definitions are compatible each other. More... |
|
virtual bool | isCompatible (const expr::TExpression *, const expr::TExpression *)=0 |
Tests whether both expressions are compatible each other. More... |
|
virtual bool | isCompatible (const expr::TExpression *, const def::TDef *)=0 |
Tests whether given expression is compatible to given type definition. More... |
Definition at line 29 of file compchecker.h.
|
Tests whether given expression is compatible to given type definition. |
|
Tests whether both expressions are compatible each other. |
|
Tests whether both type definitions are compatible each other. |