return; or return expression;
where:
The return statement is used to exit a script or a rule, with an optional value.
if (myClass.isAbstract()) return; ...
return myAttribute.type.name;