Next: , Previous: , Up: Implementation Defined Pragmas   [Contents][Index]


2.89 Pragma Java_Constructor

Syntax:

pragma Java_Constructor ([Entity =>] function_LOCAL_NAME);

This pragma is used to assert that the specified Ada function should be mapped to the Java constructor for some Ada tagged record type.

See section 7.3.2 of the GNAT User’s Guide: Supplement for the JVM Platform. for related information.