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

View File

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

Binary file not shown.