For example if int-variables a and b are stored in local variables 1 and 2, this code would compute this.f(3+b*a)
. (this-pointer is stored in variable 0)
iload_1
aload_0
icons_3
iload_1
iload_1
imul
iadd
invokevirtual #4
for what does #4
stand here ?