Class ClspMethod

  • All Implemented Interfaces:
    jadx.api.plugins.input.data.attributes.IJadxAttribute, IMethodDetails, java.lang.Comparable<ClspMethod>

    public class ClspMethod
    extends java.lang.Object
    implements IMethodDetails, java.lang.Comparable<ClspMethod>
    Method node in classpath graph.
    • Constructor Detail

      • ClspMethod

        public ClspMethod​(MethodInfo methodInfo,
                          java.util.List<ArgType> argTypes,
                          ArgType returnType,
                          java.util.List<ArgType> typeParameters,
                          java.util.List<ArgType> throwList,
                          int accFlags)
    • Method Detail

      • containsGenericArgs

        public boolean containsGenericArgs()
      • getArgsCount

        public int getArgsCount()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public int compareTo​(@NotNull
                             @NotNull ClspMethod other)
        Specified by:
        compareTo in interface java.lang.Comparable<ClspMethod>
      • toAttrString

        public java.lang.String toAttrString()
        Specified by:
        toAttrString in interface jadx.api.plugins.input.data.attributes.IJadxAttribute
        Specified by:
        toAttrString in interface IMethodDetails
      • toString

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