Uses of Class
org.apache.tapestry5.internal.plastic.InheritanceData
-
Packages that use InheritanceData Package Description 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 Modifier and Type Method Description InheritanceData
InheritanceData. createChild(String packageName)
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 Modifier and Type Method Description 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 Constructor Description PlasticClassImpl(org.apache.tapestry5.internal.plastic.asm.tree.ClassNode classNode, org.apache.tapestry5.internal.plastic.asm.tree.ClassNode implementationClassNode, PlasticClassPool pool, InheritanceData parentInheritanceData, StaticContext parentStaticContext, boolean proxy)
-