Class Java.LocalVariableSlot

java.lang.Object
org.codehaus.janino.Java.LocalVariableSlot
Enclosing class:
Java

public static class Java.LocalVariableSlot extends Object
All local variables have a slot number, local variables that get written into the localvariabletable also have a start and end offset that defines the variable's extent in the bytecode. If the name is null, or variable debugging is not on, then the variable won't be written into the localvariabletable and the offsets can be ignored.
  • Constructor Details

    • LocalVariableSlot

      public LocalVariableSlot(String name, short slotNumber, IClass type)
  • Method Details