jdk10-1中英文对照

c#小王子 c#小王子 2021-10-05 691 java


jdk10-1中英文对照



Module  jdk.compiler



软件包  com.sun.tools.javac



Class Main 译:班级主要



  • java.lang.Object



  • com.sun.tools.javac.Main






public class Main
extends Object

  • A legacy programmatic interface for the
  • Java Programming Language compiler, javac. See the jdk.compiler
  • module for details on replacement APIs.
  • 译:
  • Java编程语言编译器的遗留编程接口,javac。 有关替换API的详细信息,请参阅jdk.compiler模块。







Constructor Summary

译:构造函数摘要



  • 构造方法  


  • Constructor
  • Description
  • 译: 描述

  • Main()
  •  



Method Summary

译:方法摘要



  • 所有方法  静态方法 
  • 具体的方法 



  • Modifier and Type
  • 方法
  • Description
  • 译: 描述

  • static int
  • compile(String[] args)

  • Programmatic interface to the Java
  • Programming Language compiler, javac.

  • 译:
  • Java编程语言编译器的编程接口,javac。


  • static int
  • compile(String[] args,
  • PrintWriter out)

  • Programmatic interface to the Java
  • Programming Language compiler, javac.

  • 译:
  • Java编程语言编译器的编程接口,javac。


  • static void
  • main(String[] args)

  • Main entry point for the launcher.

  • 译:
  • 发射器的主要入口点。



Methods declared in class java.lang.Object 译:在类java.lang中声明的方法。 Object

  • clone,
  • equals,
  • finalize,
  • getClass,
  • hashCode,
  • notify,
  • notifyAll,
  • toString,
  • wait,
  • wait,
  • wait







Constructor Detail

译:构造函数详细信息




Main 译:主要

public Main()



Method Detail

译:方法细节




main 译:主要

public static void main(String[] args)
                 throws 异常

  • Main entry point for the launcher. Note:
  • This method calls System.exit.
  • 译: 发射器的主要入口点。
  • 注意:此方法调用System.exit。


  • 参数
  • args - command line arguments
  • 译:
  • args - 命令行参数
  • 异常
  • 异常



compile 译:编

public static int compile(String[] args)

  • Programmatic interface to the Java
  • Programming Language compiler, javac.
  • 译: Java编程语言编译器的编程接口,javac。


  • 参数
  • args - The command line arguments that
  • would normally be passed to the javac program as described in the man page.

  • 译: args - 通常将传递给javac程序的命令行参数,如手册页中所述。
  • 结果
  • an integer equivalent to the exit value from invoking
  • javac, see the man page for details.
  • 译: 等效于调用javac的退出值的整数,有关详细信息,请参见手册页。



compile 译:编

public static int compile(String[] args,
                          PrintWriter out)

  • Programmatic interface to the Java
  • Programming Language compiler, javac.
  • 译: Java编程语言编译器的编程接口,javac。


  • 参数
  • args - The command line arguments that
  • would normally be passed to the javac program as described in the man page.

  • 译: args - 通常将传递给javac程序的命令行参数,如手册页中所述。
  • out - PrintWriter to which the compiler's
  • diagnostic output is directed.
  • 译: out - 编译器诊断输出所针对的PrintWriter。

  • 结果
  • an integer equivalent to the exit value from invoking
  • javac, see the man page for details.
  • 译: 等效于调用javac的退出值的整数,有关详细信息,请参见手册页。



Module  jdk.javadoc



软件包  com.sun.tools.javadoc



Class Main 译:班级主要



  • java.lang.Object



  • com.sun.tools.javadoc.Main






@Deprecated
public class Main
extends Object

  • Deprecated.
  • 译: 已过时。
  • This class is now deprecated and may be removed in
  • a future release. See
  • javax.tools.ToolProvider::getSystemDocumentationTool and
  • javax.tools.DocumentationTool for replacement functionality.

  • Provides external entry points (tool and
  • programmatic) for the javadoc program.
  • This is NOT part of any supported API. If you write
  • code that depends on this, you do so at your own risk. This code and its
  • internal interfaces are subject to change or deletion without
  • notice.

  • 译: 为javadoc程序提供外部入口点(工具和程序)。
  • 这不是任何受支持的API的一部分。
  • 如果您编写的代码依赖于此,您需要自担风险。
  • 此代码及其内部接口可能会更改或删除,恕不另行通知。


  • 从以下版本开始:
  • 1.4







Method Summary

