Libraryless. Click here for Pure Java version (31L/1K).
// bool, byte, char and short are all represented as int enum JVMStackCellType { none, objValue, intValue, longValue, floatValue, doubleValue; }
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034320 |
Snippet name: | JVMStackCellType - type of a cell in the JVM stack |
Eternal ID of this version: | #1034320/5 |
Text MD5: | 1d273da37111d081b03528dd5f0ea8b4 |
Transpilation MD5: | b6596dba09130ee55afeafac2e5d1cfe |
Author: | stefan |
Category: | javax / byte code |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-02 17:52:50 |
Source code size: | 149 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 167 / 265 |
Version history: | 4 change(s) |
Referenced in: | #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167) |