java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitexecutable定义及介绍
本文导语:
visitexecutable
public r visitexecutable(executableelement e,
p p)
访问 executable 元素,指派给用于特定的 executable 种类 constructor、instance_init、method 或 static_init 的 visit 方法。
指定者:接口 elementvisitor 中的 visitexecutable...
visitexecutable
public r visitexecutable(executableelement e,
p p)
- 访问 executable 元素,指派给用于特定的 executable 种类
constructor
、instance_init
、method
或 static_init
的 visit 方法。
- 指定者:
- 接口
elementvisitor
中的 visitexecutable
- 覆盖:
- 类
simpleelementvisitor6
中的 visitexecutable
- 参数:
e
- 要访问的元素p
- 特定于 visitor 的参数
- 返回:
- 特定于种类的 visit 方法的结果
您可能感兴趣的文章:
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
elementkindvisitor6定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visittypeasclass定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitvariableasfield定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visittypeasenum定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visittypeasinterface定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitvariableasparameter定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitexecutableasconstructor定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitexecutableasmethod定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitvariableaslocalvariable定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitvariableasexceptionparameter定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visittypeasannotationtype定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitvariableasenumconstant定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitexecutableasinstanceinit定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visitexecutableasstaticinit定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visittypeparameter定义及介绍
- java命名空间javax.lang.model.util类elementkindvisitor6<r,p>的类成员方法:
visittype定义及介绍