Class TypeUpdateEntry

  • All Implemented Interfaces:
    java.lang.Comparable<TypeUpdateEntry>

    public final class TypeUpdateEntry
    extends java.lang.Object
    implements java.lang.Comparable<TypeUpdateEntry>
    • Constructor Detail

      • TypeUpdateEntry

        public TypeUpdateEntry​(int seq,
                               InsnArg arg,
                               ArgType type)
    • Method Detail

      • getSeq

        public int getSeq()
      • getType

        public ArgType getType()
      • compareTo

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

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