| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.bcel.verifier.statics.LocalVariablesInfopublic class LocalVariablesInfoextends java.lang.ObjectMethod Summary | |
void | |
LocalVariableInfo |
|
public void add(int slot,
String name,
int startpc,
int length,
Type t)
throws LocalVariableInfoInconsistentExceptionAdds 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.