Class PlasticClassImpl
- java.lang.Object
- 
- org.apache.tapestry5.internal.plastic.Lockable
- 
- org.apache.tapestry5.internal.plastic.PlasticClassImpl
 
 
- 
- All Implemented Interfaces:
- org.apache.tapestry5.internal.plastic.asm.Opcodes,- InternalPlasticClassTransformation,- AnnotationAccess,- PlasticClass,- PlasticClassTransformation
 
 public class PlasticClassImpl extends Lockable implements PlasticClass, InternalPlasticClassTransformation, org.apache.tapestry5.internal.plastic.asm.Opcodes 
- 
- 
Field Summary- 
Fields inherited from interface org.apache.tapestry5.internal.plastic.asm.OpcodesAALOAD, AASTORE, ACC_ABSTRACT, ACC_ANNOTATION, ACC_BRIDGE, ACC_DEPRECATED, ACC_ENUM, ACC_FINAL, ACC_INTERFACE, ACC_MANDATED, ACC_MODULE, ACC_NATIVE, ACC_OPEN, ACC_PRIVATE, ACC_PROTECTED, ACC_PUBLIC, ACC_RECORD, ACC_STATIC, ACC_STATIC_PHASE, ACC_STRICT, ACC_SUPER, ACC_SYNCHRONIZED, ACC_SYNTHETIC, ACC_TRANSIENT, ACC_TRANSITIVE, ACC_VARARGS, ACC_VOLATILE, ACONST_NULL, ALOAD, ANEWARRAY, ARETURN, ARRAYLENGTH, ASM10_EXPERIMENTAL, ASM4, ASM5, ASM6, ASM7, ASM8, ASM9, ASTORE, ATHROW, BALOAD, BASTORE, BIPUSH, CALOAD, CASTORE, CHECKCAST, D2F, D2I, D2L, DADD, DALOAD, DASTORE, DCMPG, DCMPL, DCONST_0, DCONST_1, DDIV, DLOAD, DMUL, DNEG, DOUBLE, DREM, DRETURN, DSTORE, DSUB, DUP, DUP_X1, DUP_X2, DUP2, DUP2_X1, DUP2_X2, F_APPEND, F_CHOP, F_FULL, F_NEW, F_SAME, F_SAME1, F2D, F2I, F2L, FADD, FALOAD, FASTORE, FCMPG, FCMPL, FCONST_0, FCONST_1, FCONST_2, FDIV, FLOAD, FLOAT, FMUL, FNEG, FREM, FRETURN, FSTORE, FSUB, GETFIELD, GETSTATIC, GOTO, H_GETFIELD, H_GETSTATIC, H_INVOKEINTERFACE, H_INVOKESPECIAL, H_INVOKESTATIC, H_INVOKEVIRTUAL, H_NEWINVOKESPECIAL, H_PUTFIELD, H_PUTSTATIC, I2B, I2C, I2D, I2F, I2L, I2S, IADD, IALOAD, IAND, IASTORE, ICONST_0, ICONST_1, ICONST_2, ICONST_3, ICONST_4, ICONST_5, ICONST_M1, IDIV, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IINC, ILOAD, IMUL, INEG, INSTANCEOF, INTEGER, INVOKEDYNAMIC, INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC, INVOKEVIRTUAL, IOR, IREM, IRETURN, ISHL, ISHR, ISTORE, ISUB, IUSHR, IXOR, JSR, L2D, L2F, L2I, LADD, LALOAD, LAND, LASTORE, LCMP, LCONST_0, LCONST_1, LDC, LDIV, LLOAD, LMUL, LNEG, LONG, LOOKUPSWITCH, LOR, LREM, LRETURN, LSHL, LSHR, LSTORE, LSUB, LUSHR, LXOR, MONITORENTER, MONITOREXIT, MULTIANEWARRAY, NEW, NEWARRAY, NOP, NULL, POP, POP2, PUTFIELD, PUTSTATIC, RET, RETURN, SALOAD, SASTORE, SIPUSH, SOURCE_DEPRECATED, SOURCE_MASK, SWAP, T_BOOLEAN, T_BYTE, T_CHAR, T_DOUBLE, T_FLOAT, T_INT, T_LONG, T_SHORT, TABLESWITCH, TOP, UNINITIALIZED_THIS, V_PREVIEW, V1_1, V1_2, V1_3, V1_4, V1_5, V1_6, V1_7, V1_8, V10, V11, V12, V13, V14, V15, V16, V17, V18, V19, V20, V21, V22, V9
 
- 
 - 
