src/share/classes/com/sun/tools/javac/comp/Lower.java

changeset 1280
5c0b3faeb0b0
parent 1260
96a8278e323c
child 1307
464f52f59f7d
equal deleted inserted replaced
1279:34e254ffd0e7 1280:5c0b3faeb0b0
1 /* 1 /*
2 * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
38 import com.sun.tools.javac.code.Symbol.*; 38 import com.sun.tools.javac.code.Symbol.*;
39 import com.sun.tools.javac.tree.JCTree.*; 39 import com.sun.tools.javac.tree.JCTree.*;
40 import com.sun.tools.javac.code.Type.*; 40 import com.sun.tools.javac.code.Type.*;
41 41
42 import com.sun.tools.javac.jvm.Target; 42 import com.sun.tools.javac.jvm.Target;
43 import com.sun.tools.javac.parser.EndPosTable; 43 import com.sun.tools.javac.tree.EndPosTable;
44 44
45 import static com.sun.tools.javac.code.Flags.*; 45 import static com.sun.tools.javac.code.Flags.*;
46 import static com.sun.tools.javac.code.Flags.BLOCK; 46 import static com.sun.tools.javac.code.Flags.BLOCK;
47 import static com.sun.tools.javac.code.Kinds.*; 47 import static com.sun.tools.javac.code.Kinds.*;
48 import static com.sun.tools.javac.code.TypeTags.*; 48 import static com.sun.tools.javac.code.TypeTags.*;

mercurial