jas
Class LocalVarEntry

java.lang.Object
  extended byjas.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
 

Constructor Detail

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 variable
endLabel - end of scope for variable
name - name of variable
sig - signature for variable
slot - 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 variable
endLabel - end of scope for variable
name - CP to be associated as name of variable
sig - CP to be associated as signature for variable
slot - 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.