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

paramType

virtual override CType paramType

Source

toStr

virtual override Str toStr()

Source