comparison jvmci/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ResolvedJavaType.java @ 23345:1c4b6a7f1917

update to Eclipse 4.5.2 format style
author Doug Simon <doug.simon@oracle.com>
date Thu, 07 Apr 2016 13:56:58 +0200
parents 293eb76b86d3
children 7ae6a635fad0
comparison
equal deleted inserted replaced
23344:32d6bceb9adc 23345:1c4b6a7f1917
260 * @return an array of instance fields 260 * @return an array of instance fields
261 */ 261 */
262 ResolvedJavaField[] getInstanceFields(boolean includeSuperclasses); 262 ResolvedJavaField[] getInstanceFields(boolean includeSuperclasses);
263 263
264 /** 264 /**
265 * Returns the static fields of this class, including 265 * Returns the static fields of this class, including {@linkplain ResolvedJavaField#isInternal()
266 * {@linkplain ResolvedJavaField#isInternal() internal} fields. A zero-length array is returned 266 * internal} fields. A zero-length array is returned for array and primitive types. The order of
267 * for array and primitive types. The order of fields returned by this method is stable. That 267 * fields returned by this method is stable. That is, for a single JVM execution the same order
268 * is, for a single JVM execution the same order is returned each time this method is called. 268 * is returned each time this method is called.
269 */ 269 */
270 ResolvedJavaField[] getStaticFields(); 270 ResolvedJavaField[] getStaticFields();
271 271
272 /** 272 /**
273 * Returns all annotations of this class. If no annotations are present, an array of length 0 is 273 * Returns all annotations of this class. If no annotations are present, an array of length 0 is