Uses of Interface
com.thoughtworks.qdox.model.JavaExecutable
Packages that use JavaExecutable
Package
Description
Provides classes reflecting the Java model elements.
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.modelModifier and TypeInterfaceDescriptioninterface
Modeled equivalent ofConstructor
, providing the most important methods.interface
Methods in com.thoughtworks.qdox.model that return JavaExecutableModifier and TypeMethodDescriptionJavaParameter.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 JavaExecutableModifier and TypeClassDescriptionclass
class
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
class
This class can be used to access overridden methods while keeping a reference to the original class.Fields in com.thoughtworks.qdox.model.impl declared as JavaExecutableMethods in com.thoughtworks.qdox.model.impl that return JavaExecutableModifier and TypeMethodDescriptionDefaultJavaParameter.getExecutable()
Returns the declaring method or constructor of this parameterMethods in com.thoughtworks.qdox.model.impl with parameters of type JavaExecutableModifier and TypeMethodDescriptionvoid
DefaultJavaParameter.setExecutable
(JavaExecutable executable)