Class Local


  • public class Local
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor Description
      Local​(int index, org.objectweb.asm.Type type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      org.objectweb.asm.Type getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        private org.objectweb.asm.Type type
      • index

        private int index
    • Constructor Detail

      • Local

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

      • getIndex

        public int getIndex()
      • getType

        public org.objectweb.asm.Type getType()