Class MethodTypeSignature


  • public class MethodTypeSignature
    extends HierarchicalTypeSignature
    A method type signature (called "MethodSignature" in the classfile documentation).
    • Field Detail

      • scanResult

        protected transient ScanResult scanResult
    • Method Detail

      • getResultType

        public TypeSignature getResultType()
        Get the result type for the method.
        Returns:
        The result type for the method, as a TypeSignature parsed type object.
      • getClassName

        protected java.lang.String getClassName()
        The name of the class (used by getClassInfo() to fetch the ClassInfo object for the class).
        Returns:
        The class name.
      • getClassInfo

        protected ClassInfo getClassInfo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object