Jack Conradson aa968f6b65 Scripting: Add Field Methods
Added infrastructure to allow basic member methods in the expressions
language to be called.  The methods must have a signature with no arguments.  Also
added the following member methods for date fields (and it should be easy to add more)
* getYear
* getMonth
* getDayOfMonth
* getHourOfDay
* getMinutes
* getSeconds

Allow fields to be accessed without using the member variable [value].
(Note that both ways can be used to access fields for back-compat.)

closes #10890
2015-04-30 15:36:46 -07:00
..
2014-12-15 15:53:02 +01:00
2015-04-28 11:48:08 +02:00
2014-03-07 14:24:58 +01:00
2015-04-09 14:29:16 +02:00
2014-09-24 20:50:30 +02:00