Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.bcel.verifier.statics.LocalVariablesInfo
public class LocalVariablesInfo
extends java.lang.Object
Method Summary | |
void | |
LocalVariableInfo |
|
public void add(int slot, String name, int startpc, int length, Type t) throws LocalVariableInfoInconsistentException
Adds information about the local variable in slot 'slot'. Automatically adds information for slot+1 if 't' is Type.LONG or Type.DOUBLE.
- Throws:
LocalVariableInfoInconsistentException
- if the new information conflicts with already gathered information.
public LocalVariableInfo getLocalVariableInfo(int slot)
Returns the LocalVariableInfo for the given slot.