Class Summary |
CLanguage |
Provides C-specific details such as the available data types |
CPPLanguage |
Provides C++-specific details such as the available data types |
CSLanguage |
Provides C#-specific details such as the available data types |
JavaLanguage |
Provides Java-specific details such as the available data types |
Language |
Serves as the base class for all the classes that provide
language-specific details such as the available data types |
LanguageFactory |
Serves as the factory and repository for all
Language classes that provide language-specific details |
PascalLanguage |
Provides Pascal-specific details such as the available data types |
VBLanguage |
Provides VB-specific details such as the available data types |