org.apache.cayenne.enhancer
Class SetterVisitor

java.lang.Object
  extended by org.objectweb.asm.MethodAdapter
      extended by org.apache.cayenne.enhancer.SetterVisitor
All Implemented Interfaces:
org.objectweb.asm.MethodVisitor

public class SetterVisitor
extends org.objectweb.asm.MethodAdapter

Since:
3.0

Field Summary
 
Fields inherited from class org.objectweb.asm.MethodAdapter
mv
 
Constructor Summary
SetterVisitor(org.objectweb.asm.MethodVisitor mv, EnhancementHelper helper, String propertyName, org.objectweb.asm.Type propertyType)
           
 
Method Summary
 void visitCode()
           
protected  boolean visitPrimitiveConversion(String propertyDescriptor)
           
 
Methods inherited from class org.objectweb.asm.MethodAdapter
visitAnnotation, visitAnnotationDefault, visitAttribute, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetterVisitor

public SetterVisitor(org.objectweb.asm.MethodVisitor mv,
                     EnhancementHelper helper,
                     String propertyName,
                     org.objectweb.asm.Type propertyType)
Method Detail

visitCode

public void visitCode()
Specified by:
visitCode in interface org.objectweb.asm.MethodVisitor
Overrides:
visitCode in class org.objectweb.asm.MethodAdapter

visitPrimitiveConversion

protected boolean visitPrimitiveConversion(String propertyDescriptor)


Copyright © 2001-2008 Apache Cayenne. All Rights Reserved.