Bug 1143 - Add 'DelegateImplementation', where a manually implementation may delegate to the renamed original
Summary: Add 'DelegateImplementation', where a manually implementation may delegate to...
Status: RESOLVED INVALID
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2.3.0
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2015-03-10 08:03 CET by Sven Gothel
Modified: 2019-03-29 17:54 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.