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
|
// 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
|
||||||
|
@ -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
|
||||||
|
BIN
tools/jay.darwin
BIN
tools/jay.darwin
Binary file not shown.
Loading…
Reference in New Issue
Block a user