how to get the name of a local variable

lucefe <[email protected]>
Newsgroups gmane.comp.java.objectweb.asm
Message-ID <[email protected]>
I want to get the name of a local variable, for example:
To the assignment statement "node.key = data", how can I get local
variable's name "data".
The related byte code of the statement is:
ALOAD 2
ILOAD 1
PUTFIELD src/Node.key : I

I know "data" is the first value on the operand stack, but how can I get the
name "data"and "node"?

Thank you all!

lucefe
message-footer.txt (text/plain, 238 B)
-- 
You receive this message as a subscriber of the [email protected] mailing list.
To unsubscribe: mailto:[email protected]
For general help: mailto:[email protected]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.