Class Instruction.FieldOrMethod

  • Enclosing class:
    Instruction

    public static class Instruction.FieldOrMethod
    extends Object
    • Field Detail

      • owner

        public final String owner
      • name

        public final String name
      • desc

        public final String desc
      • ownerIsInterface

        public final boolean ownerIsInterface
    • Constructor Detail

      • FieldOrMethod

        public FieldOrMethod​(String owner,
                             String name,
                             String desc,
                             boolean ownerIsInterface)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • completeSignature

        public String completeSignature()