2122232425262728
public Object execute(Context context) { try { return field.get(null); } catch (Exception ex) { return new ScriptRuntimeException("Failed to get static field value: ".concat(field.toString()), ex, this); } }