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
- inheritedReturnType
-
virtual override CType inheritedReturnType()
- 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
- returnType
-
virtual override CType returnType
- setParamTypes
- signature
-
virtual override Str signature()
- sigsEqual
-
Bool sigsEqual(JavaMethod m)
Does given method have the exact same signature (ignoring declaring class)