909192939495969798
return methods; } public ASMClassFile(InputStream is) throws IOException { cr = new ClassReader(is); cr.accept(new MyVisitor(this), true); is.close(); }