fr.umlv.corosol.component.impl
Class JDK1_5JArrayClass

java.lang.Object
  extended by fr.umlv.corosol.component.impl.JArrayClass
      extended by fr.umlv.corosol.component.impl.JDK1_5JArrayClass
All Implemented Interfaces:
JClass, JObject

public class JDK1_5JArrayClass
extends JArrayClass

A JDK1_5JArrayClass represents a JClass object for an array.

Author:
Christophe Deleray

Field Summary
 
Fields inherited from interface fr.umlv.corosol.component.JClass
CATEGORY1, CATEGORY2
 
Constructor Summary
JDK1_5JArrayClass(JClassLoader loader, java.lang.String name)
          Creates a new JDK1_5JArrayClass initialized with the specified class name and the specified class loader.
 
Method Summary
 java.lang.Class getNativeClass()
          Returns the java.lang.Class object equivalent to this JClass object.
 
Methods inherited from class fr.umlv.corosol.component.impl.JArrayClass
arrayCopy, copyValue, doGetfield, doGetstatic, doPutfield, doPutstatic, fieldCopy, getClassLoader, getComponentType, getComputationalType, getConstantPool, getDeclaredConstructors, getDeclaredField, getDeclaredFields, getDeclaredMethods, getInterfaces, getModifiers, getName, getSuperclass, isAbstract, isAnonymousClass, isArray, isAssignableFrom, isInterface, isJObject, isPrimitive, pop, push, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDK1_5JArrayClass

public JDK1_5JArrayClass(JClassLoader loader,
                         java.lang.String name)
Creates a new JDK1_5JArrayClass initialized with the specified class name and the specified class loader.

Parameters:
loader - the class loader of this class
name - the fully qualified name of the class
Method Detail

getNativeClass

public java.lang.Class getNativeClass()
Returns the java.lang.Class object equivalent to this JClass object.

Specified by:
getNativeClass in interface JClass
Overrides:
getNativeClass in class JArrayClass
Returns:
the java.lang.Class object equivalent to this JClass object
See Also:
Class