Libraryless. Click here for Pure Java version (6376L/36K).
1 | sclass TypedVirtualVar<A> extends VirtualVar<A> {
|
2 | Class<A> type; |
3 | |
4 | *(Class<A> *type, IF0<A> *getter, IVF1<A> *setter) {}
|
5 | |
6 | public Class<A> getType() { ret type; }
|
7 | } |
Began life as a copy of #1034470
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034686 |
| Snippet name: | TypedVirtualVar |
| Eternal ID of this version: | #1034686/2 |
| Text MD5: | bdb79f72df374b13c98e51797d4945ab |
| Transpilation MD5: | 75ebe70a1c2d554a6ac373ef34c449d4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-03 14:24:24 |
| Source code size: | 178 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 584 / 717 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |