Libraryless. Click here for Pure Java version (22322L/136K).
1 | abstract sclass PStackComputableWithStep<A> extends PStackComputable<A> { |
2 | int step; |
3 | |
4 | // phasing out the signature with subComputationResult |
5 | public final void step(VStack stack, O subComputationResult) { |
6 | step((IPStack) stack); |
7 | } |
8 | |
9 | void step(IPStack stack) {} |
10 | |
11 | toString { ret shortClassName(this) + " step " + step; } |
12 | } |
Began life as a copy of #1035423
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1035425 |
Snippet name: | PStackComputableWithStep |
Eternal ID of this version: | #1035425/4 |
Text MD5: | a010eb1b85292db21aa4676301994fce |
Transpilation MD5: | a993734fe63d8831b3389d9e759ffefb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-05-08 19:09:48 |
Source code size: | 349 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 141 / 218 |
Version history: | 3 change(s) |
Referenced in: | [show references] |