joeq.ClassLib.Common.java.lang
Class Class

java.lang.Object
  extended by joeq.ClassLib.Common.java.lang.Class

public class Class
extends Object

Class

Version:
$Id: Class.java,v 1.17 2004/09/30 03:35:32 joewhaley Exp $
Author:
John Whaley

Field Summary
 jq_Type jq_type
           
 
Method Summary
static Utf8 buildMethodDescriptor(Class[] args, Class returnType)
           
static Class createNewClass(jq_Type jq_type)
           
 Class getComponentType()
           
 Class getDeclaringClass()
           
 Class[] getInterfaces()
           
static jq_Type getJQType(Class f)
           
 int getModifiers()
           
 String getName()
           
 Object[] getSigners()
           
 Class getSuperclass()
           
 boolean isArray()
           
 boolean isAssignableFrom(Class cls)
           
 boolean isInstance(Object obj)
           
 boolean isInterface()
           
 boolean isPrimitive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jq_type

public final jq_Type jq_type
Method Detail

isInstance

public boolean isInstance(Object obj)

isAssignableFrom

public boolean isAssignableFrom(Class cls)

isInterface

public boolean isInterface()

isArray

public boolean isArray()

isPrimitive

public boolean isPrimitive()

getName

public String getName()

getSuperclass

public Class getSuperclass()

getInterfaces

public Class[] getInterfaces()

getComponentType

public Class getComponentType()

getModifiers

public int getModifiers()

getSigners

public Object[] getSigners()

getDeclaringClass

public Class getDeclaringClass()

createNewClass

public static Class createNewClass(jq_Type jq_type)

getJQType

public static jq_Type getJQType(Class f)

buildMethodDescriptor

public static Utf8 buildMethodDescriptor(Class[] args,
                                         Class returnType)


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