Fantom

 

class

compilerJava::JavaMethod

sys::Obj
  compilerJava::JavaSlot
    compilerJava::JavaMethod : compiler::CMethod

JavaMethod is the implementation of CMethod for a Java method.

Slots

inheritedReturnTypeSource

override CType inheritedReturnType()

isGenericSource

override Bool isGeneric

paramsSource

override CParam[] params

parentSource

override CType parent

returnTypeSource

override CType returnType

setParamTypesSource

Void setParamTypes(CType[] types)

signatureSource

override Str signature()

sigsEqualSource

Bool sigsEqual(JavaMethod m)

Does given method have the exact same signature (ignoring declaring class)