AS3 和 Haxe 语法对比
2014年03月29日 17:50GMT+8
本文档的目的是帮助 熟悉 Actionscript 3 的开发人员快速入门 Haxe。更多 Haxe 特定文档请参阅主要的 Haxe.org.
这个文档源文来自: Haxeflixel’s guide.
Basic Types(基础类型)
AS3
Haxe
Const (常量)
Haxe
Package Declarations(包声明)
AS3
Haxe
Defining a Class(定义类)
AS3
Haxe
Loops(循环)
AS3
Haxe
Switch Statements
AS3
Haxe
Type Inference(类型推断)
AS3
Haxe
Type Casting(类型转换)
AS3
Haxe
Type Details
AS3
Haxe
Checking for Null
AS3
Haxe
Hash Tables
AS3
Haxe
Rest Parameters(可变参数)
AS3
Haxe
Reflection(反射)
AS3
Haxe
Function Types(函数类型)
AS3
Haxe
Getters and Setters
AS3
Haxe
Read-Only Properties(只读属性)
AS3
Haxe
延时
AS3
Haxe
类实例对比
AS3
Haxe
条件编译
AS3
Haxe
更多特性
Haxe 增加了一些 Actionscript 3 没有的语法特性:
个人笔记