Class LocalVariableTable
java.lang.Object
de.inetsoftware.classparser.LocalVariableTable
- Author:
- Volker Berlin
-
Method Summary
Modifier and TypeMethodDescriptionintGet the count of variables/slots.getTable()Get the declared local variables
-
Method Details
-
getMaxLocals
public int getMaxLocals()Get the count of variables/slots. This is not the count of declared LocalVariable in this table. There can be unnamed helper variables for the compiler which are not in the table. There can be reused slots for different variables.- Returns:
- the count
-
getTable
-