abc.weaving.weaver
Class DeclareParentsConstructorFixup

java.lang.Object
  extended by abc.weaving.weaver.DeclareParentsConstructorFixup

public class DeclareParentsConstructorFixup
extends java.lang.Object

Fixes up the superclass constructor calls in binary classes whose superclass have been changed by declare parents.

Author:
Aske Simon Christensen

Constructor Summary
DeclareParentsConstructorFixup()
           
 
Method Summary
 void weave()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeclareParentsConstructorFixup

public DeclareParentsConstructorFixup()
Method Detail

weave

public void weave()
           throws SemanticException
Throws:
SemanticException