Constructor SummaryConstructors 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)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PlasticClassaddToString(java.lang.String toStringValue)Conditionally adds an implementation oftoString()to the class, but only if it is not already present in the class, or in a (transformed) super-class.ClassInstantiatorcreateInstantiator()Terminates the class transformation process, finishes any final bookkeeping, and returns an object used to instantiate the transformed class.PlasticClassHandleShimcreateShimInstance()java.util.List<PlasticField>getAllFields()Returns all non-introduced fields, in sorted order by name.<T extends java.lang.annotation.Annotation>
 TgetAnnotation(java.lang.Class<T> annotationType)Returns an instantiated annotation, or null if the target does not have the indicated annotation.java.lang.StringgetClassName()Returns the fully qualified class name of the class being transformed.<T extends java.lang.annotation.Annotation>
 java.util.List<PlasticField>getFieldsWithAnnotation(java.lang.Class<T> annotationType)Matches all fields (claimed or not) that have the given annotation.java.util.List<PlasticMethod>getMethods()Returns all methods of the class, in sorted order.<T extends java.lang.annotation.Annotation>
 java.util.List<PlasticMethod>getMethodsWithAnnotation(java.lang.Class<T> annotationType)Matches methods with the given annotation.PlasticClassgetPlasticClass()Returns the PlasticClass being transformed.java.lang.StringgetSuperClassName()Returns the name of the super-class of the class being transformed.java.lang.Class<?>getTransformedClass()java.util.List<PlasticField>getUnclaimedFields()Returns all unclaimed fields, in sorted order by name.<T extends java.lang.annotation.Annotation>
 booleanhasAnnotation(java.lang.Class<T> annotationType)Checks to see if the target has an annotation of the given type.voidinstallShim(PlasticClassHandleShim shim)PlasticFieldintroduceField(java.lang.Class fieldType, java.lang.String suggestedName)Convenience method that uses a Java class rather than a type name.PlasticFieldintroduceField(java.lang.String className, java.lang.String suggestedName)Introduces a new private field into the class.java.util.Set<PlasticMethod>introduceInterface(java.lang.Class interfaceType)Introduces each method defined by the interface into the class.PlasticMethodintroduceMethod(java.lang.reflect.Method method)A convenience that creates aMethodDescriptionfrom the Method and introduces that.PlasticMethodintroduceMethod(MethodDescription description)Returns an existing method declared in this class, or introduces a new method into this class.PlasticMethodintroduceMethod(MethodDescription description, InstructionBuilderCallback callback)Returns an existing method declared in this class, or introduces a new method into this class.PlasticMethodintroducePrivateMethod(java.lang.String typeName, java.lang.String suggestedName, java.lang.String[] argumentTypes, java.lang.String[] exceptionTypes)Introduces a new private method into the class, ensuring that the method name is unique.booleanisInterfaceImplemented(java.lang.Class interfaceType)Returns true if this class, or a super-class, implements the indicated interface.booleanisMethodImplemented(MethodDescription description)Returns true if this class has an implementation of the indicated method, or a super-class provides a non-abstract implementation.PlasticClassonConstruct(ConstructorCallback callback)Adds the callback for execution when an instance of the class is instantiated.PlasticClassproxyInterface(java.lang.Class interfaceType, PlasticField field)Introduces the interface, and then invokesPlasticMethod.delegateTo(PlasticField)on each method defined by the interface.PlasticClassproxyInterface(java.lang.Class interfaceType, PlasticMethod method)Introduces the interface, and then invokesPlasticMethod.delegateTo(PlasticMethod)on each method defined by the interface.java.lang.StringtoString()
 
- 
- 
- 
Constructor Detail- 
PlasticClassImplpublic 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) - Parameters:
- classNode-
- implementationClassNode-
- pool-
- parentInheritanceData-
- parentStaticContext-
- proxy-
 
 
- 
 - 
Method Detail- 
hasAnnotationpublic <T extends java.lang.annotation.Annotation> boolean hasAnnotation(java.lang.Class<T> annotationType) Description copied from interface:AnnotationAccessChecks to see if the target has an annotation of the given type.- Specified by:
- hasAnnotationin interface- AnnotationAccess
 
 - 
getAnnotationpublic <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType) Description copied from interface:AnnotationAccessReturns an instantiated annotation, or null if the target does not have the indicated annotation.- Specified by:
- getAnnotationin interface- AnnotationAccess
 
 - 
