Minor renames and refactorings related to JetTypeMapper

This commit is contained in:
Alexander Udalov
2013-12-24 20:57:38 +04:00
parent ace326f4cf
commit 49a4abbc9e
7 changed files with 143 additions and 188 deletions
@@ -28,7 +28,6 @@ public class AsmTypeConstants {
public static final Type OBJECT_TYPE = getType(Object.class);
public static final Type JAVA_STRING_TYPE = getType(String.class);
public static final Type JAVA_THROWABLE_TYPE = getType(Throwable.class);
public static final Type JAVA_ARRAY_GENERIC_TYPE = getType(Object[].class);
public static final Type JET_UNIT_TYPE = Type.getObjectType("jet/Unit");
public static final Type JET_FUNCTION0_TYPE = Type.getObjectType("jet/Function0");