class compilerJava::JavaMethod
sys::Obj compilerJava::JavaSlot compilerJava::JavaMethod : compiler::CMethod
JavaMethod is the implementation of CMethod for a Java method.
- dup
-
virtual override This dup() - facet
- inheritedReturns
-
virtual override CType inheritedReturns() - isGeneric
-
virtual override Bool isGeneric - make
-
new make(CType parent, Str name, Int flags, CType ret, CParam[] params := [,]) - params
-
virtual override CParam[] params - parent
-
virtual override CType parent - returns
-
virtual override CType returns - setParamTypes
- signature
-
virtual override Str signature() - sigsEqual
-
Bool sigsEqual(JavaMethod m)Does given method have the exact same signature (ignoring declaring class)