Bug 1143

Summary: Add 'DelegateImplementation', where a manually implementation may delegate to the renamed original
Product: [JogAmp] Gluegen Reporter: Sven Gothel <sgothel>
Component: coreAssignee: Sven Gothel <sgothel>
Status: RESOLVED INVALID    
Severity: enhancement    
Priority: ---    
Version: 2.3.0   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description Sven Gothel 2015-03-10 08:03:44 CET

    
Comment 1 Sven Gothel 2015-03-10 08:08:45 CET
'DelegateImplementation' is a variation of 'ManuallyImplement'.

'ManuallyImplement' emits the interface method, but suppresses
the Java and native-code implementation.
The latter shall be implemented manually by the user.

'DelegateImplementation' emits the interface method, 
and the renamed Java and native-code implementation.
Both can be called from the manual user implementation,
hence delegation.
Comment 2 Sven Gothel 2015-03-10 08:11:22 CET
Editing troubles, moved to Bug 1144.