Uses of Class
org.apache.tapestry5.internal.plastic.InheritanceData

Packages that use InheritanceData
org.apache.tapestry5.internal.plastic [INTERNAL USE ONLY] Plastic implementation details; API subject to change 
 

Uses of InheritanceData in org.apache.tapestry5.internal.plastic
 

Methods in org.apache.tapestry5.internal.plastic that return InheritanceData
 InheritanceData InheritanceData.createChild(String childClassName)
          Returns a new MethodBundle that represents the methods of a child class of this bundle.
 

Methods in org.apache.tapestry5.internal.plastic with parameters of type InheritanceData
 Class PlasticClassPool.realizeTransformedClass(org.apache.tapestry5.internal.plastic.asm.tree.ClassNode classNode, InheritanceData inheritanceData, StaticContext staticContext)
           
 

Constructors in org.apache.tapestry5.internal.plastic with parameters of type InheritanceData
PlasticClassImpl(org.apache.tapestry5.internal.plastic.asm.tree.ClassNode classNode, PlasticClassPool pool, InheritanceData parentInheritanceData, StaticContext parentStaticContext, boolean proxy)
           
 



Copyright © 2003-2012 The Apache Software Foundation.