Java org.objectweb.asm.commons LocalVariablesSorter fields, constructors, methods, implement or subclass

Example usage for Java org.objectweb.asm.commons LocalVariablesSorter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.objectweb.asm.commons LocalVariablesSorter.

The text is from its open source code.

Subclass

org.objectweb.asm.commons.LocalVariablesSorter has subclasses.
Click this link to see all its subclasses.

Constructor

Method

intnewLocal(final Type type)
Constructs a new local variable of the given type.
voidvisitCode()
Starts the visit of the method's code, if any (i.e.
voidvisitEnd()
Visits the end of the method.
voidvisitFieldInsn(final int opcode, final String owner, final String name, final String descriptor)
Visits a field instruction.
voidvisitInsn(final int opcode)
Visits a zero operand instruction.
voidvisitMaxs(final int maxStack, final int maxLocals)
voidvisitMethodInsn(final int opcode, final String owner, final String name, final String descriptor, final boolean isInterface)
Visits a method instruction.
voidvisitTypeInsn(final int opcode, final String type)
Visits a type instruction.