logo

class

compiler::ParameterizedMethod

sys::Obj
  compiler::ParameterizedMethod : compiler::CMethod

ParameterizedMethod models a parameterized CMethod

Slots

flags

override Int flags()

Source

generic

override readonly CMethod generic

Source

inheritedReturnType

override CType inheritedReturnType()

Source

isParameterized

override Bool isParameterized()

Source

make

new make(GenericType parent, CMethod generic)

Source

name

override Str name()

Source

params

override readonly CParam[] params

Source

parent

override readonly CType parent

Source

qname

override Str qname()

Source

returnType

override readonly CType returnType

Source

signature

override readonly Str signature

Source

toStr

override Str toStr()

Return a string representation of this object.

Source