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
..
2015-04-04 16:50:04 +02:00
2015-04-27 17:19:36 +02:00
2015-04-14 19:11:09 +02:00
2015-04-30 15:36:46 -07:00
2015-04-10 17:38:36 +02:00
2015-04-27 17:19:36 +02:00
2014-09-11 09:52:09 +02:00
2015-04-27 13:45:35 +02:00
2015-04-23 08:52:34 +02:00