|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReferenceType | |
net.sf.jode.type |
Uses of ReferenceType in net.sf.jode.type |
Subclasses of ReferenceType 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 |
ClassType
This class is the base class of all types representing a class type. |
class |
MultiClassType
This class represents a type aproximation, consisting of multiple interfaces and a class type. |
class |
NullType
This class represents the NullType. |
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 ReferenceType | |
static ReferenceType |
Type.tNull
This type represents the singleton set containing the special null type (the type of null). |
Methods in net.sf.jode.type that return ReferenceType | |
static ReferenceType |
MultiClassType.create(ClassType[] classes)
|
ReferenceType |
RangeType.getBottom()
Returns the bottom type set. |
ReferenceType |
RangeType.getTop()
Returns the top type set. |
Methods in net.sf.jode.type with parameters of type ReferenceType | |
Type |
MultiClassType.createRangeType(ReferenceType bottomType)
Create the type corresponding to the range from bottomType to this. |
static Type |
Type.tRange(ReferenceType bottom,
ReferenceType top)
Generate the range type from bottom to top. |
Type |
ClassType.createRangeType(ReferenceType bottomType)
Create the type corresponding to the range from bottomType to this. |
Type |
ArrayType.createRangeType(ReferenceType bottom)
Create the type corresponding to the range from bottomType to this. |
Type |
NullType.createRangeType(ReferenceType bottomType)
|
abstract Type |
ReferenceType.createRangeType(ReferenceType bottom)
Creates a range type set of this and bottom. |
Constructors in net.sf.jode.type with parameters of type ReferenceType | |
RangeType(ReferenceType bottomType,
ReferenceType topType)
Create a new range type with the given bottom and top set. |
|
Jode 1.90-CVS Build Aug 6, 2004 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |