|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractShadowConstructorTransformation | |
|---|---|
| org.sourceforge.jemm.weaver.transformation | |
| Uses of AbstractShadowConstructorTransformation in org.sourceforge.jemm.weaver.transformation |
|---|
| Subclasses of AbstractShadowConstructorTransformation in org.sourceforge.jemm.weaver.transformation | |
|---|---|
class |
AssignedShadowConstructorTransformation
Adds a constructor to the Class which takes a ShadowObject instances. |
class |
SuperCallConstructorTransformation
Adds a constructor to the class which has the following code:
public $TYPE(ShadowObject so) {
super(so);
}
This transformation must only be used on Children of already enhanced
parent classes as the call requires a particular constructor to be in place
on the super class already. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||