< prev index next >

src/jdk.jshell/share/classes/jdk/jshell/MethodSnippet.java

Print this page

        

*** 35,45 **** * <code>MethodSnippet</code> is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. * * @since 9 ! * @jls 8.4: MethodDeclaration. */ public class MethodSnippet extends DeclarationSnippet { final String signature; private String qualifiedParameterTypes; --- 35,45 ---- * <code>MethodSnippet</code> is immutable: an access to * any of its methods will always return the same result. * and thus is thread-safe. * * @since 9 ! * @jls 8.4 Method Declarations */ public class MethodSnippet extends DeclarationSnippet { final String signature; private String qualifiedParameterTypes;
< prev index next >