Package jisd.info

Class MethodInfo


  • public class MethodInfo
    extends StaticInfo
    Method information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clearCache()
      Clear local variables data.
      LocalInfo local​(java.lang.String localName)
      Get local variable information.
      java.util.ArrayList<java.lang.String> localNames()
      Get local variable names which belongs to this class.
      • Methods inherited from class java.lang.Object

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

      • local

        public LocalInfo local​(java.lang.String localName)
        Get local variable information.
      • localNames

        public java.util.ArrayList<java.lang.String> localNames()
        Get local variable names which belongs to this class.
      • clearCache

        public void clearCache()
        Clear local variables data.
        Specified by:
        clearCache in class StaticInfo