Jode 1.90-CVS
Build Aug 6, 2004

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

Packages that use SystemClassType
net.sf.jode.type   
 

Uses of SystemClassType in net.sf.jode.type
 

Fields in net.sf.jode.type declared as SystemClassType
static SystemClassType Type.tObject
          This type represents the singleton set containing java.lang.Object.
static SystemClassType Type.tSerializable
          This type represents the singleton set containing java.lang.Comparable.
static SystemClassType Type.tCloneable
          This type represents the singleton set containing java.lang.Comparable.
static SystemClassType Type.tComparable
          This type represents the singleton set containing java.lang.Comparable.
static SystemClassType Type.tString
          This type represents the singleton set containing java.lang.String.
static SystemClassType Type.tStringBuffer
          This type represents the singleton set containing java.lang.StringBuffer.
static SystemClassType Type.tStringBuilder
          This type represents the singleton set containing java.lang.StringBuffer.
static SystemClassType Type.tJavaLangClass
          This type represents the singleton set containing java.lang.Class.
 

Methods in net.sf.jode.type that return SystemClassType
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.
 


Jode 1.90-CVS
Build Aug 6, 2004

Copyright © 1998-2004 by Jochen Hoenicke.