Class LocalVariable


  • class LocalVariable
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int idx  
      (package private) java.lang.Class type  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalVariable​(java.lang.Class type, int idx)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        final java.lang.Class type
      • idx

        final int idx
    • Constructor Detail

      • LocalVariable

        public LocalVariable​(java.lang.Class type,
                             int idx)