|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PExceptionTyping | |
org.objectweb.jorm.genclass.lib | |
org.objectweb.jorm.generator.lib | |
org.objectweb.jorm.type.api | |
org.objectweb.jorm.type.lib |
Uses of PExceptionTyping in org.objectweb.jorm.genclass.lib |
Methods in org.objectweb.jorm.genclass.lib that throw PExceptionTyping | |
void |
GenClassMapping.setPBinder(PBinder pb)
It assigns the PBinder associated to this PClassMapping. |
Uses of PExceptionTyping in org.objectweb.jorm.generator.lib |
Methods in org.objectweb.jorm.generator.lib that throw PExceptionTyping | |
java.lang.String |
MappingGenerator.ptype2CTString(PType pt)
This generation helper method retrieves the string corresponding to the codding type (short value) associated to a PType. |
java.lang.String |
MappingGenerator.ptype2String(PType pt)
This generation helper method retrieves the string corresponding to the instance of the PType. |
Uses of PExceptionTyping in org.objectweb.jorm.type.api |
Methods in org.objectweb.jorm.type.api that throw PExceptionTyping | |
PType |
PTypeSpace.createPType(java.lang.String classname)
It creates a new PType for a JORM class that has no inherited class. |
PType |
PTypeSpace.createPType(java.lang.String classname,
java.lang.String[][] superclassnames)
It creates a new PType for a JORM class. |
PType |
PTypeSpace.createPType(java.lang.String[] gcnames,
PType ptype)
It creates a new PType for a JORM generic class instance. |
PType |
PTypeSpace.createPType(java.lang.String[] gcnames,
java.lang.String typename,
java.lang.String[][] superclassnames)
It creates a new PType for a JORM generic class instance. |
Uses of PExceptionTyping in org.objectweb.jorm.type.lib |
Methods in org.objectweb.jorm.type.lib that throw PExceptionTyping | |
PType |
PTypeSpacePAAH.createPType(java.lang.String classname)
It creates a new PType for a JORM class that has no inherited class. |
PType |
PTypeSpacePAAH.createPType(java.lang.String classname,
java.lang.String[][] superclassnames)
It creates a new PType for a JORM class. |
PType |
PTypeSpacePAAH.createPType(java.lang.String[] gcnames,
PType ptype)
It creates a new PType for a JORM generic class instance. |
PType |
PTypeSpacePAAH.createPType(java.lang.String[] gcnames,
java.lang.String typename,
java.lang.String[][] superclassnames)
It creates a new PType for a JORM generic class instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |