JBoss Community

Re: How to manipulate aload instruction in Javassist?

created by Young Zoung in Javassist - View the full discussion

who can tell me the difference between the method locals and stack of StackMap.Walker?

 

the explanation is same

 

locals

public int locals(int pos, int offset, int num)
Invoked when locals of stack_map_frame is visited.

 


  #

stack

public int stack(int pos, int offset, int num)

Invoked when stack of stack_map_frame is visited.

Reply to this message by going to Community

Start a new discussion in Javassist at Community