org.apache.bcel.verifier.statics
public class LocalVariablesInfo extends Object
Version: $Id: LocalVariablesInfo.java 386056 2006-03-15 11:31:56Z tcurdt $
| Field Summary | |
|---|---|
| LocalVariableInfo[] | localVariableInfos The information about the local variables is stored here. |
| Constructor Summary | |
|---|---|
| LocalVariablesInfo(int max_locals) The constructor. | |
| Method Summary | |
|---|---|
| void | add(int slot, String name, int startpc, int length, Type t)
Adds information about the local variable in slot 'slot'. |
| LocalVariableInfo | getLocalVariableInfo(int slot) Returns the LocalVariableInfo for the given slot. |
Throws: LocalVariableInfoInconsistentException if the new information conflicts with already gathered information.