Uses of Interface
javax.lang.model.type.ExecutableType
-
Packages that use ExecutableType 软件包 描述 javax.lang.model.type 用于建模Java编程语言类型的接口。javax.lang.model.util 公用事业协助处理 program elements和 types 。 -
-
Uses of ExecutableType in javax.lang.model.type
Methods in javax.lang.model.type with parameters of type ExecutableType 变量和类型 方法 描述 R
TypeVisitor. visitExecutable(ExecutableType t, P p)
访问可执行类型。 -
Uses of ExecutableType in javax.lang.model.util
Methods in javax.lang.model.util with parameters of type ExecutableType 变量和类型 方法 描述 boolean
Types. isSubsignature(ExecutableType m1, ExecutableType m2)
测试一个方法的签名是否是另一个类的 子签名 。R
SimpleTypeVisitor6. visitExecutable(ExecutableType t, P p)
访问可执行类型。
-