public String toType(String fullType) {
   return As3TypeMap.toActionScriptType(fullType);
 }
 public String toActionScriptType(Type type) {
   return As3TypeMap.toActionScriptType(type);
 }