Class jas.LocalVarEntry
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jas.LocalVarEntry

java.lang.Object
   |
   +----jas.LocalVarEntry

public class LocalVarEntry
extends Object

Constructor Index

 o LocalVarEntry(Label, Label, String, String, int)
Create local variable scope information that can be used while debugging.
 o LocalVarEntry(Label, Label, CP, CP, int)
Create local variable scope information that can be used while debugging.

Constructors

 o 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
 o 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index