Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » B3 » issues with property terminal
issues with property terminal [message #538169] Sun, 06 June 2010 00:55 Go to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Hi,
Another change that I am contemplating is the syntax for properties,
currently it is $QID e.g. $this.is.a.property, this is a problem since
properties can be used in expressions, and one of things you may want to
do is to invoke a member function on a string property.

As an example $this.is.a.property.size() results in a call on the value
of the property "this.is.a.property.size", whereas the code
$this.is.a.property .size() performs the call.

I can think of several ways to handle this - the simplest is to change
the terminal so there is an ending delimiter.

Either:
$this.is.a.property$

or

${this.is.a.property}

I like the later, as it is more clear that the ${ } is syntax to
reference the property, and it is a commonly used construct.

- henrik
Re: issues with property terminal [message #538210 is a reply to message #538169] Sun, 06 June 2010 13:06 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2010-06-06 02:55, Henrik Lindberg wrote:
> Either:
> $this.is.a.property$
>
> or
>
> ${this.is.a.property}
>
> I like the later, as it is more clear that the ${ } is syntax to
> reference the property, and it is a commonly used construct.
>
I agree. Let's use the latter. I belive that in a unix shell, you can
use both $foo and ${foo}. The former can be used when there is no
ambiguity such as the need to distinguish:

${foo}bar

from

$foobar

I'm not much in favor of that though. It's better to have one canonical
way to express property expansion.

- thomas
Re: issues with property terminal [message #538233 is a reply to message #538210] Sun, 06 June 2010 23:19 Go to previous message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Fixed in Head.
- henrik

On 6/6/10 3:06 PM, Thomas Hallgren wrote:
> On 2010-06-06 02:55, Henrik Lindberg wrote:
>> Either:
>> $this.is.a.property$
>>
>> or
>>
>> ${this.is.a.property}
>>
>> I like the later, as it is more clear that the ${ } is syntax to
>> reference the property, and it is a commonly used construct.
>>
> I agree. Let's use the latter. I belive that in a unix shell, you can
> use both $foo and ${foo}. The former can be used when there is no
> ambiguity such as the need to distinguish:
>
> ${foo}bar
>
> from
>
> $foobar
>
> I'm not much in favor of that though. It's better to have one canonical
> way to express property expansion.
>
> - thomas
Re: issues with property terminal [message #608332 is a reply to message #538169] Sun, 06 June 2010 13:06 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
On 2010-06-06 02:55, Henrik Lindberg wrote:
> Either:
> $this.is.a.property$
>
> or
>
> ${this.is.a.property}
>
> I like the later, as it is more clear that the ${ } is syntax to
> reference the property, and it is a commonly used construct.
>
I agree. Let's use the latter. I belive that in a unix shell, you can
use both $foo and ${foo}. The former can be used when there is no
ambiguity such as the need to distinguish:

${foo}bar

from

$foobar

I'm not much in favor of that though. It's better to have one canonical
way to express property expansion.

- thomas
Re: issues with property terminal [message #608334 is a reply to message #538210] Sun, 06 June 2010 23:19 Go to previous message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Fixed in Head.
- henrik

On 6/6/10 3:06 PM, Thomas Hallgren wrote:
> On 2010-06-06 02:55, Henrik Lindberg wrote:
>> Either:
>> $this.is.a.property$
>>
>> or
>>
>> ${this.is.a.property}
>>
>> I like the later, as it is more clear that the ${ } is syntax to
>> reference the property, and it is a commonly used construct.
>>
> I agree. Let's use the latter. I belive that in a unix shell, you can
> use both $foo and ${foo}. The former can be used when there is no
> ambiguity such as the need to distinguish:
>
> ${foo}bar
>
> from
>
> $foobar
>
> I'm not much in favor of that though. It's better to have one canonical
> way to express property expansion.
>
> - thomas
Previous Topic:question/issue : changing ~= operator to ?=
Next Topic:b3 status
Goto Forum:
  


Current Time: Tue Mar 19 04:49:37 GMT 2024

Powered by FUDForum. Page generated in 0.03227 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top