Class TemporaryTypeMunger

java.lang.Object
org.aspectj.weaver.ConcreteTypeMunger
org.aspectj.weaver.TemporaryTypeMunger
All Implemented Interfaces:
PartialOrder.PartialComparable

public class TemporaryTypeMunger extends ConcreteTypeMunger
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