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

changeset 899
67d6b2df47ba
parent 798
4868a36f6fd8
child 1085
ed338593b0b6
equal deleted inserted replaced
898:bf9f162c7104 899:67d6b2df47ba
1 /* 1 /*
2 * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1999, 2011, 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
161 case ENUM_CONSTANT: 161 case ENUM_CONSTANT:
162 case FIELD: 162 case FIELD:
163 case PARAMETER: 163 case PARAMETER:
164 case LOCAL_VARIABLE: 164 case LOCAL_VARIABLE:
165 case EXCEPTION_PARAMETER: 165 case EXCEPTION_PARAMETER:
166 case RESOURCE_VARIABLE:
166 return KindName.VAR; 167 return KindName.VAR;
167 168
168 case CONSTRUCTOR: 169 case CONSTRUCTOR:
169 return KindName.CONSTRUCTOR; 170 return KindName.CONSTRUCTOR;
170 171

mercurial