public class MaxLocalsExtractor
extends org.objectweb.asm.ClassVisitor
Constructor and Description |
---|
MaxLocalsExtractor() |
Modifier and Type | Method and Description |
---|---|
MethodMaxLocals |
getMethods() |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
public org.objectweb.asm.MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions)
visitMethod
in class org.objectweb.asm.ClassVisitor
public MethodMaxLocals getMethods()
Copyright © 2019. All rights reserved.