All variables in rexx are typeless 在rexx中,所有變量都是無類型的。
Right now the binding generator doesn t know what kind of content is present in a java collection or other untyped reference , so the generator just leaves it to the user to modify the generating binding and add the appropriate content ; once the generics reflection code is added , the generator will instead be able to get type information directly from generics for users of java 5 現(xiàn)在綁定生成器不知道在java集合(或者其他無類型的引用)中出現(xiàn)的是什么樣的內(nèi)容,因此生成器讓用戶修改生成的綁定并增加相應(yīng)的內(nèi)容;加入泛型反射代碼后,對于使用java 5的用戶,生成器將可以從泛型中直接得到類型信息。