⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top1.bc

📁 PracticalJAVACode 的源码
💻 BC
字号:
Method int top1()
   0 aload_0          //Push the object reference(this) at index
                      //0 of the local variable table.
   1 getfield #6 <Field int intArr[]>
                      //Pop the object reference(this) and push
                      //the object reference for intArr accessed
                      //from the constant pool.
   4 iconst_0         //Push 0.
   5 iaload           //Pop the top two values and push the value
                      //at index 0 of intArr.
   6 ireturn          //Pop top value and push it on the operand
                      //stack of the invoking method. Exit method.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -