java字节码指令

指令16进制码英文描述中文解释
aaload32loads onto the stack a reference from an array将引用型数组指定索引的值推送至栈顶
aastore53stores into a referince to an array将栈顶引用型数值存入数组指定位置
aconst_null01pushes a null reference onto the stack将null 推送至栈顶
aload19loads a reference onto the stack from a local variable #index将指定的引用类型本地变量推送至栈顶
aload _02aloads a reference onto the stack from local variable 0将第一个引用类型本地变量推送至栈顶
aload_12bloads a reference onto the stack from local variable 1将二个引用类型本地变量推送至栈顶
aload_22cloads a reference onto the stack from local variable 2将第三个引用类型本地变量推送至栈顶
aload_32dloads a reference onto the stack from local variable 3将第个引用类型本地变量推送至栈顶
anewarraybdcreates a new array of references of length count and component type identified by the class reference index (indexbyte1 <<8 + indexbyte2) in the comstant pool创建一个引用型(如类,接口,数组)的数组,并将其引用值压入栈顶
areturnb0return a reference from a method从当前方法返回对象引用
arraylengthbegets the length of an array获得数组的长度值并压入栈顶
astore3astores a reference into a local variable将栈顶引用型数值存入指定本地变量
astore_04bstores a reference into a local variable 0将栈顶引用型数值存入第一个本地变量
astore_14cstores a reference into a local variable 1将栈顶引用型数值存入第二个本地变量
astore_24dstores a reference into a local variable 2将栈顶引用型数值存入第三个本地变量
astore_34estores a reference into a local variable 3将栈顶引用型数值存入第四个本地变量
athrowbfthows an error or exception将栈顶的异常抛出
baload33loads a byte or Boolean value from an array将long型数组指定索引的值推送至栈顶
bastore54stores a byte onnto the stack as an integer value将栈顶boolean或byte型数值存入指定数组的指定索引位置
bipush10stores a byte or Boolean value from an array将单字节的常量值(-128~127)推送至栈顶
caload34loads a char from an array将char型数组指定索引的值推送至栈顶
castore55stores a char into an array将栈顶char型数值存入指定数组的指定索引位置
checkcasetc0checks whether an objectref is or a certain type ,the class reference of which is in the constant pool at index (indexbyte1 << 8+ indexbyte2)检验类型转换,检验未通过将抛出ClassCastException
d2f90converts a double to a float将栈顶double型数值强制转换成float型数值并将结果压入栈顶
d2i8econverts a double to an int将栈顶double型数值强制转换成int型数值并将结果压入栈顶
d2l8fconverts a double to a long将栈顶double型数值强制转换成long型数值并将结果压入栈顶
dadd63adds two doubles将栈顶两double型数值相加并将结果压入栈顶
daload31loads a double from an array将double型数组指定索引的值推送至栈顶
dastore52stores a double into an array将栈顶double型数值存入指定数组的指定索引位置
dcmpg98compares two doubles比较栈顶两double型数值大小,并将结果(1,0,-1)压入栈顶;当其中一个数值为NaN时,将1压入栈顶
dcmpl97compares two doubles比较栈顶两do ube型数值大小,并将结果(1,0,-1)压入栈顶;当其中一个数值为NaN时,将-1压入栈顶
dconst_00epushes the constant 0.0 onto the stack将double型0推送至栈顶
dconst_10fpushes the consant 1.0 onto the stack将double型1推送至栈顶
ddiv6fdivides two doubles将栈顶两double型数值相除并将结果压入栈顶
dload18loads a double value from a local variable #index将指定的double型本地变量复制到栈顶
dload_026loads a double value from a local variable 0将第一个doule型本地变量推送至栈顶
dload_127loads a double value from a local variable 1将第二个doule型本地变量推送至栈顶
dload_228loads a double value from a local variable 2将第三个doule型本地变量推送至栈顶
dload_329loads a double value from a local variable 3将第四个doule型本地变量推送至栈顶
dmul6bmultiplies two doubles将栈顶两double型数值相乘并将结果压入栈顶
dneg77negates a double将栈顶doblle型数值取负并将结果压入栈顶
drem73gets the remainder from a division between two doubles将栈顶两double型数值作取模运算并将结果压入栈顶
dreturnafreturns a double from method从当前方法返回double
dstore39stores a double value into a local variable #index将栈顶double型数值存入指定本地变量
dstore_047stores a double value into a local variable 0将栈顶double型数值存入第一个本地变量
dstore_148stores a double value into a local variable 1将栈顶double型数值存入第二个本地变量
dstore_249stores a double value into a local variable 2将栈顶double型数值存入第三个本地变量
dstore_34astores a double value into a local variable 3将栈顶double型数值存入第四个本地变量
dsub67subtracts a double from another将栈顶两double型数值相减并将结果压入栈顶
dup59duplicates the value on top of the stack复制栈顶数值(数值不能是long或double类型的)并将复制值压入栈顶
dup_x15ainserts a copyof the top value into the stack two values from the top复制栈顶数值(数值不能是long或double类型的)并将两个复制值压入栈顶
dup_x25binserts a copyof the top value into the stack two (if value2 is double or long it takes up the entry of value3,too) or three values(if value2 is neither double nor long) from the top复制栈顶数值(数值不能是long或double类型的)并将三个(或两个)复制值压入栈顶
dup25cduplicate top two stack words(two values,if value1 is not double nor long;a single value,if value1 is double or long)复制栈顶一个(long或double类型的)或两个(其它)数值并将复制值压入栈顶
dup2_x15dduplicate two words and insert beneath third word(see explanation ablove)复制栈顶数值(long或double类型的)并将两个复制值压入栈顶
dup2_x25eduplicate two words and insert beneath fourth word复制栈顶数值(long或double类型的)并将三个(或两个)复制值压入栈顶
f2d8dconverts a float to a double将栈顶float型数值强制转换成do le型数值并将结果压入栈顶
f2i8bconverts a float to an int将栈顶float型数值强制转换成int型数值并将结果压入栈顶
f2l8cconverts a float to a long将栈顶float型数值强制转换成long型数值并将结果压入栈顶
fadd62adds two floats将栈顶两float型数值相加并将结果压入栈顶
faload30loads a float from an array将float型数组指定索引的值推送至栈顶
fastore51stores a float in an array将栈顶float型数值存入指定数组的指定索引位置
fcmpg96compares two floats比较栈顶两float型数值大小,并将结果(1,0,-1)压入栈顶;当其中一个数值为NaN时,将1压入栈顶
fcmpl95compares two floats比较栈顶两float型数值大小,并将结果(1,0,-1)压入栈顶;当其中一个数值为NaN时,将-1压入栈顶
fconst_00bpushes 0,0f on the stack将float型0推送至栈顶
fconst_10bpushes 1,0f on the stack将float型1推送至栈顶
fconst_20bpushes 2,0f on the stack将float型2推送至栈顶
fdiv6edivides two floats将栈顶两float型数值相除并将结果压入栈顶
fload17loads a float value from a local variable #index将指定的float型本地变量复制到栈顶
fload_022loads a float value from a local variable 0将第一个float型本地变量推送至栈顶
fload_123loads a float value from a local variable 1将第二个float型本地变量推送至栈顶
fload_224loads a float value from a local variable 2将第三个float型本地变量推送至栈顶
fload_325loads a float value from a local variable 3将第四个float型本地变量推送至栈顶
fmul6amuitiplies two floats将栈顶两float型数值相乘并将结果压入栈顶
fneg76negates a float将栈顶float型数值取负并将结果压入栈顶
frem72gets the remainder from a division between two floats将栈顶两float型数值作取模运算并将结果压入栈顶
freturnaereturns a float从当前方法返回float
fstore38stores a float value into a local variable #index将栈顶float型数值存入指定本地变量
fstore_043stores a float value into a local variable 0将栈顶float型数值存入第一个本地变量
fstore_144stores a float value into a local variable 1将栈顶float型数值存入第二个本地变量
fstore_245stores a float value into a local variable 2将栈顶float型数值存入第三个本地变量
fstore_346stores a float value into a local variable 3将栈顶float型数值存入第四个本地变量
fsub66subtracts two flats将栈顶两float型数值相减并将结果压入栈顶
getfieldb4gets a field valude of an object objectref ,where ther field is identified by field rreference in the constant pool index(index1<<8+index2)获取指定类的实例域,并将其值压入栈顶
getstaticb2gets a static field valude of an object objectref ,where ther field is identified by field rreference in the constant pool index(index1<<8+index2)获取指定类的静态域,并将其值压入栈顶
gotoa7goes to another instruction at branchoffset(signed short constructed from unsigned bytes brancbyte1<<8+branchbyte2)无条件跳转
goto_wc8goes to another instruction at branchoffset(signed int constructed from unsigned bytes brancbyte1<<24+branchbyte2 << 16+branchbyte3<<8+branchbyte4)无条件跳转(宽索引)
i2b91converts an int into a byte将栈顶int型数值强制转换成byte型数值并将结果压入栈顶
i2c92converts an int into a character将栈顶int型数值强制转换成char型数值并将结果压入栈顶
i2d87converts an int into a double将栈顶int型数值强制转换成do le型数值并将结果压入栈顶
i2f86convers an int into a float将栈顶int型数值强制转换成float型数值并将结果压入栈顶
i2l85converts an int into a long将栈顶int型数值强制转换成long型数值并将结果压入栈顶
i2s93converts an int into a short将栈顶int型数值强制转换成short型数值并将结果压入栈顶
iadd60adds two ints together将栈顶两int型数值相加并将结果压入栈顶
iaload2eloads an int from an array将int型数组指定索引的值推送至栈顶
iand7eperforms a bitwisse and on two integers将栈顶两int型数值作“按位与”并将结果压入栈顶
iastore4fstores an int into an array将栈顶int型数值存入指定数组的指定索引位置
iconst_m102loads the int value -1 onto the stack将int型-1推送至栈顶
iconst_003loads the int value 0 onto the stack将int型0推送至栈顶
iconst_104loads the int value 1 onto the stack将int型1推送至栈顶
iconst_205loads the int value 2 onto the stack将int型2推送至栈顶
iconst_306loads the int value 3 onto the stack将int型3推送至栈顶
iconst_407loads the int value 4 onto the stack将int型4推送至栈顶
iconst_508loads the int value 5 onto the stack将int型5推送至栈顶
idiv6cinvides two integers将栈顶两int型数值相除并将结果压入栈顶
if_acmpeqa5if references are equal,branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两引用型数值,当结果相等时跳转
if_acmpnea6if references are not equal,branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两引用型数值,当结果不相等时跳转
if_icmpeq9fif ints are equal,branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两int型数值大小,当结果等于0时跳转
if_icmpnea0if ints are not equal,branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两int型数值大小,当结果不等于0时跳转
if_icmplta1if value1 is less than value2, branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两int型数值大小,当结果小于0时跳转
if_icmpgea2if value1 is gather than or equal to value2, branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两int型数值大小,当结果大于等于0时跳转
if_icmpgta3if value1 is gather than value2 ,branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两int型数值大小,当结果大于0时跳转
if_icmplea4if value1 is less than or equal to value2, branch to instruction at branchoffset(signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)比较栈顶两int型数值大小,当结果小于等于0时跳转
ifeq99if vlaue is 0 ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)当栈顶int型数值等于0时跳转
ifnq9aif vlaue is not 0 ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)当栈顶int型数值不等于0时跳转
iflt9bif vlaue is less than 0 ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)当栈顶int型数值小于0时跳转
ifge9cif vlaue is gather than or equal to 0 ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)当栈顶int型数值大于等于0时跳转
ifgt9dif vlaue is gather than 0 ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)当栈顶int型数值大于0时跳转
ifle9eif vlaue is less than or equal to 0 ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)当栈顶int型数值小于等于0时跳转
ifnonnullc7if vlaue is not null ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)不为null时跳转
ifnullc6if vlaue is null ,branch to instruction at branchoffset (signed short constructed from unsigned bytes branchbyte1<<8+branchbyte2)为null时跳转
iinc84increment local variable #index bysigned byte const将指定int型变量增加指定值(i++, i–, i+=2)
iload15loads an int value from a local varivale #index将指定的int型本地变量复制到栈顶
iload_01aloads an int value from a local varivale 0将第一个int型本地变量推送至栈顶
iload_11bloads an int value from a local varivale 1将第二个int型本地变量推送至栈顶
iload_21cloads an int value from a local varivale 2将第三个int型本地变量推送至栈顶
iload_31dloads an int value from a local varivale 3将第四个int型本地变量推送至栈顶
imul68nultiply two integers将栈顶两int型数值相乘并将结果压入栈顶
ineg74negate int将栈顶int型数值取负并将结果压入栈顶
instanceofc1determines if an object objectref is of a given type,identified by class refeence index in constant pool(indexbyte1<<8+indexbyte2)检验对象是否是指定的类的实例,如果是将1压入栈顶,否则将0压入栈顶
invokeinterfaceb9invokes an interface method on object objectref, where the interface method is identified by method refenence index in constant pool(indexbyte1<<8+indexbyte2)调用接口方法
invokespecialb7invokes instance method on object objectref, where the interface method is identified by method refenence index in constant pool(indexbyte1<<8+indexbyte2)调用超类构造方法,实例初始化方法,私有方法
invokestaticb8invokes a static method, where the method is identified by method refenence index in constant pool(indexbyte1<<8+indexbyte2)调用静态方法
invokevirtualb6invokes virtual method on object objectref, where the interface method is identified by method refenence index in constant pool(indexbyte1<<8+indexbyte2)调用实例方法
ior80bitwise int or将栈顶两int型数值作“按位或”并将结果压入栈顶
irem70logical int remainder将栈顶两int型数值作取模运算并将结果压入栈顶
ireturnacreturns an integer from a method当前方法返回int
ishl78int shift left将int型数值左移位指定位数并将结果压入栈顶
ishr7aint arithmetic shift right将int型数值右(符号)移位指定位数并将结果压入栈顶
istore36store int value into vairable #index将栈顶int型数值存入指定本地变量
istore_03bstore int value into vairable 0将栈顶int型数值存入第一个本地变量
istore_13bstore int value into vairable 1将栈顶int型数值存入第二个本地变量
istore_23bstore int value into vairable 2将栈顶int型数值存入第三个本地变量
istore_33bstore int value into vairable 3将栈顶int型数值存入第四个本地变量
isub64int subtract将栈顶两int型数值相减并将结果压入栈顶
iushr7cint logical shift right将int型数值右(无符号)移位指定位数并将结果压入栈顶
ixor82int xor将栈顶两int型数值作“按位异或”并将结果压入栈顶
jsra8iump to subroutine at branchoffset(signed short constructed from unsigned bytes brancbyte1<<8+branchbyte2) and place the return adress ont stack跳转至指定16位offset位置,并将jsr下一条指令地址压入栈顶
jsr_wc9iump to subroutine at branchoffset(signed intconstructed from unsigned bytes brancbyte1<<24+branchbyte2<<16++branchbyte3<<8++branchbyte4) and place the return adress ont stack跳转至指定32位offset位置,并将jsr_w下一条指令地址压入栈顶
l2d8aconverts a long to a double将栈顶long型数值强制转换成do le型数值并将结果压入栈顶
l2f89converts a long to a float将栈顶long型数值强制转换成float型数值并将结果压入栈顶
l2i88converts a long to a int将栈顶long型数值强制转换成int型数值并将结果压入栈顶
ladd61add two longs将栈顶两long型数值相加并将结果压入栈顶
laload2fload a long from an array将long型数组指定索引的值推送至栈顶
land7fbitwise and of two longs将栈顶两long型数值作“按位与”并将结果压入栈顶
lastore50store a long to an array将栈顶long型数值存入指定数组的指定索引位置
lcmp94compares two longs values比较栈顶两long型数值大小,并将结果(1,0,-1)压入栈顶
lconst_009pushes the long 0 onto the stack将long型0推送至栈顶
lconst_10apushes the long 1 onto the stack将long型1推送至栈顶
ldc12pushes a constant #index from a constant pool(String,int or float) onto the stack将int, float或String型常量值从常量池中推送至栈顶
ldc_w12pushes a constant #index from a constant pool(String,int or float) onto the stack (wide index is constructed as indexbyte1<<8+indexbyte2)将int, float或String型常量值从常量池中推送至栈顶(宽索引)
ldc2_w12pushes a constant #index from a constant pool(double or long) onto the stack (side index is constructed as indexbyte1<<8+indexbyte2)将long或double型常量值从常量池中推送至栈顶(宽索引)
ldiv6ddivide two longs将栈顶两long型数值相除并将结果压入栈顶
lload16load a long value from a local variable #index将指定的long型本地变量复制到栈顶
lload_01eload a long value from a local variable 0将第一个long型本地变量推送至栈顶
lload_11fload a long value from a local variable 1将第二个long型本地变量推送至栈顶
lload_220load a long value from a local variable 2将第三个long型本地变量推送至栈顶
lload_321load a long value from a local variable 3将第四个long型本地变量推送至栈顶
lmul69multiplies two longs将栈顶两long型数值相乘并将结果压入栈顶
lneg75negates a long将栈顶long型数值取负并将结果压入栈顶
lookupswitchaba target address is looked up from a table using a key and execution continues from the instruction at that address用于switch条件跳转,case值不连续(可变长度指令)
lor81bitwise or of two longs将栈顶两long型数值作“按位或”并将结果压入栈顶
lrem71remainder of division of two longs将栈顶两long型数值作取模运算并将结果压入栈顶
lreturnadreturns along value从当前方法返回long
lshl79bitwise shift left of a long value1 by value2 positions将long型数值左移位指定位数并将结果压入栈顶
lshr7bbitwise shift right of a long value1 by value2 positions将long型数值右(符号)移位指定位数并将结果压入栈顶
lstore37store a long value in a local variable #index将栈顶long型数值存入指定本地变量
lstore_03fstore a long value in a local variable 0将栈顶long型数值存入第一个本地变量
lstore_140store a long value in a local variable 1将栈顶long型数值存入第二个本地变量
lstore_241store a long value in a local variable 2将栈顶long型数值存入第三个本地变量
lstore_342store a long value in a local variable 3将栈顶long型数值存入第四个本地变量
lsub65subtract two longs将栈顶两long型数值相减并将结果压入栈顶
lushr7dbitwise shift right of a long value1 by value2 positions, unsigned将long型数值右(无符号)移位指定位数并将结果压入栈顶
lxor83bitwise exclusive or of two longs将栈顶两long型数值作“按位异或”并将结果压入栈顶
monitorenterc2enter monitor for object(“grab the lock” -start of synchronized() selection)获得对象的锁,用于同步方法或同步块
monitorexitc3exit monitor for object(“grab the lock” -start of synchronized() selection)释放对象的锁,用于同步方法或同步块
multianewarrayc5create a new array of dimensions dimensions with elements of type identified by class reference in constant pool index(indexbyte1<<8+indexbyte2);the sizes of each dimension is identified by count1,[coount2,etc]创建指定类型和指定维度的多维数组(执行该指令时,操作栈中必须包含各维度的长度值),并将其引用值压入栈顶
newbbcreates new object of type identified by class reference in constant pool ndex(indexbyte1<<8+indexbyte2)创建一个对象,并将其引用值压入栈顶
newarraybccreates new array with count elements of primitive type identified by atype创建一个指定原始类型(如int, float, char…)的数组,并将其引用值压入栈顶
nop00performs no operation什么都不做
pop57discards the top value on the stack将栈顶数值弹出 (数值不能是long或do le类型的)
pop258discards the top two values on the stack(or one value,if it is a double or long)将栈顶的一个(long或do le类型的)或两个数值弹出(其它)
putfieldb5set field to value in an object objectref,where the field is identified by a field reference index in constant pool ndex(indexbyte1<<8+indexbyte2)为指定的类的实例域赋值
putstaticb3set static field to value in an object objectref,where the field is identified by a field reference index in constant pool ndex(indexbyte1<<8+indexbyte2)为指定的类的静态域赋值
reta9continue execution from adress taken from a local variable #index(the asymmetry with jsr is intentional)返回至本地变量
returnb1return void from method从当前方法返回void
saload35load short from array将short型数组指定索引的值推送至栈顶
sastore56shore short to array将栈顶short型数值存入指定数组的指定索引位置
sipush11pushes a signed integer(byte1 << 8+byte2) onto the stack将一个短整型常量值(-32768~32767)推送至栈顶
swap5fswaps two top words on the stack(note that value1 and valude2 mush not be double or lomg)将栈最顶端的两个数值互换(数值不能是long或do le类型的)
tableswitchaacontinue execution from an address in the table at offset index用于switch条件跳转,case值连续(可变长度指令)
widec4execute opcode,where opcode is either iload, fload, aload, lload, dload,istore, fstore, astore,lstore, dstore, or ret, but assume the index is 16 bit ; or execute iincc,where the index is 16 bits and the coonstant to increment by is a signed 16 bit short扩充局部变量表的访问索引
breakpointcareserved for breakpoints in Java debuggers;should not appear in my class file
impdep1fereserved for implementation-dependent operations within debuggers;shoud not appear inanyalass file
imdep2ffreserved for implementation-dependent operations within debuggers;shoud not appear inanyalass file

