class compilerJava::Dasm
sys::Obj compilerJava::Dasm
Dasm is used to disassemble Java classfiles
- CP_CLASS
-
const static Int CP_CLASS := 7
- CP_DOUBLE
-
const static Int CP_DOUBLE := 6
- CP_FIELD
-
const static Int CP_FIELD := 9
- CP_FLOAT
-
const static Int CP_FLOAT := 4
- CP_INTEGER
-
const static Int CP_INTEGER := 3
- CP_INTERFACE
-
const static Int CP_INTERFACE := 11
- CP_INVOKEDYNAMIC
-
const static Int CP_INVOKEDYNAMIC := 18
- CP_LONG
-
const static Int CP_LONG := 5
- CP_METHOD
-
const static Int CP_METHOD := 10
- CP_METHODHANDLE
-
const static Int CP_METHODHANDLE := 15
- CP_METHODTYPE
-
const static Int CP_METHODTYPE := 16
- CP_NAMETYPE
-
const static Int CP_NAMETYPE := 12
- CP_STRING
-
const static Int CP_STRING := 8
- CP_UTF8
-
const static Int CP_UTF8 := 1
- make
-
new make(InStream in)
Constructr for given input stream
- read
-
DasmClass read()
Read the classfile and close input stream