Class InsMethod

  • All Implemented Interfaces:
    Inside

    public final class InsMethod
    extends Object
    implements Inside
    Inside with "method" as item.
    Since:
    0.0.1
    • Constructor Detail

      • InsMethod

        public InsMethod​(String obj,
                         String mtd)
        Ctor.
        Parameters:
        obj - Object name
        mtd - Method name
    • Method Detail

      • object

        public String object()
        Description copied from interface: Inside
        Object part of the inside.
        Specified by:
        object in interface Inside
        Returns:
        Name of the object.
      • item

        public String item()
        Description copied from interface: Inside
        Item part of the inside.
        Specified by:
        item in interface Inside
        Returns:
        Name of the item (function/attribute)
      • replacement

        public String replacement()
        Description copied from interface: Inside
        Replacement part of the inside.
        Specified by:
        replacement in interface Inside
        Returns:
        String to put in the result inside.