Example usage for org.objectweb.asm.util TraceMethodVisitor subclass-usage

List of usage examples for org.objectweb.asm.util TraceMethodVisitor subclass-usage

Introduction

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

Usage

From source file com.sun.fortress.compiler.codegen.CodeGenMethodVisitor.java

public class CodeGenMethodVisitor extends TraceMethodVisitor {
    // All these fields are passed to the constructor, but never
    // used except possibly for debugging after the constructor has run.
    private int access;
    private String name;
    private String desc;