Uses of Interface
com.thoughtworks.qdox.model.JavaExecutable
-
Packages that use JavaExecutable Package Description com.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.impl Provides the default implementation of the classes reflecting the Java model elements. -
-
Uses of JavaExecutable in com.thoughtworks.qdox.model
Subinterfaces of JavaExecutable in com.thoughtworks.qdox.model Modifier and Type Interface Description interfaceJavaConstructorModeled equivalent ofConstructor, providing the most important methods.interfaceJavaMethodMethods in com.thoughtworks.qdox.model that return JavaExecutable Modifier and Type Method Description JavaExecutableJavaParameter. getExecutable()Returns the declaring method or constructor of this parameter -
Uses of JavaExecutable in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement JavaExecutable Modifier and Type Class Description classDefaultJavaConstructorclassDefaultJavaExecutableThe BaseMethod contains all methods used by both JavaMethod and JavaConstructorclassDefaultJavaMethodclassJavaMethodDelegateThis class can be used to access overridden methods while keeping a reference to the original class.Methods in com.thoughtworks.qdox.model.impl that return JavaExecutable Modifier and Type Method Description JavaExecutableDefaultJavaParameter. getExecutable()Returns the declaring method or constructor of this parameterMethods in com.thoughtworks.qdox.model.impl with parameters of type JavaExecutable Modifier and Type Method Description voidDefaultJavaParameter. setExecutable(JavaExecutable executable)
-