[fpc-devel] What is a "static" function?
Mattias Gaertner
nc-gaertnma at netcologne.de
Mon Dec 26 18:28:34 CET 2011
On Mon, 26 Dec 2011 17:15:45 +0100
Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:
>
> On 26 Dec 2011, at 16:34, Mattias Gaertner wrote:
>
> > What is a "static" function?
> >
> > class function red_(para1: jint): jint; static; external name 'red'; overload;
>
> It's a class function without an implicit self (= vmt) parameter. It already existed before the JVM port was started.
Thanks.
Mattias
More information about the fpc-devel
mailing list