Examples of NewParentTypeMunger


Examples of org.aspectj.weaver.NewParentTypeMunger

                                               
        // We set it here so that the imminent matching for ITDs can succeed - we
            // still haven't done the necessary changes to the class file itself
            // (like transform super calls) - that is done in BcelTypeMunger.mungeNewParent()
        classType.addParent(newParent);
        ResolvedTypeMunger newParentMunger = new NewParentTypeMunger(newParent);
            newParentMunger.setSourceLocation(p.getSourceLocation());
        onType.addInterTypeMunger(new BcelTypeMunger(newParentMunger, xcutSet.findAspectDeclaringParents(p)));
      }
    }
    return didSomething;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.