joeq.ClassLib.Common
Interface Interface

All Known Implementing Classes:
NullInterfaceImpl

public interface Interface

Interface

Version:
$Id: Interface.java 1465 2004-03-10 22:40:47Z jwhaley $
Author:
John Whaley

Method Summary
 Class createNewClass(jq_Type f)
           
 Constructor createNewConstructor(jq_Initializer f)
           
 Field createNewField(jq_Field f)
           
 Method createNewMethod(jq_Method f)
           
 Iterator getImplementationClassDescs(Utf8 desc)
           
 jq_Field getJQField(Field f)
           
 jq_Initializer getJQInitializer(Constructor f)
           
 jq_Method getJQMethod(Method f)
           
 jq_Type getJQType(Class k)
           
 ObjectTraverser getObjectTraverser()
           
 jq_Type getOrCreateType(ClassLoader cl, Utf8 desc)
           
 void init_inflater(Inflater dis, boolean nowrap)
           
 void init_zipfile(ZipFile dis, String name)
           
 void initializeSystemClass()
           
 void initNewConstructor(Constructor dis, jq_Initializer f)
           
 void initNewField(Field dis, jq_Field f)
           
 void initNewMethod(Method dis, jq_Method f)
           
 void unloadType(ClassLoader cl, jq_Type t)
           
 

Method Detail

getImplementationClassDescs

Iterator getImplementationClassDescs(Utf8 desc)

getObjectTraverser

ObjectTraverser getObjectTraverser()

createNewClass

Class createNewClass(jq_Type f)

createNewConstructor

Constructor createNewConstructor(jq_Initializer f)

initNewConstructor

void initNewConstructor(Constructor dis,
                        jq_Initializer f)

createNewField

Field createNewField(jq_Field f)

initNewField

void initNewField(Field dis,
                  jq_Field f)

createNewMethod

Method createNewMethod(jq_Method f)

initNewMethod

void initNewMethod(Method dis,
                   jq_Method f)

getJQField

jq_Field getJQField(Field f)

getJQInitializer

jq_Initializer getJQInitializer(Constructor f)

getJQMethod

jq_Method getJQMethod(Method f)

getJQType

jq_Type getJQType(Class k)

getOrCreateType

jq_Type getOrCreateType(ClassLoader cl,
                        Utf8 desc)

unloadType

void unloadType(ClassLoader cl,
                jq_Type t)

init_zipfile

void init_zipfile(ZipFile dis,
                  String name)
                  throws IOException
Throws:
IOException

init_inflater

void init_inflater(Inflater dis,
                   boolean nowrap)
                   throws IOException
Throws:
IOException

initializeSystemClass

void initializeSystemClass()
                           throws Throwable
Throws:
Throwable


Copyright © 2001-2008 John Whaley. All Rights Reserved.