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