Interface IPropertyAccessor

    • Method Detail

      • getValue

        Object getValue​(Object ctx)
        Returns the value for a property given a "this" object
        Parameters:
        ctx - the "this" pointer.
        Returns:
        the value of the property for the ctx object
      • setValue

        void setValue​(Object ctx,
                      Object value)
        Sets the property to the given value for the ctx object
        Parameters:
        ctx - the "this" pointer
        value - the new value