Java com.google.gwt.dev.asm MethodVisitor fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dev.asm MethodVisitor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dev.asm MethodVisitor.

The text is from its open source code.

Method

voidvisitCode()
Starts the visit of the method's code, if any (i.e.
voidvisitEnd()
Visits the end of the method.
voidvisitInsn(int opcode)
Visits a zero operand instruction.
voidvisitMaxs(int maxStack, int maxLocals)
Visits the maximum stack size and the maximum number of local variables of the method.
voidvisitMethodInsn(int opcode, String owner, String name, String desc)
Visits a method instruction.
voidvisitVarInsn(int opcode, int var)
Visits a local variable instruction.