Package w.asm

Class MethodMaker

java.lang.Object
org.objectweb.asm.MethodVisitor
w.asm.MethodMaker

public class MethodMaker extends org.objectweb.asm.MethodVisitor
Author:
whilein
  • Field Summary

    Fields inherited from class org.objectweb.asm.MethodVisitor

    api, mv
  • Constructor Summary

    Constructors
    Constructor
    Description
    MethodMaker(org.objectweb.asm.MethodVisitor methodVisitor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visitDouble(double value)
     
    void
    visitFloat(float value)
     
    void
    visitInt(int value)
     
    void
    visitLong(long value)
     

    Methods inherited from class org.objectweb.asm.MethodVisitor

    getDelegate, visitAnnotableParameterCount, visitAnnotation, visitAnnotationDefault, visitAttribute, visitCode, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitInsnAnnotation, visitIntInsn, visitInvokeDynamicInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLocalVariableAnnotation, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMethodInsn, visitMultiANewArrayInsn, visitParameter, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchAnnotation, visitTryCatchBlock, visitTypeAnnotation, visitTypeInsn, visitVarInsn

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MethodMaker

      public MethodMaker(org.objectweb.asm.MethodVisitor methodVisitor)
  • Method Details

    • visitInt

      public void visitInt(int value)
    • visitLong

      public void visitLong(long value)
    • visitFloat

      public void visitFloat(float value)
    • visitDouble

      public void visitDouble(double value)