#include
Inheritance diagram for cbl::codetree::IPlatform:
Public Methods |
|
virtual swl::IErrorMgr * | errorMgr () const=0 |
virtual IMethodMatcher * | methodMatcher ()=0 |
virtual ICompatibilityChecker * | compChecker ()=0 |
virtual IDefProvider * | defProvider ()=0 |
Definition at line 33 of file platform.h.
|
compChecker() provides you with methods checking the compatibility of symbols given as parameter. |
|
defProvider() provides you with the language dependent definitions. |
|
errorMgr() returns the error manager object to be used in this platform. Implemented in cbl::TParser. |
|
matcher() provides you with method matching rules, as wanted by the implementor. |