Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ClassLib.Common
Interface Interface  view Interface download Interface.java

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 Summary
 java.lang.Class createNewClass(Clazz.jq_Type f)
           
 java.lang.reflect.Constructor createNewConstructor(Clazz.jq_Initializer f)
           
 java.lang.reflect.Field createNewField(Clazz.jq_Field f)
           
 java.lang.reflect.Method createNewMethod(Clazz.jq_Method f)
           
 java.util.Iterator getImplementationClassDescs(UTF.Utf8 desc)
           
 Clazz.jq_Field getJQField(java.lang.reflect.Field f)
           
 Clazz.jq_Initializer getJQInitializer(java.lang.reflect.Constructor f)
           
 Clazz.jq_Method getJQMethod(java.lang.reflect.Method f)
           
 Clazz.jq_Type getJQType(java.lang.Class k)
           
 Bootstrap.ObjectTraverser getObjectTraverser()
           
 Clazz.jq_Type getOrCreateType(java.lang.ClassLoader cl, UTF.Utf8 desc)
           
 void init_inflater(java.util.zip.Inflater dis, boolean nowrap)
           
 void init_zipfile(java.util.zip.ZipFile dis, java.lang.String name)
           
 void initializeSystemClass()
           
 void initNewConstructor(java.lang.reflect.Constructor dis, Clazz.jq_Initializer f)
           
 void initNewField(java.lang.reflect.Field dis, Clazz.jq_Field f)
           
 void initNewMethod(java.lang.reflect.Method dis, Clazz.jq_Method f)
           
 void unloadType(java.lang.ClassLoader cl, Clazz.jq_Type t)
           
 

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