Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1034320 // JVMStackCellType - type of a cell in the JVM stack

JavaX fragment (include) [tags: use-pretranspiled]

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: 99 / 171
Version history: 4 change(s)
Referenced in: [show references]