Interface IPropertyAccessor

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getValue​(java.lang.Object ctx)
      Returns the value for a property given a "this" object
      void setValue​(java.lang.Object ctx, java.lang.Object value)
      Sets the property to the given value for the ctx object
    • Method Detail

      • getValue

        java.lang.Object getValue​(java.lang.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​(java.lang.Object ctx,
                      java.lang.Object value)
        Sets the property to the given value for the ctx object
        Parameters:
        ctx - the "this" pointer
        value - the new value