Bytecode ergaenzt

This commit is contained in:
Martin Plümicke 2014-12-05 16:38:32 +01:00
parent 60c515a40d
commit aca4ee05a0
3 changed files with 12 additions and 12 deletions

View File

@ -252,7 +252,7 @@ public class CodeAttribute extends Attribute
// ino.method.codegen.21757.definition // ino.method.codegen.21757.definition
public void codegen(ClassFile classfile, FileOutputStream f) public void codegen(ClassFile classfile, OutputStream f)
throws JVMCodeException, IOException throws JVMCodeException, IOException
// ino.end // ino.end
// ino.method.codegen.21757.body // ino.method.codegen.21757.body
@ -1090,11 +1090,11 @@ public class CodeAttribute extends Attribute
} }
// ino.end // ino.end
@Override // @Override
public void codegen(ClassFile classfile, OutputStream f) // public void codegen(ClassFile classfile, OutputStream f)
throws JVMCodeException, IOException { // throws JVMCodeException, IOException {
throw new NotImplementedException(); // throw new NotImplementedException();
} // }
} }
// ino.end // ino.end

View File

@ -183,7 +183,7 @@ public class SignatureInfo extends Attribute
// ino.end // ino.end
// ino.method.codegen.22987.definition // ino.method.codegen.22987.definition
public void codegen(ClassFile classfile, FileOutputStream f) public void codegen(ClassFile classfile, OutputStream f)
throws JVMCodeException, IOException throws JVMCodeException, IOException
// ino.end // ino.end
// ino.method.codegen.22987.body // ino.method.codegen.22987.body
@ -263,11 +263,11 @@ public class SignatureInfo extends Attribute
} }
// ino.end // ino.end
@Override // @Override
public void codegen(ClassFile classfile, OutputStream f) // public void codegen(ClassFile classfile, OutputStream f)
throws JVMCodeException, IOException { // throws JVMCodeException, IOException {
throw new NotImplementedException(); // throw new NotImplementedException();
} // }
} }
// ino.end // ino.end

Binary file not shown.