JBoss Reflection 2.2.1.SP1

Uses of Interface
org.jboss.reflect.util.objectweb.asm.FieldVisitor

Packages that use FieldVisitor
org.jboss.reflect.util.objectweb.asm Provides a small and fast bytecode manipulation framework. 
org.jboss.reflect.util.objectweb.asm.commons Provides some useful class and method adapters. 
 

Uses of FieldVisitor in org.jboss.reflect.util.objectweb.asm
 

Methods in org.jboss.reflect.util.objectweb.asm that return FieldVisitor
 FieldVisitor ClassWriter.visitField(int access, String name, String desc, String signature, Object value, int index)
           
 FieldVisitor ClassVisitor.visitField(int access, String name, String desc, String signature, Object value, int byteCodeIndex)
          Visits a field of the class.
 

Uses of FieldVisitor in org.jboss.reflect.util.objectweb.asm.commons
 

Classes in org.jboss.reflect.util.objectweb.asm.commons that implement FieldVisitor
 class EmptyVisitor
          An empty implementation of the ASM visitor interfaces.
 

Methods in org.jboss.reflect.util.objectweb.asm.commons that return FieldVisitor
 FieldVisitor EmptyVisitor.visitField(int access, String name, String desc, String signature, Object value, int index)
           
 


JBoss Reflection 2.2.1.SP1

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.