|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.apache.bcel.verifier.statics.LocalVariablesInfo
A utility class holding the information about the names and the types of the local variables in a given method.
| Method Summary | |
void |
add(int slot,
java.lang.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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public LocalVariableInfo getLocalVariableInfo(int slot)
public void add(int slot,
java.lang.String name,
int startpc,
int length,
Type t)
throws LocalVariableInfoInconsistentException
LocalVariableInfoInconsistentException - if the new information conflicts
with already gathered information.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||