|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PTypeSpace | |
org.objectweb.jorm.api | |
org.objectweb.jorm.lib | |
org.objectweb.jorm.metainfo.api | |
org.objectweb.jorm.metainfo.lib | |
org.objectweb.jorm.type.api | |
org.objectweb.jorm.type.lib |
Uses of PTypeSpace in org.objectweb.jorm.api |
Methods in org.objectweb.jorm.api that return PTypeSpace | |
PTypeSpace |
PMapper.getPTypeSpace()
It returns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper. |
Uses of PTypeSpace in org.objectweb.jorm.lib |
Methods in org.objectweb.jorm.lib that return PTypeSpace | |
PTypeSpace |
Mapper.getPTypeSpace()
It returns a PTypeSpace that may be used to create PType associated to JORM classes mapped within this PMapper. |
Uses of PTypeSpace in org.objectweb.jorm.metainfo.api |
Methods in org.objectweb.jorm.metainfo.api that return PTypeSpace | |
PTypeSpace |
Manager.getPTypeSpace()
Returns the PTypeSpace structure. |
Uses of PTypeSpace in org.objectweb.jorm.metainfo.lib |
Fields in org.objectweb.jorm.metainfo.lib declared as PTypeSpace | |
protected PTypeSpace |
JormManager.ptypeSpace
TBD |
Methods in org.objectweb.jorm.metainfo.lib that return PTypeSpace | |
PTypeSpace |
JormManager.getPTypeSpace()
TBD |
Uses of PTypeSpace in org.objectweb.jorm.type.api |
Methods in org.objectweb.jorm.type.api that return PTypeSpace | |
PTypeSpace |
PType.getPTypeSpace()
It retrieves the type space associated to this PType. |
Constructors in org.objectweb.jorm.type.api with parameters of type PTypeSpace | |
PType(java.lang.String classname,
PTypeSpace typespace)
It constructs the types that represent JORM classes, be it generic or not. |
Uses of PTypeSpace in org.objectweb.jorm.type.lib |
Classes in org.objectweb.jorm.type.lib that implement PTypeSpace | |
class |
PTypeSpacePAAH
|
Constructors in org.objectweb.jorm.type.lib with parameters of type PTypeSpace | |
PTypePAAH(java.lang.String classname,
PTypeSpace typespace,
PType[] supertypes)
It constructs the types that represent JORM classes. |
|
PTypeGenClass(java.lang.String jormName,
PType _inner,
PTypeSpace typeSpace)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |