org.glassfish.pfl.tf.tools.enhancer
Class ClassEnhancer.InfoMethodRewriter

java.lang.Object
  extended by org.glassfish.pfl.objectweb.asm.MethodAdapter
      extended by org.glassfish.pfl.objectweb.asm.commons.LocalVariablesSorter
          extended by org.glassfish.pfl.objectweb.asm.commons.GeneratorAdapter
              extended by org.glassfish.pfl.tf.tools.enhancer.ClassEnhancer.InfoMethodRewriter
All Implemented Interfaces:
org.glassfish.pfl.objectweb.asm.MethodVisitor
Enclosing class:
ClassEnhancer

public class ClassEnhancer.InfoMethodRewriter
extends org.glassfish.pfl.objectweb.asm.commons.GeneratorAdapter


Field Summary
 
Fields inherited from class org.glassfish.pfl.objectweb.asm.commons.GeneratorAdapter
ADD, AND, DIV, EQ, GE, GT, LE, LT, MUL, NE, NEG, OR, REM, SHL, SHR, SUB, USHR, XOR
 
Fields inherited from class org.glassfish.pfl.objectweb.asm.commons.LocalVariablesSorter
firstLocal, nextLocal
 
Fields inherited from class org.glassfish.pfl.objectweb.asm.MethodAdapter
mv
 
Constructor Summary
ClassEnhancer.InfoMethodRewriter(org.glassfish.pfl.objectweb.asm.MethodVisitor mv, int acc, String name, String desc)
           
 
Method Summary
 void visitCode()
           
 
Methods inherited from class org.glassfish.pfl.objectweb.asm.commons.GeneratorAdapter
arrayLength, arrayLoad, arrayStore, box, cast, catchException, checkCast, dup, dup2, dup2X1, dup2X2, dupX1, dupX2, endMethod, getField, getLocalType, getStatic, goTo, ifCmp, ifICmp, ifNonNull, ifNull, ifZCmp, iinc, instanceOf, invokeConstructor, invokeDynamic, invokeInterface, invokeStatic, invokeVirtual, loadArg, loadArgArray, loadArgs, loadArgs, loadLocal, loadLocal, loadThis, mark, mark, math, monitorEnter, monitorExit, newArray, newInstance, newLabel, not, pop, pop2, push, push, push, push, push, push, push, putField, putStatic, ret, returnValue, setLocalType, storeArg, storeLocal, storeLocal, swap, swap, tableSwitch, tableSwitch, throwException, throwException, unbox, valueOf
 
Methods inherited from class org.glassfish.pfl.objectweb.asm.commons.LocalVariablesSorter
newLocal, newLocalMapping, visitFrame, visitIincInsn, visitLocalVariable, visitMaxs, visitVarInsn
 
Methods inherited from class org.glassfish.pfl.objectweb.asm.MethodAdapter
visitAnnotation, visitAnnotationDefault, visitAttribute, visitEnd, visitFieldInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLookupSwitchInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassEnhancer.InfoMethodRewriter

public ClassEnhancer.InfoMethodRewriter(org.glassfish.pfl.objectweb.asm.MethodVisitor mv,
                                        int acc,
                                        String name,
                                        String desc)
Method Detail

visitCode

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


Copyright © 2013 Oracle. All Rights Reserved.