Prev | Current Page 671 | Next

L. McColl-Sylvester and F. Ponticelli

"Professional haXe and Neko"

This is
important because you may wish to run code that is invoked indirectly
using reflection and this code must be present to be accessed. Using
imports only when they are needed is very important to keep the
compiled output as lean as possible.
include
(F9)
Not implemented; see import.
internal
(F9)
Internal is not implemented in haXe but private types (classes, enums,
and/or typedefs) have a very similar role. A private type is only
accessible in the file in which it is defined.
protected
(F9)
See private.
Rest arguments: ...
(F9)
Not implemented.
Table continued on following page
Part II: Server Side, JavaScript, and Flash: Oh My!
356
Global Properties
haXe does not support global properties as a language feature, the ones existing from the Flash API have
been mapped to some class definition or omitted (see Table 12 - 6 ).
Table 12-6
ActionScript Property
(Flash Version) haXe Equivalent
_accProps
(F6.0.65??“8)
Not implemented.
_focusrect
(F6??“8)
Use the _focustrect variable of flash.


Pages:
659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683