bennyxqg / lua-alchemy

Automatically exported from code.google.com/p/lua-alchemy
0 stars 0 forks source link

Change pkgobj sugar #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
value = as3.class.path.name.method(args)
as3.class.path.name.new()
as3.class.path.name.class()
as3.class.path.name.variable = 5

value = as3.class.path.name.variable
value = as3.namespace.path.name.method(args)
as3.namespace.path.name.variable = 5
value = as3.namespace.path.name.variable

Original issue reported on code.google.com by aglad...@gmail.com on 13 Jan 2009 at 8:25

GoogleCodeExporter commented 9 years ago
also rename current as3.class to as3.newclass

Original comment by aglad...@gmail.com on 13 Jan 2009 at 8:27

GoogleCodeExporter commented 9 years ago

Original comment by aglad...@gmail.com on 14 Jan 2009 at 11:25