proxyInterfacepublic PlasticClass proxyInterface(java.lang.Class interfaceType, PlasticField field) Description copied from interface:PlasticClassIntroduces the interface, and then invokesPlasticMethod.delegateTo(PlasticField)on each method defined by the interface.- Specified by:
- proxyInterfacein interface- PlasticClass
- Parameters:
- interfaceType- defines the interface to proxy
- field- field containing an object to delegate to
- Returns:
- this plastic class, for further configuration
 
 - 
createInstantiatorpublic ClassInstantiator createInstantiator() Description copied from interface:PlasticClassTransformationTerminates the class transformation process, finishes any final bookkeeping, and returns an object used to instantiate the transformed class. Once this method is invoked, no other methods of thePlasticClass(or related objects) can be invoked. The returned ClassInstantiator has an emptyInstanceContextmap. UseClassInstantiator.with(Class, Object)to create a new ClassInstantiator with new InstanceContext entries.- Specified by:
- createInstantiatorin interface- PlasticClassTransformation
 
 - 
getFieldsWithAnnotationpublic <T extends java.lang.annotation.Annotation> java.util.List<PlasticField> getFieldsWithAnnotation(java.lang.Class<T> annotationType) Description copied from interface:PlasticClassMatches all fields (claimed or not) that have the given annotation. Returns the fields in sorted order.- Specified by:
- getFieldsWithAnnotationin interface- PlasticClass
- Returns:
- Unmodifiable List of fields.
 
 - 
getAllFieldspublic java.util.List<PlasticField> getAllFields() Description copied from interface:PlasticClassReturns all non-introduced fields, in sorted order by name.- Specified by:
- getAllFieldsin interface- PlasticClass
- Returns:
- Unmodifiable list of fields.
 
 - 
getUnclaimedFieldspublic java.util.List<PlasticField> getUnclaimedFields() Description copied from interface:PlasticClassReturns all unclaimed fields, in sorted order by name. This does not include introduced fields.- Specified by:
- getUnclaimedFieldsin interface- PlasticClass
- Returns:
- Unmodifiable list of fields.
- See Also:
- PlasticField.claim(Object)
 
 - 
introducePrivateMethodpublic PlasticMethod introducePrivateMethod(java.lang.String typeName, java.lang.String suggestedName, java.lang.String[] argumentTypes, java.lang.String[] exceptionTypes) Description copied from interface:PlasticClassIntroduces a new private method into the class, ensuring that the method name is unique.- Specified by:
- introducePrivateMethodin interface- PlasticClass
- Parameters:
- typeName- return type of method
- suggestedName- suggested name for the method; the actual method name may be modified to ensure uniqueness
- argumentTypes- types of any arguments (may be null)
- exceptionTypes- type of any checked exceptions (may be null)
- Returns:
- new method, with default implementation
 
 - 
introduceFieldpublic PlasticField introduceField(java.lang.String className, java.lang.String suggestedName) Description copied from interface:PlasticClassIntroduces a new private field into the class.- Specified by:
- introduceFieldin interface- PlasticClass
- Parameters:
- className- the Java class name for the field, or (possibly) a primitive type name or an array
- suggestedName- the suggested name for the field, which may be modified to ensure that the field name is unique
- Returns:
- PlasticField for the introduced field
 
 - 
introduceFieldpublic PlasticField introduceField(java.lang.Class fieldType, java.lang.String suggestedName) Description copied from interface:PlasticClassConvenience method that uses a Java class rather than a type name.- Specified by:
- introduceFieldin interface- PlasticClass
 
 - 
getMethodsWithAnnotationpublic <T extends java.lang.annotation.Annotation> java.util.List<PlasticMethod> getMethodsWithAnnotation(java.lang.Class<T> annotationType) Description copied from interface:PlasticClassMatches methods with the given annotation.- Specified by:
- getMethodsWithAnnotationin interface- PlasticClass
- Returns:
- Unmodifiable list of methods, in sorted order.
 
 - 
getMethodspublic java.util.List<PlasticMethod> getMethods() Description copied from interface:PlasticClassReturns all methods of the class, in sorted order. This does not include static methods, or any introduced methods.- Specified by:
- getMethodsin interface- PlasticClass
- Returns:
- Unmodifiable list of methods.
 
 - 
introduceMethodpublic PlasticMethod introduceMethod(MethodDescription description) Description copied from interface:PlasticClassReturns an existing method declared in this class, or introduces a new method into this class. The method is created with default behavior. If the method overrides a non-private, non-abstract method implemented in a transformed super class, the the default behavior is to invoke that method and return its value. Otherwise, the default behavior is to ignore parameters and return 0, false, or null. Void methods will invoke the super-class implementation (if it exists) and return no value. It is allowed for the method description to indicate an abstract method; however the abstract flag will be removed, and a non-abstract method will be created.- Specified by:
- introduceMethodin interface- PlasticClass
- Parameters:
- description- describes the method name, visibility, return value, etc.
- Returns:
- a new (or previously created) PlasticMethod for the method
 
 - 
