TriggerReactor

TriggerReactor

24.6k Downloads

provide easy access to classes using IMPORT

wysohn opened this issue ยท 1 comments

commented

The current IMPORT statement merely retrieves the class instance using Class.forName(), so nothing much can be done with it unless the user does some tricks using reflection.

Add a new syntax to support <Class>::field or <Class>::method()

commented

I thought static methods and fields were already supported? Why is this necessary?