langtools/src/share/classes/com/sun/tools/javac/comp/Lower.java
changeset 13077 16fb753bb5dc
parent 12716 5a41387068a8
child 13633 0ea4283af723
equal deleted inserted replaced
13076:cb848b70d7f4 13077:16fb753bb5dc
     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.*;