Example usage for org.objectweb.asm.commons InstructionAdapter subclass-usage

List of usage examples for org.objectweb.asm.commons InstructionAdapter subclass-usage

Introduction

In this page you can find the example usage for org.objectweb.asm.commons InstructionAdapter subclass-usage.

Usage

From source file edu.ubc.mirrors.holograms.HologramMethodGenerator.java

public class HologramMethodGenerator extends InstructionAdapter {

    static String activeMethod = null;

    private AnalyzerAdapter analyzer;
    private LocalVariablesSorter lvs;