Class TemporaryTypeMunger
java.lang.Object
org.aspectj.weaver.ConcreteTypeMunger
org.aspectj.weaver.TemporaryTypeMunger
- All Implemented Interfaces:
PartialOrder.PartialComparable
Some methods need a temporary type munger (because ConcreteTypeMunger is abstract - dont ask...).
TODO ought to remove the need for this or at least sort out the two methods that are in it, they look weird...
- Author:
- AndyClement
-
Field Summary
Fields inherited from class ConcreteTypeMunger
aspectType, munger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparameterizedFor(ResolvedType targetType) For an ITD made on a generic type that shares type variables with that target type, this method will tailor the ITD for a particular usage of the generic type - either in its raw or parameterized form.parameterizeWith(Map parameterizationMap, World world)
-
Constructor Details
-
TemporaryTypeMunger
-
-
Method Details
-
parameterizeWith
- Specified by:
parameterizeWithin classConcreteTypeMunger
-
parameterizedFor
Description copied from class:ConcreteTypeMungerFor an ITD made on a generic type that shares type variables with that target type, this method will tailor the ITD for a particular usage of the generic type - either in its raw or parameterized form.- Specified by:
parameterizedForin classConcreteTypeMunger
-