Module jdk.jshell
Package jdk.jshell

Interface SourceCodeAnalysis.Documentation

  • Enclosing class:
    SourceCodeAnalysis

    public static interface SourceCodeAnalysis.Documentation
    A documentation for a candidate for continuation of the given user's input.
    • Method Detail

      • signature

        String signature()
        The signature of the given element.
        Returns:
        the signature
      • javadoc

        String javadoc()
        The javadoc of the given element.
        Returns:
        the javadoc, or null if not found or not requested

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部