Predefined variables will take the following values: |
${CALL_SUPER} |
|
a super method call, for void methods - super(); with or without parameters;
for other methods - return super(); with or without parameters
|
${RETURN_TYPE} |
|
a return type of a created method |
${DEFAULT_RETURN_VALUE} |
|
a value returned by the method by default |
${METHOD_NAME} |
|
name of the method that is overridden |
${CLASS_NAME} |
|
qualified name of the class where method is overridden |
${SIMPLE_CLASS_NAME} |
|
non-qualified name of the class where method is implemented |