Class MethodData


  • public class MethodData
    extends java.lang.Object
    Container class for method data.
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodData​(ClassData parentClass, java.lang.String name, java.lang.String nameMapped, java.lang.String descriptor)
      Constructs a new MethodData.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • parentClass

        public final ClassData parentClass
        The internal name of the parent class.
      • signature

        public final MethodSignature signature
        The signature of the method.
      • nameMapped

        public final java.lang.String nameMapped
        The mapped name of the method.
    • Constructor Detail

      • MethodData

        public MethodData​(ClassData parentClass,
                          java.lang.String name,
                          java.lang.String nameMapped,
                          java.lang.String descriptor)
        Constructs a new MethodData.
        Parameters:
        parentClass - the ClassData representation of the parent class
        name - the method name
        nameMapped - the mapped method name
        descriptor - the method's descriptor