Class LocalVariablesInfo


  • public class LocalVariablesInfo
    extends java.lang.Object
    A utility class holding the information about the names and the types of the local variables in a given method.
    Version:
    $Id$
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(int slot, java.lang.String name, int startpc, int length, Type t)
      Adds information about the local variable in slot 'slot'.
      LocalVariableInfo getLocalVariableInfo​(int slot)
      Returns the LocalVariableInfo for the given slot.
      • Methods inherited from class java.lang.Object

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

      • getLocalVariableInfo

        public LocalVariableInfo getLocalVariableInfo​(int slot)
        Returns the LocalVariableInfo for the given slot.