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 #608326] Sun, 06 June 2010 00:55
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
Previous Topic:question/issue : changing ~= operator to ?=
Next Topic:question/issue : changing ~= operator to ?=
Goto Forum:
  


Current Time: Thu Apr 25 09:48:46 GMT 2024

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

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

Back to the top