- ABSTRACT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- AbstractBaseJavaEntity - Class in com.thoughtworks.qdox.model.impl
-
- AbstractBaseJavaEntity() - Constructor for class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- AbstractClassLibrary - Class in com.thoughtworks.qdox.library
-
A ClassLibrary can be compared with a java classloader.
- AbstractClassLibrary() - Constructor for class com.thoughtworks.qdox.library.AbstractClassLibrary
-
constructor for root ClassLibrary
- AbstractClassLibrary(AbstractClassLibrary) - Constructor for class com.thoughtworks.qdox.library.AbstractClassLibrary
-
constructor for chained ClassLibrary
- AbstractInheritableJavaEntity - Class in com.thoughtworks.qdox.model.impl
-
- AbstractInheritableJavaEntity() - Constructor for class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
-
- AbstractJavaEntity - Class in com.thoughtworks.qdox.model.impl
-
- AbstractJavaEntity() - Constructor for class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
- AbstractJavaModel - Class in com.thoughtworks.qdox.model.impl
-
Every element of a class, including the class itself is a javaModel.
- AbstractJavaModel() - Constructor for class com.thoughtworks.qdox.model.impl.AbstractJavaModel
-
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Add
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.And
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in interface com.thoughtworks.qdox.model.expression.AnnotationValue
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Assignment
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Cast
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Constant
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Divide
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Equals
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.ExclusiveOr
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.GreaterEquals
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.GreaterThan
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Lambda
-
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.LessEquals
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.LessThan
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.LogicalAnd
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.LogicalNot
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.LogicalOr
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.MinusSign
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Multiply
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Not
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.NotEquals
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Or
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.PlusSign
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.PostDecrement
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.PostIncrement
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.PreDecrement
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.PreIncrement
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Query
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Remainder
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.ShiftLeft
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.ShiftRight
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.Subtract
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.TypeRef
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.expression.UnsignedShiftRight
-
Accept a visitor for this value.
- accept(ExpressionVisitor) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
-
Accept a visitor for this value.
- add(JavaClass) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Store this
JavaClass
based on its fully qualified name
- add(JavaPackage) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
A null-safe implementation to store a
JavaPackage
in this context
- add(JavaSource) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- Add - Class in com.thoughtworks.qdox.model.expression
-
- Add(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Add
-
- addAnnotation(AnnoDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addAnnotation(AnnoDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addArgument(ExpressionDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addArgument(ExpressionDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addClass(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- addClass(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
- addClass(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
- addClassLoader(ClassLoader) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- addClassLoader(ClassLoader) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
-
- addCommentHandler(CommentHandler) - Method in interface com.thoughtworks.qdox.parser.CommentScanner
-
Register this handler as a comment-listener.
- addCommentHandler(CommentHandler) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- addConstructor(JavaConstructor) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- AddDef - Class in com.thoughtworks.qdox.parser.expression
-
- AddDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.AddDef
-
- addDefaultLoader() - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
-
- addExports(ModuleDef.ExportsDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addExports(ModuleDef.ExportsDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addExports(DefaultJavaModuleDescriptor.DefaultJavaExports) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
-
- addField(JavaField) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- addFilter(Filter) - Method in class com.thoughtworks.qdox.directorywalker.DirectoryScanner
-
Add a filter to this scanner.
- addImport(String) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addImport(String) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addImport(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
- addInitializer(InitDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addInitializer(InitDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addInitializer(JavaInitializer) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- addJavaDoc(String) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addJavaDoc(String) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addJavaDocTag(TagDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addJavaDocTag(TagDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addMethod(JavaMethod) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- addOpens(ModuleDef.OpensDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addOpens(ModuleDef.OpensDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addOpens(DefaultJavaModuleDescriptor.DefaultJavaOpens) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
-
- addPackage(PackageDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addPackage(PackageDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addParameter(FieldDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addParameter(FieldDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addProvides(ModuleDef.ProvidesDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addProvides(ModuleDef.ProvidesDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addProvides(DefaultJavaModuleDescriptor.DefaultJavaProvides) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
-
- addRequires(ModuleDef.RequiresDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addRequires(ModuleDef.RequiresDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addRequires(DefaultJavaModuleDescriptor.DefaultJavaRequires) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
-
- addSource(File) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Add a java source from a file to this JavaProjectBuilder
- addSource(URL) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Add a java source from a URL to this JavaProjectBuilder
- addSource(Reader) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Add a java source from a Reader to this JavaProjectBuilder
- addSource(InputStream) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- addSource(Reader) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
Add the source content of the reader to the ClassLibrary and return the generated JavaSource
- addSource(URL) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- addSource(File) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- addSource(InputStream) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- addSource(Reader) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- addSource(URL) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- addSource(File) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- addSource(InputStream) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- addSource(Reader) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- addSource(URL) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- addSource(File) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- addSource(Reader) - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Add a
Reader
containing java code to this library
- addSource(InputStream) - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Add an
InputStream
containing java code to this library
- addSource(URL) - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Add a
URL
containing java code to this library
- addSource(File) - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Add a
File
containing java code to this library
- addSourceFolder(File) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Add a sourcefolder to this javaprojectbuilder, but don't parse any file.
- addSourceFolder(File) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- addSourceFolder(File) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- addSourceFolder(File) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- addSourceFolder(File) - Method in class com.thoughtworks.qdox.library.SourceFolderLibrary
-
- addSourceTree(File) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Add all java files of the directory
recursively
- addSourceTree(File, FileVisitor) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Add all java files of the directory
recursively
- addUses(ModuleDef.UsesDef) - Method in interface com.thoughtworks.qdox.builder.Builder
-
- addUses(ModuleDef.UsesDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- addUses(DefaultJavaModuleDescriptor.DefaultJavaUses) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
-
- AMPERSAND - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- AMPERSAND2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- AMPERSANDEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- And - Class in com.thoughtworks.qdox.model.expression
-
- And(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.And
-
- AndDef - Class in com.thoughtworks.qdox.parser.expression
-
- AndDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.AndDef
-
- ANNOCHAR - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- ANNOCHAR - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- AnnoDef - Class in com.thoughtworks.qdox.parser.structs
-
- AnnoDef(TypeDef) - Constructor for class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- ANNOINTERFACE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- ANNOSTRING - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- ANNOSTRING - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- ANNOTATION - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- ANNOTATION_TYPE - Static variable in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- ANNOTATIONNOARG - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- ANNOTATIONTYPE - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- AnnotationValue - Interface in com.thoughtworks.qdox.model.expression
-
Interface for all annotation model elements
- AnnotationValueList - Class in com.thoughtworks.qdox.model.expression
-
- AnnotationValueList(List<AnnotationValue>) - Constructor for class com.thoughtworks.qdox.model.expression.AnnotationValueList
-
- appendClassLoader(ClassLoader) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
Append a classloader and return itself
- appendClassLoader(ClassLoader) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendClassLoader(ClassLoader) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- appendDefaultClassLoaders() - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
Add the defaultClassLoaders and return itse
- appendDefaultClassLoaders() - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendDefaultClassLoaders() - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- appendSource(InputStream) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- appendSource(Reader) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- appendSource(URL) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- appendSource(File) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- appendSource(InputStream) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendSource(Reader) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendSource(URL) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendSource(File) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendSource(InputStream) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- appendSource(Reader) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- appendSource(URL) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- appendSource(File) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- appendSourceFolder(File) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
- appendSourceFolder(File) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- appendSourceFolder(File) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- ARGUMENTS - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- ARROW - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- assemble(AnnoDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
-
- assemble(ElemValueDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
-
- Assignment - Class in com.thoughtworks.qdox.model.expression
-
- Assignment(Expression, String, Expression) - Constructor for class com.thoughtworks.qdox.model.expression.Assignment
-
- ASSIGNMENT - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- AssignmentDef - Class in com.thoughtworks.qdox.parser.expression
-
- AssignmentDef(ElemValueDef, String, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- AT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- ATANNOTATION - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getAccessor() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
This can return both the
isProperty
if the property is of type
Boolean
or
getProperty
for any other type of
Object
.
- getAccessor() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
This can return both the
isProperty
if the property is of type
Boolean
or
getProperty
for any other type of
Object
.
- getActualArgumentTypes() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getActualTypeArguments() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
- getActualTypeArguments() - Method in interface com.thoughtworks.qdox.model.JavaParameterizedType
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getAnnotations() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
- getArgs() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getArguments() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getArguments() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getArguments() - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- getAssignmentExpression() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getBeanProperties() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getBeanProperty(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getBinaryName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
The binary name of a member type consists of the binary name of its immediately enclosing type, followed by $, followed by the simple name of the member.
- getBinaryName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
The binary name of a member type consists of the binary name of its immediately enclosing type, followed by $, followed by the simple name of the member.
- getBinaryName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
The binary name of a member type consists of the binary name of its immediately enclosing type, followed by $, followed by the simple name of the member.
- getBinaryName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
The binary name of a member type consists of the binary name of its immediately enclosing type, followed by $, followed by the simple name of the member.
- getBlockContent() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
- getBlockContent() - Method in interface com.thoughtworks.qdox.model.JavaInitializer
-
- getBlockContent() - Method in class com.thoughtworks.qdox.parser.structs.InitDef
-
- getBody() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getBody() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getBounds() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
- getBounds() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getBounds() - Method in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
- getBuffer() - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
-
All information is written to this buffer.
- getCallSignature() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getCallSignature() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
- getClassBody() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
Try to get any class of this package by name.
- getClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Try to get any class of this source by name.
- getClassByName(JavaClass, String) - Static method in class com.thoughtworks.qdox.model.JavaModelUtils
-
Try to resolve the class by the name
, either relative from cls
as the fully qualified name.
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
Try to get any class of this package by name.
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Try to get any class of this source by name.
- getClasses() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Retrieve all classes which were added by sources
- getClasses() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaClasses
- getClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
Returns all the classes found for the package.
- getClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
A List with all direct classes of this source, never null
- getClasses() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
Returns all the classes found for the package.
- getClasses() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
A List with all direct classes of this source, never null
- getClassLibrary() - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
Get the library based on the strategy of the implementation
- getClassLibrary() - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- getClassLibrary() - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- getClassNamePrefix() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
If there's a package, return the packageName, followed by a dot, otherwise an empty String
- getClassNamePrefix() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
If there's a package, return the packageName, followed by a dot, otherwise an empty String
- getClassPart() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
The in-code representation of this field.
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaUses
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Complete code representation of this source
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaField
-
The in-code representation of this field.
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaModel
-
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Complete code representation of this source
- getCodeBody() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
-
- getCodeBody() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getCodeBody() - Method in interface com.thoughtworks.qdox.parser.Lexer
-
- getColumn() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
-
- getColumn() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getColumn() - Method in interface com.thoughtworks.qdox.parser.Lexer
-
- getColumn() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getColumnNumber() - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
-
- getComment() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getComment() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve the javadoc comment of this annotated element.
- getComment() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve the javadoc comment of this annotated element.
- getComment() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve the javadoc comment of this annotated element.
- getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getComponentType() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getCondition() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getCondition() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getConstructor(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getConstructor(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getConstructor(List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getConstructor(List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getConstructors() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getContext() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The element to which this tag applies.
- getContext() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The element to which this tag applies.
- getCreatedName() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getDeclarationSignature(boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
The declaring class of the declaring method of this parameter.
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getDerivedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getDescriptor() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- getDescriptor() - Method in interface com.thoughtworks.qdox.model.JavaModule
-
- getDimensions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Returns the depth of this array, 0 if it's not an array
- getDimensions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Returns the depth of this array, 0 if it's not an array
- getDimensions() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Returns the depth of this array, 0 if it's not an array
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getElemDef() - Method in class com.thoughtworks.qdox.parser.expression.CastDef
-
- getElemValueDef() - Method in class com.thoughtworks.qdox.parser.expression.ParenExpressionDef
-
- getElemValueDef() - Method in class com.thoughtworks.qdox.parser.expression.UnaryOperatorDef
-
- getEncoding() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- getEnumConstantArguments() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- getEnumConstantArguments() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getEnumConstantByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getEnumConstantByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getEnumConstantByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getEnumConstantClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- getEnumConstantClass() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getEnumConstants() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getErrorHandler() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- getExceptions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getExceptions() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getExceptions() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getExceptions() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getExceptionTypes() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
- getExceptionTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getExceptionTypes() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getExecutable() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Returns the declaring method or constructor of this parameter
- getExecutable() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
Returns the declaring method or constructor of this parameter
- getExports() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getExports() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getExtends() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getFalseExpression() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getFalseExpression() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getField() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getFieldByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getFieldPart() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getFieldReferenceValue(JavaField) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getFields() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
The fully qualified name of a named package that is not a subpackage of a named package is its simple name.
The fully qualified name of a named package that is a subpackage of another named package consists of the fully qualified name of the containing package, followed by ".", followed by the simple (member) name of the subpackage.
The fully qualified name of a top level class or top level interface that is declared in an unnamed package is the simple name of the class or interface.
The fully qualified name of a top level class or top level interface that is declared in a named package consists of the fully qualified name of the package, followed by ".", followed by the simple name of the class or interface.
Each member class, member interface, and array type may have a fully qualified name:
A member class or member interface M of another class or interface C has a fully qualified name if and only if C has a fully qualified name.
In that case, the fully qualified name of M consists of the fully qualified name of C, followed by ".", followed by the simple name of M.
An array type has a fully qualified name if and only if its element type has a fully qualified name.
In that case, the fully qualified name of an array type consists of the fully qualified name of the component type of the array type followed by "[]".
Some examples how names will be translated
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
The fully qualified name of a named package that is not a subpackage of a named package is its simple name.
The fully qualified name of a named package that is a subpackage of another named package consists of the fully qualified name of the containing package, followed by ".", followed by the simple (member) name of the subpackage.
The fully qualified name of a top level class or top level interface that is declared in an unnamed package is the simple name of the class or interface.
The fully qualified name of a top level class or top level interface that is declared in a named package consists of the fully qualified name of the package, followed by ".", followed by the simple name of the class or interface.
Each member class, member interface, and array type may have a fully qualified name:
A member class or member interface M of another class or interface C has a fully qualified name if and only if C has a fully qualified name.
In that case, the fully qualified name of M consists of the fully qualified name of C, followed by ".", followed by the simple name of M.
An array type has a fully qualified name if and only if its element type has a fully qualified name.
In that case, the fully qualified name of an array type consists of the fully qualified name of the component type of the array type followed by "[]".
Some examples how names will be translated
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
The fully qualified name of a named package that is not a subpackage of a named package is its simple name.
The fully qualified name of a named package that is a subpackage of another named package consists of the fully qualified name of the containing package, followed by ".", followed by the simple (member) name of the subpackage.
The fully qualified name of a top level class or top level interface that is declared in an unnamed package is the simple name of the class or interface.
The fully qualified name of a top level class or top level interface that is declared in a named package consists of the fully qualified name of the package, followed by ".", followed by the simple name of the class or interface.
Each member class, member interface, and array type may have a fully qualified name:
A member class or member interface M of another class or interface C has a fully qualified name if and only if C has a fully qualified name.
In that case, the fully qualified name of M consists of the fully qualified name of C, followed by ".", followed by the simple name of M.
An array type has a fully qualified name if and only if its element type has a fully qualified name.
In that case, the fully qualified name of an array type consists of the fully qualified name of the component type of the array type followed by "[]".
Some examples how names will be translated
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
The fully qualified name of a named package that is not a subpackage of a named package is its simple name.
The fully qualified name of a named package that is a subpackage of another named package consists of the fully qualified name of the containing package, followed by ".", followed by the simple (member) name of the subpackage.
The fully qualified name of a top level class or top level interface that is declared in an unnamed package is the simple name of the class or interface.
The fully qualified name of a top level class or top level interface that is declared in a named package consists of the fully qualified name of the package, followed by ".", followed by the simple name of the class or interface.
Each member class, member interface, and array type may have a fully qualified name:
A member class or member interface M of another class or interface C has a fully qualified name if and only if C has a fully qualified name.
In that case, the fully qualified name of M consists of the fully qualified name of C, followed by ".", followed by the simple name of M.
An array type has a fully qualified name if and only if its element type has a fully qualified name.
In that case, the fully qualified name of an array type consists of the fully qualified name of the component type of the array type followed by "[]".
Some examples how names will be translated
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getGenericCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
The canonical name with generic information.
- getGenericDeclaration() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
- getGenericDeclaration() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getGenericFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
The fully qualified name with generic information.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
A java5+ representation of the class.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
A java5+ representation of the class.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
A java5+ representation of the class.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
A java5+ representation of the class.
- getGenericValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getGenericValue() - Method in interface com.thoughtworks.qdox.model.JavaType
-
A java5+ representation of the class.
- getImage() - Method in class com.thoughtworks.qdox.model.expression.Constant
-
- getImplementations() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
-
- getImplements() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getImplements() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getImplements() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getImplements() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getImports() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Retrieve all the import
- getImports() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Retrieve all the import
- getInitializationExpression() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
Get the original expression used to initialize the field.
- getInitializationExpression() - Method in interface com.thoughtworks.qdox.model.JavaField
-
Get the original expression used to initialize the field.
- getInitializers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getInitializers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getInitializers() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getInterfaces() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of
Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
- getInterfaces() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of
Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
- getInterfaces() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of
Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
- getJavaClass(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
First checks if there's a JavaClass available in the private context by this name.
- getJavaClass(String, boolean) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaClass(String) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Get the JavaClass or null if it's not possible
- getJavaClass(String, boolean) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Try to retrieve the JavaClass by the (binary) name.
- getJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getJavaClass() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getJavaClass(String) - Method in class com.thoughtworks.qdox.type.TypeResolver
-
- getJavaClasses() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaClasses(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
Subclasses can call this method to gather all JavaClass object, including those from the parent.
- getJavaClasses() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Return all JavaClasses of the current library.
- getJavaClasses() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Get all classes, including those from parent SourceLibraries
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getJavaClassLibrary() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getJavaClassLibrary() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
- getJavaClassLibrary() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
- getJavaModules() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaModules() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
- getJavaModules() - Method in class com.thoughtworks.qdox.library.SourceFolderLibrary
-
- getJavaPackage(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaPackage(String) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Get the JavaPackage or null if it's not possible
- getJavaPackages() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaPackages(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaPackages() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Return all JavaPackages of the current library.
- getJavaPackages() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Get all packages, including those from parent SourceLibraries
- getJavaSources() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaSources(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaSources() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Return all JavaSources of the current library.
- getJavaSources() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Get all sources, including those from parent SourceLibraries
- getLeft() - Method in class com.thoughtworks.qdox.model.expression.BinaryOperator
-
- getLeft() - Method in class com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
-
- getLetfHandSide() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getLine() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
-
- getLine() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getLine() - Method in interface com.thoughtworks.qdox.parser.Lexer
-
- getLine() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getLineNumber() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The line number of the source where this tag occurred.
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaModel
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The line number of the source where this tag occurred.
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
The line number where this element started
- getLineNumber() - Method in interface com.thoughtworks.qdox.model.JavaModel
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
-
- getListValue(JavaAnnotation, String) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getMessage() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getMethod(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
This should be the signature for getMethodBySignature.
- getMethod(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
This should be the signature for getMethodBySignature.
- getMethod(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
This should be the signature for getMethodBySignature.
- getMethodBySignature(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodBySignature(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodName() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getMethodName() - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Return declared methods and optionally the inherited methods
- getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Return declared methods and optionally the inherited methods
- getMethods() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethods(boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Return declared methods and optionally the inherited methods
- getMethodsBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodsBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodsBySignature(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getModelBuilder() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
If there's a modelBuilderFactory available, ask it for a new instance.
- getModelBuilder(URL) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getModelBuilderFactory() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getModelWriter() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaModel
-
- getModelWriterFactory() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Return list of modifiers as Strings.
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of
Class.getModifiers()
This does not follow the java-api
The Class.getModifiers() returns an
int
, which should be decoded with the
Modifier
.
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of
Member.getModifiers()
This does not follow the java-api
With the Member-class, getModifiers returns an
int
, which should be decoded with the Modifier.
- getModifiers() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of
Class.getModifiers()
This does not follow the java-api
The Class.getModifiers() returns an
int
, which should be decoded with the
Modifier
.
- getModifiers() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of
Member.getModifiers()
This does not follow the java-api
With the Member-class, getModifiers returns an
int
, which should be decoded with the Modifier.
- getModifiers() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.RequiresDef
-
- getModule() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- getModule() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
-
- getModuleInfo() - Method in interface com.thoughtworks.qdox.builder.Builder
-
- getModuleInfo() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- getModules() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getMutator() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The setter-method of the bean.
- getMutator() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The setter-method of the bean.
- getName() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The name of the bean, which is based on the name of the mutator or accessor, not on the field.
- getName() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The name of the doclet tag.
- getName() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The name of the bean, which is based on the name of the mutator or accessor, not on the field.
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The name of the doclet tag.
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaModule
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getName() - Method in class com.thoughtworks.qdox.parser.expression.FieldRefDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.RequiresDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.PackageDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
- getNamedParameter(String) - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String, String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getNamedParameterMap() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getNamedParameterMap() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getNamedParameterMap() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getNamedParameterMap() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getNamePart(int) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getNamePrefix(int) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Try to get the JavaClass child based on its name relative to the package.
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Try to get the JavaClass child based on its name relative to the package.
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getNestedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getOpens() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getOpens() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getOperator() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
The package of this source or null
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getPackage() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getPackage() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
The package of this source or null
- getPackageByName(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getPackageByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Returns the name of the package or an empty String if there's no package
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Returns the name of the package or an empty String if there's no package
- getPackages() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Retrieve all packages which were added by sources.
- getPackages() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaPackages
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getParameterByName(String) - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getParameters() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getParameters() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getParameterTypes() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getParameterTypes(boolean) - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Add
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.And
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Assignment
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Constant
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Divide
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Equals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ExclusiveOr
-
- getParameterValue() - Method in interface com.thoughtworks.qdox.model.expression.Expression
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterEquals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterThan
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Lambda
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LessEquals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LessThan
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalAnd
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalNot
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalOr
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.MinusSign
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Multiply
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Not
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.NotEquals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Or
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PlusSign
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostDecrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostIncrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreDecrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreIncrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Remainder
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ShiftLeft
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ShiftRight
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Subtract
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.UnsignedShiftRight
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
-
- getParentPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
The parent of this package
For instance: the package of java.lang.reflect
is java.lang
- getParentPackage() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
The parent of this package
For instance: the package of java.lang.reflect
is java.lang
- getParentSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getParentSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getParentSource() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getPartCount() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getProperty(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getPropertyMap() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getPropertyMap() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getPropertyName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getPropertyName() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getPropertyName() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getPropertyType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getPropertyType() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getPropertyType() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getProviders() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
- getProviders() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaProvides
-
- getProvides() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getProvides() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getRequires() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getRequires() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getResolvedFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedFullyQualifiedName(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getResolvedGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedGenericFullyQualifiedName(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedGenericFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getResolvedGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedGenericValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedGenericValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getResolvedValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getReturns() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getReturns() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getReturns() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getReturns() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getReturnType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved return type
- getReturnType(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getReturnType() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType(boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved return type
- getReturnType() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getRight() - Method in class com.thoughtworks.qdox.model.expression.BinaryOperator
-
- getRight() - Method in class com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
-
- getService() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
- getService() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaUses
- getService() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaProvides
-
- getService() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaUses
-
- getService() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
-
- getService() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.UsesDef
-
- getSignature(boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getSimpleName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getSimpleName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getSimpleName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getSource() - Method in interface com.thoughtworks.qdox.builder.Builder
-
- getSource() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- getSource() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaExports
-
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaOpens
-
- getSource() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
-
- getSource() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.OpensDef
-
- getSourceCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Get the original source code of the body of this method.
- getSourceCode() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Get the original source code of the body of this method.
- getSourceCode() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
Get the original source code of the body of this method.
- getSourceLibrary() - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- getSources() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Get all the sources added.
- getSources() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaSources
- getSubPackages() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
For instance: one of the children of java.lang
would be java.lang.reflect
- getSubPackages() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
For instance: one of the children of java.lang
would be java.lang.reflect
- getSuperClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getSuperClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getSuperClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getSuperJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getSuperJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getSuperJavaClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
-
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve the doclettag by the specified name.
- getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve the doclettag by the specified name.
- getTagByName(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve the doclettag by the specified name.
- getTagByName(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getTags() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getTags() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve all defined doclet tags.
- getTags() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve all defined doclet tags.
- getTags() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve all defined doclet tags.
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
-
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve all doclettags with a specific name.
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve all doclettags with a specific name.
- getTagsByName(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve all doclettags with a specific name.
- getTagsByName(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getTagsByName(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getTargets() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
- getTargets() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
- getTargets() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaExports
-
- getTargets() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaOpens
-
- getTargets() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
-
- getTargets() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.OpensDef
-
- getText() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
-
- getTrueExpression() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getTrueExpression() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getType() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The type of the bean, either used as argument type of the mutator or return type of the accessor.
- getType() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getType() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
-
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The type of the bean, either used as argument type of the mutator or return type of the accessor.
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getType() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getType() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getType() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getType() - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
-
- getType() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getType() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getTypeArguments() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.expression.CastDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.expression.TypeRefDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getTypeParameters() - Method in interface com.thoughtworks.qdox.model.JavaGenericDeclaration
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getTypeParams() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getURL() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
- getURL() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
- getUses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getUses() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getValue(JavaAnnotation, String) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getValue() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The full value of the doclet tag.
- getValue() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getValue() - Method in class com.thoughtworks.qdox.model.expression.Constant
-
- getValue() - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
-
- getValue() - Method in class com.thoughtworks.qdox.model.expression.UnaryOperator
-
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The full value of the doclet tag.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getValue() - Method in interface com.thoughtworks.qdox.model.JavaType
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
-
- getValue() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getValueList() - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
-
- getValueList() - Method in class com.thoughtworks.qdox.parser.expression.ElemValueListDef
-
- getWildcardExpressionType() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
-
- GreaterEquals - Class in com.thoughtworks.qdox.model.expression
-
- GreaterEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.GreaterEquals
-
- GREATEREQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GreaterEqualsDef - Class in com.thoughtworks.qdox.parser.expression
-
- GreaterEqualsDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.GreaterEqualsDef
-
- GreaterThan - Class in com.thoughtworks.qdox.model.expression
-
- GreaterThan(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.GreaterThan
-
- GREATERTHAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN2EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN3 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN3EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GreaterThanDef - Class in com.thoughtworks.qdox.parser.expression
-
- GreaterThanDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.GreaterThanDef
-