Class VariableTable.Variable

java.lang.Object
com.offbynull.coroutines.instrumenter.asm.VariableTable.Variable
Enclosing class:
VariableTable

public final class VariableTable.Variable extends Object
Represents an entry within the local variable table of a method.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private org.objectweb.asm.Type
     
    private boolean
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Variable(org.objectweb.asm.Type type, int index, boolean used)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Get the index of this entry within the local variable table.
     
    org.objectweb.asm.Type
    Get the type of this local variable table entry.
    boolean
    Returns true if this object hasn't been released.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait