|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.topcoder.shared.language.BaseLanguage
|
+--com.topcoder.shared.language.CStyleLanguage
|
+--com.topcoder.shared.language.CPPLanguage
Represents the C++ language implementation of the Language Interface.
Language,
CStyleLanguage,
Serialized Form| Field Summary | |
static CPPLanguage |
CPP_LANGUAGE
Singleton instance for the C++ language. |
static java.lang.String |
DESCRIPTION
Descriptor for the C++ language. |
static int |
ID
Unique identifier for the C++ language. |
| Constructor Summary | |
CPPLanguage()
Constructor of the C++ language. |
|
| Methods inherited from class com.topcoder.shared.language.CStyleLanguage |
getMethodSignature |
| Methods inherited from class com.topcoder.shared.language.BaseLanguage |
customReadObject, customWriteObject, equals, getId, getLanguage, getName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ID
public static final java.lang.String DESCRIPTION
public static CPPLanguage CPP_LANGUAGE
| Constructor Detail |
public CPPLanguage()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||