Libraryless. Click here for Pure Java version (22322L/136K).
abstract sclass PStackComputableWithStep<A> extends PStackComputable<A> { int step; // phasing out the signature with subComputationResult public final void step(VStack stack, O subComputationResult) { step((IPStack) stack); } void step(IPStack stack) {} toString { ret shortClassName(this) + " step " + step; } }
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: | 566 / 686 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |