You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by Wayne Chien <wa...@gmail.com> on 2004/12/23 14:11:52 UTC

exclude or identify the method's parameter list from the LocalVariableTable

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ā€¦

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org