Klasse CodeSnippetReturnStatement

Alle implementierten Schnittstellen:
InvocationSite, TypeConstants, TypeIds, EvaluationConstants

public class CodeSnippetReturnStatement extends ReturnStatement implements InvocationSite, EvaluationConstants
A return statement inside a code snippet. During the code gen, it uses a macro to set the result of the code snippet instead of returning it.