Class Implementation.Context.Default.AbstractPropertyAccessorMethod

    • Constructor Detail

      • AbstractPropertyAccessorMethod

        protected AbstractPropertyAccessorMethod()
    • Method Detail

      • getModifiers

        public int getModifiers()
        Returns the modifier that is described by this object.
        Returns:
        The modifier that is described by this object.
      • getBaseModifiers

        protected abstract int getBaseModifiers()
        Returns the base modifiers, i.e. the modifiers that define the accessed property's features.
        Returns:
        Returns the base modifiers of the represented methods.