Package org.javaruntype.typedef

Interface Summary
InnerTypeDefVariable Specifies an inner type definition variable which can be both a bound for a BoundTypeDefVariable or a type variable for another InnerTypeDefVariable.
TypeDefVariable This interface represents type definition variables.
 

Class Summary
BoundedTypeDefVariable Represents a type definition variable which, besides a name, specifies a series of bounds with an extends expression.
InnerClassTypeDefVariable Represents an inner type definition variable which specifies a class.
InnerNamedTypeDefVariable Represents an inner type definition variable containing a variable name.
InnerParameterizedTypeTypeDefVariable Represents an inner type definition variable containing a parameterized type.
InnerWildcardTypeDefVariable Represents an inner type definition variable containing a wildcard or bounded wildcard type.
NamedTypeDefVariable Represents a type definition variable that only specifies a variable name (without bounds).
TypeDef This class represents a Type Definition.
TypeDefs This is the central and basic factory class for TypeDef objects.
 



Copyright © 2012 The JAVARUNTYPE team. All Rights Reserved.