src/jdk/nashorn/internal/codegen/types/IntType.java

changeset 96
e478708faa22
parent 7
5a1b0714df0e
child 237
ad28f2b52b12
equal deleted inserted replaced
95:36065e5ea3d1 96:e478708faa22
53 import static jdk.internal.org.objectweb.asm.Opcodes.SIPUSH; 53 import static jdk.internal.org.objectweb.asm.Opcodes.SIPUSH;
54 import static jdk.nashorn.internal.codegen.CompilerConstants.staticCallNoLookup; 54 import static jdk.nashorn.internal.codegen.CompilerConstants.staticCallNoLookup;
55 55
56 import jdk.internal.org.objectweb.asm.MethodVisitor; 56 import jdk.internal.org.objectweb.asm.MethodVisitor;
57 import jdk.nashorn.internal.codegen.CompilerConstants; 57 import jdk.nashorn.internal.codegen.CompilerConstants;
58 import jdk.nashorn.internal.codegen.objects.ObjectClassGenerator; 58 import jdk.nashorn.internal.codegen.ObjectClassGenerator;
59 59
60 /** 60 /**
61 * Type class: INT 61 * Type class: INT
62 */ 62 */
63 class IntType extends BitwiseType { 63 class IntType extends BitwiseType {

mercurial