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