const class compilerJava::DasmType

sys::Obj
  compilerJava::DasmType

Source

DasmType models a type within a field or method descriptor

isArray

Bool isArray()

Source

Is this an array type

isPrimitive

Bool isPrimitive()

Source

Is this a primitive type

make

new make(Str sig)

Source

rank

const Int rank

Source

If array, what is its rank (or zero if not an array)

sig

const Str sig

Source

Java signature such as "Ljava/lang/String;" or "I"

toComponentType

DasmType toComponentType()

Source

Get array's component type

toStr

virtual override Str toStr()

Source