class compilerJava::Dasm

sys::Obj
  compilerJava::Dasm

Source

Dasm is used to disassemble Java classfiles

CP_CLASS

const static Int CP_CLASS := 7

Source

CP_DOUBLE

const static Int CP_DOUBLE := 6

Source

CP_FIELD

const static Int CP_FIELD := 9

Source

CP_FLOAT

const static Int CP_FLOAT := 4

Source

CP_INTEGER

const static Int CP_INTEGER := 3

Source

CP_INTERFACE

const static Int CP_INTERFACE := 11

Source

CP_INVOKEDYNAMIC

const static Int CP_INVOKEDYNAMIC := 18

Source

CP_LONG

const static Int CP_LONG := 5

Source

CP_METHOD

const static Int CP_METHOD := 10

Source

CP_METHODHANDLE

const static Int CP_METHODHANDLE := 15

Source

CP_METHODTYPE

const static Int CP_METHODTYPE := 16

Source

CP_NAMETYPE

const static Int CP_NAMETYPE := 12

Source

CP_STRING

const static Int CP_STRING := 8

Source

CP_UTF8

const static Int CP_UTF8 := 1

Source

make

new make(InStream in)

Source

Constructr for given input stream

read

DasmClass read()

Source

Read the classfile and close input stream