com.topcoder.shared.language
Class JavaLanguage

java.lang.Object
  |
  +--com.topcoder.shared.language.BaseLanguage
        |
        +--com.topcoder.shared.language.CStyleLanguage
              |
              +--com.topcoder.shared.language.JavaLanguage
All Implemented Interfaces:
java.lang.Cloneable, com.topcoder.shared.netCommon.CustomSerializable, Language, java.io.Serializable

public class JavaLanguage
extends CStyleLanguage

Represents the java language implementation of the Language Interface.

Author:
Logan Hanks
See Also:
Language, CStyleLanguage, Serialized Form

Field Summary
static java.lang.String DESCRIPTION
          Descriptor for the java language.
static int ID
          Identifier for the Java language.
static JavaLanguage JAVA_LANGUAGE
          Singleton instance for the java language.
 
Constructor Summary
JavaLanguage()
          Constructor for the Java 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

ID

public static final int ID
Identifier for the Java language.

See Also:
Constant Field Values

DESCRIPTION

public static java.lang.String DESCRIPTION
Descriptor for the java language.


JAVA_LANGUAGE

public static JavaLanguage JAVA_LANGUAGE
Singleton instance for the java language.

Constructor Detail

JavaLanguage

public JavaLanguage()
Constructor for the Java Language.