class compilerJava::JavaParam

sys::Obj
  compilerJava::JavaParam : compiler::CParam

Source

JavaParam is the implementation of CParam for a Java method parameter.

hasDefault

virtual override Bool hasDefault

Source

make

new make(Str n, CType t)

Source

name

virtual override Str name

Source

toStr

virtual override Str toStr()

Source

type

virtual override CType type

Source