Jode 1.90-CVS
Build Aug 6, 2004

Uses of Class
net.sf.jode.type.ClassType

Packages that use ClassType
net.sf.jode.type   
 

Uses of ClassType in net.sf.jode.type
 

Subclasses of ClassType in net.sf.jode.type
 class ArrayType
          This type represents an array type.
 class ClassInfoType
          This class is the type representing a class loaded from a ClassPath.
 class SystemClassType
          This class represents the type of a system class, i.e. the classes from package java.lang, that need special handling, like Object, String, StringBuffer, etc.
 

Fields in net.sf.jode.type declared as ClassType
static ClassType[] Type.EMPTY_IFACES
           
 

Methods in net.sf.jode.type that return ClassType
 ClassType ClassInfoType.getSuperClass()
           
 ClassType[] ClassInfoType.getInterfaces()
           
static ClassType Type.tClass(ClassPath classPath, java.lang.String clazzname)
          Generate the singleton set of the type represented by the given class name.
static ClassType Type.tClass(ClassInfo clazzinfo)
          Generate the singleton set of the type represented by the given class info.
abstract  ClassType ClassType.getSuperClass()
          Returns the reference type representing the super class, or null if this reference type represents java.lang.Object, or for interfaces.
abstract  ClassType[] ClassType.getInterfaces()
          Returns the reference type representing the interfaces this class implements.
 ClassType ArrayType.getSuperClass()
           
 ClassType[] ArrayType.getInterfaces()
           
 ClassType SystemClassType.getSuperClass()
           
 ClassType[] SystemClassType.getInterfaces()
           
 

Methods in net.sf.jode.type with parameters of type ClassType
static ReferenceType MultiClassType.create(ClassType[] classes)
           
static SystemClassType Type.tSystemClass(java.lang.String clazzName, ClassType superClass, ClassType[] ifaces, boolean isFinal, boolean isInterface)
          Generate the singleton set of the type represented by the given class name.
 

Constructors in net.sf.jode.type with parameters of type ClassType
SystemClassType(java.lang.String className, ClassType superType, ClassType[] ifacesTypes, boolean isFinal, boolean isInterface)
           
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.