总结以下有助于记忆的类型:

变量到操作数栈:iload,iload_,lload,lload_,fload,fload_,dload,dload_,aload,aload_
操作数栈到变量:istore,istore_,lstore,lstore_,fstore,fstore_,dstore,dstor_,astore,astore_
常数到操作数栈:bipush,sipush,ldc,ldc_w,ldc2_w,aconst_null,iconst_ml,iconst_,lconst_,fconst_,dconst_
加:iadd,ladd,fadd,dadd
减:is ,ls ,fs ,ds
乘:imul,lmul,fmul,dmul
除:idiv,ldiv,fdiv,ddiv
余数:irem,lrem,frem,drem
取负:ineg,lneg,fneg,dneg
移位:ishl,lshr,iushr,lshl,lshr,lushr
按位或:ior,lor
按位与:iand,land
按位异或:ixor,lxor
类型转换:i2l,i2f,i2d,l2f,l2d,f2d(放宽数值转换)
i2b,i2c,i2s,l2i,f2i,f2l,d2i,d2l,d2f(缩窄数值转换)

创建类实便:new
创建新数组:newarray,anewarray,multianwarray
访问类的域和类实例域:getfield,putfield,getstatic,putstatic
把数据装载到操作数栈:baload,caload,saload,iaload,laload,faload,daload,aaload
从操作数栈存存储到数组:bastore,castore,sastore,iastore,lastore,fastore,dastore,aastore
获取数组长度:arraylength
检相类实例或数组属性:instanceof,checkcast
操作数栈管理:pop,pop2,dup,dup2,dup_xl,dup2_xl,dup_x2,dup2_x2,swap
有条件转移:ifeq,iflt,ifle,ifne,ifgt,ifge,ifnull,ifnonnull,if_icmpeq,if_icmpene,
if_icmplt,if_icmpgt,if_icmple,if_icmpge,if_acmpeq,if_acmpne,lcmp,fcmpl
fcmpg,dcmpl,dcmpg
复合条件转移:tableswitch,lookupswitch
无条件转移:goto,goto_w,jsr,jsr_w,ret
调度对象的实便方法:invokevirt l
调用由接口实现的方法:invokeinterface
调用需要特殊处理的实例方法:invokespecial
调用命名类中的静态方法:invokestatic
方法返回:ireturn,lreturn,freturn,dreturn,areturn,return
异常:athrow
finally关键字的实现使用:jsr,jsr_w,ret

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值