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 TypeInterfaceDescriptioninterfaceModeled equivalent ofConstructor, providing the most important methods.interfaceMethods 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 TypeClassDescriptionclassclassThe 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.Methods 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 TypeMethodDescriptionvoidDefaultJavaParameter.setExecutable(JavaExecutable executable)