此内容没有您所选择的语言版本。
2.14. shell:new, new
Abstract
creates a new Java object of the specified class
Synopsis 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
shell:new
[
--help
] {
class
} [
arg
...]
Arguments 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Table 2.14, “shell:new Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
class | The class of the object to create. |
args | The constructor arguments. |