introduceMethodpublic PlasticMethod introduceMethod(MethodDescription description, InstructionBuilderCallback callback) Description copied from interface:PlasticClassReturns an existing method declared in this class, or introduces a new method into this class. The method is created with default behavior. It is allowed for the method description to indicate an abstract method; however the abstract flag will be removed, and a non-abstract method will be created.- Specified by:
- introduceMethodin interface- PlasticClass
- Parameters:
- description- describes the method name, visibility, return value, etc.
- callback- used to create the implementation of the method
- Returns:
- a new (or previously created) PlasticMethod for the method
 
 - 
introduceMethodpublic PlasticMethod introduceMethod(java.lang.reflect.Method method) Description copied from interface:PlasticClassA convenience that creates aMethodDescriptionfrom the Method and introduces that. This is often invoked when walking the methods of an interface and introducing each of those methods. Introduced methods are always concrete, not abstract. The abstract flag on the method modifiers will always be stripped off, which is handy when introducing methods from an interface.- Specified by:
- introduceMethodin interface- PlasticClass
- Parameters:
- method- to introduce
- Returns:
- new (or previously created) PlasticMethod
 
 - 
installShimpublic void installShim(PlasticClassHandleShim shim) 
 - 
createShimInstancepublic PlasticClassHandleShim createShimInstance() 
 - 
getPlasticClasspublic PlasticClass getPlasticClass() Description copied from interface:PlasticClassTransformationReturns the PlasticClass being transformed.- Specified by:
- getPlasticClassin interface- PlasticClassTransformation
- Returns:
- PlasticClass instance
 
 - 
getTransformedClasspublic java.lang.Class<?> getTransformedClass() - Specified by:
- getTransformedClassin interface- InternalPlasticClassTransformation
 
 - 
getClassNamepublic java.lang.String getClassName() Description copied from interface:PlasticClassReturns the fully qualified class name of the class being transformed.- Specified by:
- getClassNamein interface- PlasticClass
 
 - 
introduceInterfacepublic java.util.Set<PlasticMethod> introduceInterface(java.lang.Class interfaceType) Description copied from interface:PlasticClassIntroduces each method defined by the interface into the class. Determines which new methods must be introduced in order to ensure that all methods of the interface are implemented. The newly introduced methods, if any, are returned.- Specified by:
- introduceInterfacein interface- PlasticClass
 
 - 
proxyInterfacepublic PlasticClass proxyInterface(java.lang.Class interfaceType, PlasticMethod method) Description copied from interface:PlasticClassIntroduces the interface, and then invokesPlasticMethod.delegateTo(PlasticMethod)on each method defined by the interface.- Specified by:
- proxyInterfacein interface- PlasticClass
- Parameters:
- interfaceType- defines the interface to proxy
- method- method to delegate to
- Returns:
- this plastic class, for further configuration
 
 - 
addToStringpublic PlasticClass addToString(java.lang.String toStringValue) Description copied from interface:PlasticClassConditionally adds an implementation oftoString()to the class, but only if it is not already present in the class, or in a (transformed) super-class.- Specified by:
- addToStringin interface- PlasticClass
- Parameters:
- toStringValue- the fixed value to be returned from invoking toString()
- Returns:
- this plastic class, for further configuration
 
 - 
isMethodImplementedpublic boolean isMethodImplemented(MethodDescription description) Description copied from interface:PlasticClassReturns true if this class has an implementation of the indicated method, or a super-class provides a non-abstract implementation.- Specified by:
- isMethodImplementedin interface- PlasticClass
 
 - 
isInterfaceImplementedpublic boolean isInterfaceImplemented(java.lang.Class interfaceType) Description copied from interface:PlasticClassReturns true if this class, or a super-class, implements the indicated interface.- Specified by:
- isInterfaceImplementedin interface- PlasticClass
- Returns:
- true if the interface is implemented
 
 - 
getSuperClassNamepublic java.lang.String getSuperClassName() Description copied from interface:PlasticClassReturns the name of the super-class of the class being transformed.- Specified by:
- getSuperClassNamein interface- PlasticClass
 
 - 
onConstructpublic PlasticClass onConstruct(ConstructorCallback callback) Description copied from interface:PlasticClassAdds the callback for execution when an instance of the class is instantiated.- Specified by:
- onConstructin interface- PlasticClass
- Parameters:
- callback- to execute at instance construction time
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-