jas
Class LocalVarEntry
java.lang.Object
jas.LocalVarEntry
- public class LocalVarEntry
- extends Object
Constructor Summary |
LocalVarEntry(Label startLabel,
Label endLabel,
CP name,
CP sig,
int slot)
Create local variable scope information that can be used
while debugging. |
LocalVarEntry(Label startLabel,
Label endLabel,
String name,
String sig,
int slot)
Create local variable scope information that can be used
while debugging. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalVarEntry
public LocalVarEntry(Label startLabel,
Label endLabel,
String name,
String sig,
int slot)
- Create local variable scope information that can be used
while debugging.
- Parameters:
startLabel
- beginning of scope for variableendLabel
- end of scope for variablename
- name of variablesig
- signature for variableslot
- index of the local variable in the local variables
registers of the VM where its value can be found
LocalVarEntry
public LocalVarEntry(Label startLabel,
Label endLabel,
CP name,
CP sig,
int slot)
- Create local variable scope information that can be used
while debugging.
- Parameters:
startLabel
- beginning of scope for variableendLabel
- end of scope for variablename
- CP to be associated as name of variablesig
- CP to be associated as signature for variableslot
- The index of the local variable in the local
variables part of the VM where its value can be found
Copyright © 2004 Jonathan Meyer, USA All rights reserved.