Class LocalVariable
java.lang.Object
xyz.janboerman.scalaloader.bytecode.LocalVariable
This class is NOT part of the public API!
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLocalVariable
(String name, String descriptor, String signature, org.objectweb.asm.Label startLabel, org.objectweb.asm.Label endLabel, int tableSlot, int frameIndex) -
Method Summary
-
Field Details
-
name
-
descriptor
-
signature
-
startLabel
public final org.objectweb.asm.Label startLabel -
endLabel
public final org.objectweb.asm.Label endLabel -
tableSlot
public final int tableSlot -
frameIndex
public final int frameIndex
-
-
Constructor Details
-
LocalVariable
-
-
Method Details