const class compilerJava::DasmType
sys::Obj compilerJava::DasmType
DasmType models a type within a field or method descriptor
- isArray
-
Bool isArray()Is this an array type
- isPrimitive
-
Bool isPrimitive()Is this a primitive type
- make
-
new make(Str sig) - rank
-
const Int rankIf array, what is its rank (or zero if not an array)
- sig
-
const Str sigJava signature such as "Ljava/lang/String;" or "I"
- toComponentType
-
DasmType toComponentType()Get array's component type
- toStr
-
virtual override Str toStr()