List of usage examples for org.objectweb.asm.util TraceMethodVisitor subclass-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;