接口的使用
com.thoughtworks.qdox.model.JavaExecutable
使用JavaExecutable的程序包
程序包
说明
Provides classes reflecting the Java model elements.
Provides the default implementation of the classes reflecting the Java model elements.
-
com.thoughtworks.qdox.model中JavaExecutable的使用
修饰符和类型接口说明interfaceModeled equivalent ofConstructor, providing the most important methods.interface修饰符和类型方法说明JavaParameter.getExecutable()Returns the declaring method or constructor of this parameter -
com.thoughtworks.qdox.model.impl中JavaExecutable的使用
修饰符和类型类说明classclassThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassclassThis class can be used to access overridden methods while keeping a reference to the original class.修饰符和类型方法说明DefaultJavaParameter.getExecutable()Returns the declaring method or constructor of this parameter