|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.umlv.corosol.component.impl.DefaultJClass
fr.umlv.corosol.component.impl.JDK1_5JClass
public class JDK1_5JClass
A JDK1_5JClass represents a JClass object for an instance class.
| Field Summary |
|---|
| Fields inherited from interface fr.umlv.corosol.component.JClass |
|---|
CATEGORY1, CATEGORY2 |
| Constructor Summary | |
|---|---|
JDK1_5JClass(JClassLoader loader,
JClassFile classfile)
Creates a new JDK1_5JClass initialized with the specified class item containing the class datas 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.DefaultJClass |
|---|
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 |
|---|
public JDK1_5JClass(JClassLoader loader,
JClassFile classfile)
loader - the class loader of this classclassfile - the class item containing class data| Method Detail |
|---|
public java.lang.Class getNativeClass()
getNativeClass in interface JClassgetNativeClass in class DefaultJClassClass
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||