public class InnerClosureFinder
extends org.objectweb.asm.ClassVisitor
Constructor and Description |
---|
InnerClosureFinder(scala.collection.mutable.Set<Class<?>> output) |
Modifier and Type | Method and Description |
---|---|
String |
myName() |
void |
visit(int version,
int access,
String name,
String sig,
String superName,
String[] interfaces) |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String sig,
String[] exceptions) |
public InnerClosureFinder(scala.collection.mutable.Set<Class<?>> output)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.