exclude or identify the method's parameter list from the LocalVariableTable
Wayne Chien <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I am using BCEL to parse a java class file to get the information I need and I run into the following issue: How can I exclude the variables that are used in a method's parameter list in the LocalVariableTable or identify them from the LocalVariable[] that is getting from the LocalVariableTable.getLocalVariableTable() call? Do you have any suggestion? Thank you in advance…