forked from JavaTX/JavaCompilerCore
Bytecode ergaenzt
This commit is contained in:
parent
60c515a40d
commit
aca4ee05a0
@ -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
|
||||
|
@ -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
|
||||
|
BIN
tools/jay.darwin
BIN
tools/jay.darwin
Binary file not shown.
Loading…
Reference in New Issue
Block a user