src/share/classes/com/sun/tools/javac/code/Kinds.java

changeset 1357
c75be5bc5283
parent 1352
d4b3cb1ece84
child 1374
c002fdee76fd
equal deleted inserted replaced
1352:d4b3cb1ece84 1357:c75be5bc5283
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
29 import java.util.Locale; 29 import java.util.Locale;
30 30
31 import com.sun.source.tree.MemberReferenceTree; 31 import com.sun.source.tree.MemberReferenceTree;
32 import com.sun.tools.javac.api.Formattable; 32 import com.sun.tools.javac.api.Formattable;
33 import com.sun.tools.javac.api.Messages; 33 import com.sun.tools.javac.api.Messages;
34 34 import static com.sun.tools.javac.code.Flags.*;
35 import static com.sun.tools.javac.code.TypeTags.*; 35 import static com.sun.tools.javac.code.TypeTags.*;
36 import static com.sun.tools.javac.code.Flags.*;
37 36
38 /** Internal symbol kinds, which distinguish between elements of 37 /** Internal symbol kinds, which distinguish between elements of
39 * different subclasses of Symbol. Symbol kinds are organized so they can be 38 * different subclasses of Symbol. Symbol kinds are organized so they can be
40 * or'ed to sets. 39 * or'ed to sets.
41 * 40 *

mercurial