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 interface
JavaConstructor
Modeled equivalent ofConstructor
, providing the most important methods.interface
JavaMethod
Methods in com.thoughtworks.qdox.model that return JavaExecutable Modifier and Type Method Description JavaExecutable
JavaParameter. 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 class
DefaultJavaConstructor
class
DefaultJavaExecutable
The BaseMethod contains all methods used by both JavaMethod and JavaConstructorclass
DefaultJavaMethod
class
JavaMethodDelegate
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 JavaExecutable Modifier and Type Field Description private JavaExecutable
DefaultJavaParameter. executable
Methods in com.thoughtworks.qdox.model.impl that return JavaExecutable Modifier and Type Method Description JavaExecutable
DefaultJavaParameter. 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 void
DefaultJavaParameter. setExecutable(JavaExecutable executable)
-