Class Local

java.lang.Object
net.sf.cglib.core.Local

public class Local extends Object
  • Field Details

    • type

      private org.objectweb.asm.Type type
    • index

      private int index
  • Constructor Details

    • Local

      public Local(int index, org.objectweb.asm.Type type)
  • Method Details

    • getIndex

      public int getIndex()
    • getType

      public org.objectweb.asm.Type getType()