< prev index next >

src/jdk.vm.ci/share/classes/jdk.vm.ci.meta/src/jdk/vm/ci/meta/ResolvedJavaType.java

Print this page

        

*** 274,287 **** * @return an array of instance fields */ ResolvedJavaField[] getInstanceFields(boolean includeSuperclasses); /** ! * Returns the static fields of this class, including ! * {@linkplain ResolvedJavaField#isInternal() internal} fields. A zero-length array is returned ! * for array and primitive types. The order of fields returned by this method is stable. That ! * is, for a single JVM execution the same order is returned each time this method is called. */ ResolvedJavaField[] getStaticFields(); /** * Returns all annotations of this class. If no annotations are present, an array of length 0 is --- 274,287 ---- * @return an array of instance fields */ ResolvedJavaField[] getInstanceFields(boolean includeSuperclasses); /** ! * Returns the static fields of this class, including {@linkplain ResolvedJavaField#isInternal() ! * internal} fields. A zero-length array is returned for array and primitive types. The order of ! * fields returned by this method is stable. That is, for a single JVM execution the same order ! * is returned each time this method is called. */ ResolvedJavaField[] getStaticFields(); /** * Returns all annotations of this class. If no annotations are present, an array of length 0 is
< prev index next >