org.iqual.chaplin
Class DynaCastResolverBuilder

java.lang.Object
  extended by org.objectweb.asm.ClassAdapter
      extended by 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

Field Summary
static String CASTS_TO_ANNOT_DESC
           
 
Fields inherited from class org.objectweb.asm.ClassAdapter
cv
 
Method Summary
static DynaCastResolver build(org.objectweb.asm.Type type)
           
 org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
           
 
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
 

Field Detail

CASTS_TO_ANNOT_DESC

public static String CASTS_TO_ANNOT_DESC
Method Detail

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.