org.iqual.chaplin
Class DynaCastResolverBuilder
java.lang.Object
org.objectweb.asm.ClassAdapter
org.iqual.chaplin.DynaCastResolverBuilder
- All Implemented Interfaces:
- org.objectweb.asm.ClassVisitor
public class DynaCastResolverBuilder
- extends org.objectweb.asm.ClassAdapter
This class builds the DynaCastResolver handler instance for a dynacast type. It is called from FieldRedirector.
- Since:
- Mar 10, 2009 11:14:50 PM
- Author:
- Zbynek Slajchrt
- See Also:
DynaCastResolver,
DynaCastHandler,
DynaCastManager
| Fields inherited from class org.objectweb.asm.ClassAdapter |
cv |
| Methods inherited from class org.objectweb.asm.ClassAdapter |
visit, visitAttribute, visitEnd, visitField, visitInnerClass, visitMethod, visitOuterClass, visitSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CASTS_TO_ANNOT_DESC
public static String CASTS_TO_ANNOT_DESC
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc,
boolean visible)
- Specified by:
visitAnnotation in interface org.objectweb.asm.ClassVisitor- Overrides:
visitAnnotation in class org.objectweb.asm.ClassAdapter
build
public static DynaCastResolver build(org.objectweb.asm.Type type)
Copyright © 2009 iquality.org. All Rights Reserved.