Class InsAttribute

  • All Implemented Interfaces:
    Inside

    public final class InsAttribute
    extends Object
    implements Inside
    Inside with attribute as item.
    Since:
    0.0.1
    • Constructor Detail

      • InsAttribute

        public InsAttribute​(String obj,
                            String attr)
        Ctor.
        Parameters:
        obj - Object
        attr - Attribute
    • 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.