コード例 #1
0
 public String toType(String fullType) {
   return As3TypeMap.toActionScriptType(fullType);
 }
コード例 #2
0
 public String toActionScriptType(Type type) {
   return As3TypeMap.toActionScriptType(type);
 }