Package com.topcoder.shared.language

Interface Summary
Language The interface for the implementation of all the semantics associated with a supported programming language.
 

Class Summary
BaseLanguage The BaseLanguage class is the implementation of all the semantics associated with a supported programming language.
CPPLanguage Represents the C++ language implementation of the Language Interface.
CSharpLanguage Represents the C# language implementation of the Language Interface.
CStyleLanguage A ``C-style'' language is one in which method signatures are specified as return-type method-name (params...).
JavaLanguage Represents the java language implementation of the Language Interface.