< prev index next >

src/jdk.jdi/share/classes/com/sun/jdi/TypeComponent.java

Print this page
rev 58770 : [mq]: svc-spec-update

*** 56,74 **** * @return a string containing the name. */ String name(); /** ! * Gets the JNI-style signature for this type component. The * signature is encoded type information as defined * in the JNI documentation. It is a convenient, compact format for * for manipulating type information internally, not necessarily * for display to an end user. See {@link Field#typeName} and * {@link Method#returnTypeName} for ways to help get a more readable * representation of the type. * - * @see <a href="doc-files/signature.html">Type Signatures</a> * @return a string containing the signature */ String signature(); /** --- 56,74 ---- * @return a string containing the name. */ String name(); /** ! * Gets the <a href="{@docRoot}/../specs/jni/types.html#type-signatures"> ! * JNI-style signature</a> for this type component. The * signature is encoded type information as defined * in the JNI documentation. It is a convenient, compact format for * for manipulating type information internally, not necessarily * for display to an end user. See {@link Field#typeName} and * {@link Method#returnTypeName} for ways to help get a more readable * representation of the type. * * @return a string containing the signature */ String signature(); /**
< prev index next >