AS3 Runtime-Type Tokens (Vector.<Number>)
hi, friends!
is there way runtime-type class tokens, vector class, or exclusive flashplayer , adobe team?
in java somthing like:
package test; class myclass<runtime_type> { public myclass( runtime_type value ) { /* */ } }
thank you,
caiotoon!
i'm not familiar java 'runtime' typing, can create as3 class takes class argument constructor, i've used few times e.g. custom class manages typed collection internally , specify type of class when create new instance of 'manager' class.
the vector typing kind of similar in concept, it's syntax different 'class' type 'argument' less than/greater than. can't extend vector or otherwise mimic syntax custom classes in source code far know.
i'm not sure if meant or not....
More discussions in ActionScript 3
adobe
Comments
Post a Comment