接口的使用
com.sun.source.tree.SwitchTree
使用 SwitchTree 的包
-
SwitchTree 在 com.sun.source.tree 中的用法
com.sun.source.tree 中的方法,参数类型为 SwitchTree -
SwitchTree 在 com.sun.source.util 中的用法
com.sun.source.util 中的方法,参数类型为 SwitchTree修饰符和类型方法描述SimpleTreeVisitor.visitSwitch(SwitchTree node, P p) 访问SwitchTree节点。TreeScanner.visitSwitch(SwitchTree node, P p) 访问SwitchTree节点。