const class compilerDoc::DocMethod

sys::Obj
  compilerDoc::DocSlot
    compilerDoc::DocMethod

Source

DocMethod models the documentation of a Method.

isField

virtual override Bool isField()

Source

Return false

isMethod

virtual override Bool isMethod()

Source

Return true

params

const DocParam[] params

Source

Parameters of the method

returns

const DocTypeRef returns

Source

Return type of the method