zl程序教程

您现在的位置是:首页 >  Java

当前栏目

Ideal 使用技巧之PostFix Completion

2023-02-18 16:39:34 时间

PostFix Completion

创建变量:

new 类名().var
new 类名().field
类名.new.var
new 类名().cast
new 类名().castvar

变量判断:

变量.null
变量.nonull
变量.nn
变量.if
变量.while
变量.not

变量输出/返回:

变量.sout
变量.soutv
变量.return

变量循环:

变量.for
变量.fori  
变量.forr

异常捕获:

方法().try