|
|||||||||
Home >> All >> ClassLib >> [ Common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
ClassLib.Common
Interface Interface

- All Known Implementing Classes:
- InterfaceImpl, NullInterfaceImpl
- public interface Interface
Interface
- Version:
- $Id: Interface.java,v 1.16 2003/03/05 08:38:58 joewhaley Exp $
Method Detail |
getImplementationClassDescs
public java.util.Iterator getImplementationClassDescs(UTF.Utf8 desc)
getObjectTraverser
public Bootstrap.ObjectTraverser getObjectTraverser()
createNewClass
public java.lang.Class createNewClass(Clazz.jq_Type f)
createNewConstructor
public java.lang.reflect.Constructor createNewConstructor(Clazz.jq_Initializer f)
initNewConstructor
public void initNewConstructor(java.lang.reflect.Constructor dis, Clazz.jq_Initializer f)
createNewField
public java.lang.reflect.Field createNewField(Clazz.jq_Field f)
initNewField
public void initNewField(java.lang.reflect.Field dis, Clazz.jq_Field f)
createNewMethod
public java.lang.reflect.Method createNewMethod(Clazz.jq_Method f)
initNewMethod
public void initNewMethod(java.lang.reflect.Method dis, Clazz.jq_Method f)
getJQField
public Clazz.jq_Field getJQField(java.lang.reflect.Field f)
getJQInitializer
public Clazz.jq_Initializer getJQInitializer(java.lang.reflect.Constructor f)
getJQMethod
public Clazz.jq_Method getJQMethod(java.lang.reflect.Method f)
getJQType
public Clazz.jq_Type getJQType(java.lang.Class k)
getOrCreateType
public Clazz.jq_Type getOrCreateType(java.lang.ClassLoader cl, UTF.Utf8 desc)
unloadType
public void unloadType(java.lang.ClassLoader cl, Clazz.jq_Type t)
init_zipfile
public void init_zipfile(java.util.zip.ZipFile dis, java.lang.String name) throws java.io.IOException
init_inflater
public void init_inflater(java.util.zip.Inflater dis, boolean nowrap) throws java.io.IOException
initializeSystemClass
public void initializeSystemClass() throws java.lang.Throwable
|
|||||||||
Home >> All >> ClassLib >> [ Common overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |