octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #47680] classdef @ operator to overrided super


From: Julien Bect
Subject: [Octave-bug-tracker] [bug #47680] classdef @ operator to overrided superclass methods
Date: Fri, 8 Feb 2019 02:16:21 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #17, bug #47680 (project octave):

Yes, I mean that 


this . addRequired @ inputParser( name, validator );


is interpreted as


this ('.', 'addRequired', '@', ... );


On the other, you are right, in the context of an assignment operator things
are different.  More precisely,


x = this . addRequired @ inputParser( name, validator );


works exactly as if there were no spaces around the dot and the @-sign.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?47680>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]