译:方法摘要



  • 所有方法  静态方法 
  • 具体的方法 
  • 弃用的方法 



  • Modifier and Type
  • 方法
  • Description
  • 译: 描述

  • static int
  • execute(ClassLoader docletParentClassLoader,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String programName,
  • PrintWriter noticeWriter,
  • String defaultDocletClassName,
  • ClassLoader docletParentClassLoader,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String programName,
  • PrintWriter noticeWriter,
  • String defaultDocletClassName,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String programName,
  • ClassLoader docletParentClassLoader,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String programName,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String programName,
  • String defaultDocletClassName,
  • ClassLoader docletParentClassLoader,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static int
  • execute(String programName,
  • String defaultDocletClassName,
  • String... args)

  • Deprecated.


  • Programmatic interface.

  • 译:
  • 已过时。


  • 程序化界面。


  • static void
  • main(String... args)

  • Deprecated.


  • Command line interface.

  • 译:
  • 已过时。


  • 命令行界面。



Methods declared in class java.lang.Object 译:在类java.lang中声明的方法。 Object

  • clone,
  • equals,
  • finalize,
  • getClass,
  • hashCode,
  • notify,
  • notifyAll,
  • toString,
  • wait,
  • wait,
  • wait







Method Detail

译:方法细节




main 译:主要

public static void main(String... args)

  • Deprecated.
  • 译: 已过时。

  • Command line interface.
  • 译: 命令行界面。


  • 参数
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。



execute

译:执行

public static int execute(String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • 结果
  • The return code.
  • 译: 返回码。



execute

译:执行

public static int execute(ClassLoader docletParentClassLoader,
                          String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • docletParentClassLoader - The parent class
  • loader used when creating the doclet classloader. If null, the class loader used
  • to instantiate doclets will be created without specifying a parent class loader.

  • 译: docletParentClassLoader -
  • 创建doclet类加载器时使用的父类加载器。
  • 如果为null,则将创建用于实例化doclet的类加载器,而不指定父类加载器。
  • 结果
  • The return code.
  • 译: 返回码。
  • 从以下版本开始:
  • 1.7



execute

译:执行

public static int execute(String programName,
                          String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • programName - Name of the program (for
  • error messages).
  • 译: programName - 程序名称(用于错误消息)。
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • 结果
  • The return code.
  • 译: 返回码。



execute

译:执行

public static int execute(String programName,
                          ClassLoader docletParentClassLoader,
                          String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • programName - Name of the program (for
  • error messages).
  • 译: programName - 程序名称(用于错误消息)。
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • docletParentClassLoader - The parent class
  • loader used when creating the doclet classloader. If null, the class loader used
  • to instantiate doclets will be created without specifying a parent class loader.

  • 译: docletParentClassLoader -
  • 创建doclet类加载器时使用的父类加载器。
  • 如果为null,则将创建用于实例化doclet的类加载器,而不指定父类加载器。
  • 结果
  • The return code.
  • 译: 返回码。
  • 从以下版本开始:
  • 1.7



execute

译:执行

public static int execute(String programName,
                          String defaultDocletClassName,
                          String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • programName - Name of the program (for
  • error messages).
  • 译: programName - 程序名称(用于错误消息)。
  • defaultDocletClassName - Fully qualified
  • class name.
  • 译: defaultDocletClassName - 完全限定的类名。
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • 结果
  • The return code.
  • 译: 返回码。



execute

译:执行

public static int execute(String programName,
                          String defaultDocletClassName,
                          ClassLoader docletParentClassLoader,
                          String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • programName - Name of the program (for
  • error messages).
  • 译: programName - 程序名称(用于错误消息)。
  • defaultDocletClassName - Fully qualified
  • class name.
  • 译: defaultDocletClassName - 完全限定的类名。
  • docletParentClassLoader - The parent class
  • loader used when creating the doclet classloader. If null, the class loader used
  • to instantiate doclets will be created without specifying a parent class loader.

  • 译: docletParentClassLoader -
  • 创建doclet类加载器时使用的父类加载器。
  • 如果为null,则将创建用于实例化doclet的类加载器,而不指定父类加载器。
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • 结果
  • The return code.
  • 译: 返回码。
  • 从以下版本开始:
  • 1.7



execute

译:执行

public static int execute(String programName,
                          PrintWriter errWriter,
                          PrintWriter warnWriter,
                          PrintWriter noticeWriter,
                          String defaultDocletClassName,
                          String... args)

  • Deprecated.
  • 译: 已过时。

  • Programmatic interface.
  • 译: 程序化界面。


  • 参数
  • programName - Name of the program (for
  • error messages).
  • 译: programName - 程序名称(用于错误消息)。
  • errWriter - PrintWriter to receive error
  • messages.
  • 译: errWriter - PrintWriter接收错误消息。
  • warnWriter - PrintWriter to receive error
  • messages.
  • 译: warnWriter - PrintWriter接收错误消息。
  • noticeWriter - PrintWriter to receive error
  • messages.
  • 译: noticeWriter - PrintWriter接收错误消息。
  • defaultDocletClassName - Fully qualified
  • class name.
  • 译: defaultDocletClassName - 完全限定的类名。
  • args - The command line parameters.
  • 译:
  • args - 命令行参数。
  • 结果
  • The return code.
  • 译: 返回码。



execute

译:执行

public static int execute(String programName,
                          PrintWriter errWriter,
                          PrintWriter warnWriter,
                          PrintWriter noticeWriter,
                          String defaultDocletClassName,
                          ClassLoader docletParentClassLoader,
                          String... args)

  • Deprecated.
  • 译: 已过时。


【下载地址】

百度网盘链接:https://pan.baidu.com/s/1I1wyODe4i9D1pVIQat1gLw

提取码:mw4t


相关文章


使用-JFreeChart来创建基于web的图表

使用-JFreeChart来创建基于web的图表

XStream使用文档

XStream使用文档

WebService发布过程及常见问题

WebService发布过程及常见问题

webpack实战入门进阶调优分享

webpack实战入门进阶调优分享

weblogic调优参数及监控指标

weblogic调优参数及监控指标

weblogic节点管理

weblogic节点管理

weblogic管理控制台概述

weblogic管理控制台概述

weblogic-部署和启动

weblogic-部署和启动

WebLogic-Server-性能及调优-调优-Java-虚拟机

Java 虚拟机(Java virtual machine,简称 JVM)是一种虚拟“执行引擎”实例,可在微处理器上执行 Java 类文件中的字节码。调整 JVM 的方式会影响 Weblogic Server 和应用程序的性能。

Velocity用户教程

Velocity是一个基于java的模板引擎(template engine)。它允许任何人仅仅简单的使用模板语言(template language)来引用由java代码定义的对象。

Velocity用户手册

Velocity 用户手册是帮助页面设计者和内容提供者认识 Velocity 和其简单而功能强大的脚本语言――Velocity 模板语言(VTL)。在手册上的许多例子,都是用 Velocity 插入动态的内容到网页上,但是所有的 VLT 例子都能应用到其他的页面和模板中。


文章热度: 166291
文章数量: 333
推荐阅读

FlashFXP绿色版网盘下载,附激活教程 1782

FlashFxp百度网盘下载链接:https://pan.baidu.com/s/1MBQ5gkZY1TCFY8A7fnZCfQ。FlashFxp是功能强大的FTP工具

Adobe Fireworks CS6 Ansifa绿色精简版网盘下载 1565

firework可以制作精美或是可以闪瞎眼的gif,这在广告领域是需要常用的,还有firework制作下logo,一些原创的图片还是很便捷的,而且fireworks用法简单,配合dw在做网站这一块往往会发挥出很强大的效果。百度网盘下载链接:https://pan.baidu.com/s/1fzIZszfy8VX6VzQBM_bdZQ

navicat for mysql中文绿色版网盘下载 1623

Navicat for Mysql是用于Mysql数据库管理的一款图形化管理软件,非常的便捷和好用,可以方便的增删改查数据库、数据表、字段、支持mysql命令,视图等等。百度网盘下载链接:https://pan.baidu.com/s/1T_tlgxzdQLtDr9TzptoWQw 提取码:y2yq

火车头采集器(旗舰版)绿色版网盘下载 1707

火车头采集器是站长常用的工具,相比于八爪鱼,简洁好用,易于配置。火车头能够轻松的抓取网页内容,并通过自带的工具对内容进行处理。站长圈想要做网站,火车头采集器是必不可少的。百度网盘链接:https://pan.baidu.com/s/1u8wUqS901HgOmucMBBOvEA

Photoshop(CS-2015-2023)绿色中文版软件下载 1824

安装文件清单(共46G)包含Window和Mac OS各个版本的安装包,从cs到cc,从绿色版到破解版,从安装文件激活工具,应有尽有,一次性打包。 Photoshop CC绿色精简版 Photoshop CS6 Mac版 Photoshop CC 2015 32位 Photoshop CC 2015 64位 Photoshop CC 2015 MAC版 Photoshop CC 2017 64位 Adobe Photoshop CC 2018 Adobe_Photoshop_CC_2018 Photoshop CC 2018 Win32 Photoshop CC 2018 Win64

知之

知之平台是全球领先的知识付费平台。提供各个领域的项目实战经验分享,提供优质的行业解决方案信息,来帮助您的工作和学习

使用指南 建议意见 用户协议 友情链接 隐私政策 Powered by NOOU ©2020 知之