A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes All Packages

A

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.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
Store a JavaSource in this context
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
Add the ClassLoader to this 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(DefaultJavaModuleDescriptor.DefaultJavaExports) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
 
addExports(ModuleDef.ExportsDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
addExports(ModuleDef.ExportsDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
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(JavaInitializer) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
addInitializer(InitDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
addInitializer(InitDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
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(DefaultJavaModuleDescriptor.DefaultJavaOpens) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
 
addOpens(ModuleDef.OpensDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
addOpens(ModuleDef.OpensDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
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(DefaultJavaModuleDescriptor.DefaultJavaProvides) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
 
addProvides(ModuleDef.ProvidesDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
addProvides(ModuleDef.ProvidesDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
addRequires(DefaultJavaModuleDescriptor.DefaultJavaRequires) - 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
addSource(File) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Add a java source from a file to this JavaProjectBuilder
addSource(File) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
addSource(File) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
addSource(File) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
addSource(File) - Method in class com.thoughtworks.qdox.library.SourceLibrary
Add a File containing java code to this library
addSource(InputStream) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
addSource(InputStream) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
addSource(InputStream) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
addSource(InputStream) - Method in class com.thoughtworks.qdox.library.SourceLibrary
Add an InputStream containing java code to this library
addSource(Reader) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Add a java source from a Reader to this JavaProjectBuilder
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(Reader) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
addSource(Reader) - 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(URL) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Add a java source from a URL to this JavaProjectBuilder
addSource(URL) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
addSource(URL) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
addSource(URL) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
addSource(URL) - Method in class com.thoughtworks.qdox.library.SourceLibrary
Add a URL 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(DefaultJavaModuleDescriptor.DefaultJavaUses) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
 
addUses(ModuleDef.UsesDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
addUses(ModuleDef.UsesDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
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(File) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
appendSource(File) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
appendSource(File) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
appendSource(InputStream) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
appendSource(InputStream) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
appendSource(InputStream) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
appendSource(Reader) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
appendSource(Reader) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
appendSource(Reader) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
appendSource(URL) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
appendSource(URL) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
appendSource(URL) - 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
 
assemble(ElemValueDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
assemble(AnnoDef) - 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
 

B

BeanProperty - Interface in com.thoughtworks.qdox.model
 
beginClass(ClassDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
beginClass(ClassDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
beginConstructor() - Method in interface com.thoughtworks.qdox.builder.Builder
 
beginConstructor() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
beginField(FieldDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
beginField(FieldDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
beginMethod() - Method in interface com.thoughtworks.qdox.builder.Builder
 
beginMethod() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
BinaryClassParser - Class in com.thoughtworks.qdox.parser.impl
 
BinaryClassParser(Class<?>, Builder) - Constructor for class com.thoughtworks.qdox.parser.impl.BinaryClassParser
 
BinaryOperator - Class in com.thoughtworks.qdox.model.expression
 
BinaryOperator(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.BinaryOperator
 
BinaryOperatorDef - Class in com.thoughtworks.qdox.parser.expression
 
BinaryOperatorDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
 
bindClass(DefaultJavaClass) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
 
BOOLEAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
BOOLEAN_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
BRACECLOSE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
BRACEOPEN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
Builder - Interface in com.thoughtworks.qdox.builder
 
byClassName(String, ClassLibrary, Collection<String>) - Static method in class com.thoughtworks.qdox.type.TypeResolver
 
byPackageName(String, ClassLibrary, Collection<String>) - Static method in class com.thoughtworks.qdox.type.TypeResolver
Type resolver in case there's no declaring class, e.g.
BYTE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 

C

Cast - Class in com.thoughtworks.qdox.model.expression
 
Cast(JavaType, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Cast
 
CastDef - Class in com.thoughtworks.qdox.parser.expression
 
CastDef(TypeDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.CastDef
 
CHAR - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
CHAR - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
CHAR_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
checkDirectory(File) - Method in class com.thoughtworks.qdox.tools.QDoxTester
 
checkJavaFile(File) - Method in class com.thoughtworks.qdox.tools.QDoxTester
 
checkZipOrJarFile(File) - Method in class com.thoughtworks.qdox.tools.QDoxTester
 
CIRCUMFLEX - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
CIRCUMFLEXEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
CLASS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
CLASS - Static variable in class com.thoughtworks.qdox.parser.structs.ClassDef
 
ClassDef - Class in com.thoughtworks.qdox.parser.structs
 
ClassDef() - Constructor for class com.thoughtworks.qdox.parser.structs.ClassDef
 
ClassDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.ClassDef
 
ClassLibrary - Interface in com.thoughtworks.qdox.library
Main methods of a ClassLibrary, which can be used by every Model
ClassLibraryBuilder - Interface in com.thoughtworks.qdox.library
This builder helps to construct a library.
ClassLoaderLibrary - Class in com.thoughtworks.qdox.library
Important!! Be sure to add a classloader with the bootstrap classes.
ClassLoaderLibrary(AbstractClassLibrary) - Constructor for class com.thoughtworks.qdox.library.ClassLoaderLibrary
 
ClassLoaderLibrary(AbstractClassLibrary, ClassLoader) - Constructor for class com.thoughtworks.qdox.library.ClassLoaderLibrary
 
ClassNameLibrary - Class in com.thoughtworks.qdox.library
This library always resolve a className by generating an empty JavaClass Model
ClassNameLibrary() - Constructor for class com.thoughtworks.qdox.library.ClassNameLibrary
 
CODEBLOCK - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
lexical states
CODEBLOCK - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
COLON - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
COLONCOLON - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
com.thoughtworks.qdox - package com.thoughtworks.qdox
Provides classes to start constructing a java project
com.thoughtworks.qdox.builder - package com.thoughtworks.qdox.builder
Provides classes which transform the structs from the JavaParser to the Java model elements
com.thoughtworks.qdox.builder.impl - package com.thoughtworks.qdox.builder.impl
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
com.thoughtworks.qdox.directorywalker - package com.thoughtworks.qdox.directorywalker
Provides classes to visit all files within a directory matching a certain filter
com.thoughtworks.qdox.library - package com.thoughtworks.qdox.library
Provides classes to construct a classloader-like structure of libraries There are two types of ClassLibraryBuilders: SortedClassLibraryBuilder, which bundles the libraries by type OrderedClassLibraryBuilder, which respects the order of added libraries There are four types of ClassLibraries: ClassLoaderLibrary, which uses the classpath to search for sources or binaries SourceLibrary, which uses a specific sourcefile SourceFolderLibrary, which tries to locate sourcefiles by translating the package to folders ClassNameLibrary, which generates an anonymous class, as if it would exist
com.thoughtworks.qdox.model - package com.thoughtworks.qdox.model
Provides classes reflecting the Java model elements.
com.thoughtworks.qdox.model.expression - package com.thoughtworks.qdox.model.expression
Provides classes reflecting the Java expressions.
com.thoughtworks.qdox.model.impl - package com.thoughtworks.qdox.model.impl
Provides the default implementation of the classes reflecting the Java model elements.
com.thoughtworks.qdox.model.util - package com.thoughtworks.qdox.model.util
Provides utility classes supporting the construction of the models
com.thoughtworks.qdox.parser - package com.thoughtworks.qdox.parser
Provides interfaces and exceptions for both Lexers and Parsers
com.thoughtworks.qdox.parser.expression - package com.thoughtworks.qdox.parser.expression
Provides classes which make it possible to resolve expression values
com.thoughtworks.qdox.parser.impl - package com.thoughtworks.qdox.parser.impl
Provides the implementations of the Lexers and Parsers
com.thoughtworks.qdox.parser.structs - package com.thoughtworks.qdox.parser.structs
Provides simple models to be constructed by the parser.
com.thoughtworks.qdox.tools - package com.thoughtworks.qdox.tools
 
com.thoughtworks.qdox.type - package com.thoughtworks.qdox.type
 
com.thoughtworks.qdox.writer - package com.thoughtworks.qdox.writer
Provides classes to write Java model elements in any style
com.thoughtworks.qdox.writer.impl - package com.thoughtworks.qdox.writer.impl
Provides the default implementation of classes to write Java model elements in any style.
COMMA - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
CommentHandler - Interface in com.thoughtworks.qdox.parser
JavaDoc is not part of the Java Language Specification, it should be treated as a special type of comment.
commentHeader(JavaAnnotatedElement) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
 
CommentScanner - Interface in com.thoughtworks.qdox.parser
Classes implementing this interface can trigger the handler for every time it has parsed a comment.
Constant - Class in com.thoughtworks.qdox.model.expression
 
ConstantDef - Class in com.thoughtworks.qdox.parser.expression
 
ConstantDef(String, Class<?>) - Constructor for class com.thoughtworks.qdox.parser.expression.ConstantDef
 
containsClassReference(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
This method is used to detect if there's a match with this classname.
containsClassReference(String) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
 
containsClassReference(String) - Method in class com.thoughtworks.qdox.library.ClassNameLibrary
 
containsClassReference(String) - Method in class com.thoughtworks.qdox.library.SourceFolderLibrary
Loops over the sourceFolder to find a classReference.
containsClassReference(String) - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
convertString(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
createDocletTag(String, String) - Method in interface com.thoughtworks.qdox.model.DocletTagFactory
 
createDocletTag(String, String) - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTagFactory
createDocletTag(String, String, JavaAnnotatedElement, int) - Method in interface com.thoughtworks.qdox.model.DocletTagFactory
 
createDocletTag(String, String, JavaAnnotatedElement, int) - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTagFactory
createUnresolved(TypeDef, int, TypeResolver) - Static method in class com.thoughtworks.qdox.builder.TypeAssembler
this one is specific for those cases where dimensions can be part of both the type and identifier i.e.
createUnresolved(TypeDef, TypeResolver) - Static method in class com.thoughtworks.qdox.builder.TypeAssembler
 
CreatorDef - Class in com.thoughtworks.qdox.parser.expression
 
CreatorDef() - Constructor for class com.thoughtworks.qdox.parser.expression.CreatorDef
 

D

DEFAULT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
DefaultBeanProperty - Class in com.thoughtworks.qdox.model.impl
 
DefaultBeanProperty(String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
 
DefaultDocletTag - Class in com.thoughtworks.qdox.model.impl
 
DefaultDocletTag(String, String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultDocletTag
 
DefaultDocletTag(String, String, JavaAnnotatedElement, int) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultDocletTag
 
DefaultDocletTagFactory - Class in com.thoughtworks.qdox.model.impl
 
DefaultDocletTagFactory() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultDocletTagFactory
 
DefaultJavaAnnotation - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaAnnotation(JavaClass) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
 
DefaultJavaAnnotation(JavaClass, Map<String, Object>) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
 
DefaultJavaAnnotationAssembler - Class in com.thoughtworks.qdox.builder.impl
 
DefaultJavaAnnotationAssembler(JavaClass, ClassLibrary, TypeResolver) - Constructor for class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
DefaultJavaClass - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaClass() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
DefaultJavaClass(JavaSource) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
DefaultJavaClass(String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
DefaultJavaCommentLexer - Class in com.thoughtworks.qdox.parser.impl
This class is a scanner generated by JFlex 1.4.3 on 2/14/21, 12:32 AM from the specification file src/grammar/commentlexer.flex
DefaultJavaCommentLexer(InputStream) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Creates a new scanner.
DefaultJavaCommentLexer(Reader) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
DefaultJavaCommentParser - Class in com.thoughtworks.qdox.parser.impl
 
DefaultJavaCommentParser(Lexer, Builder) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
DefaultJavaCommentParserVal - Class in com.thoughtworks.qdox.parser.impl
BYACC/J Semantic Value for parser: DefaultJavaCommentParser This class provides some of the functionality of the yacc/C 'union' directive
DefaultJavaCommentParserVal() - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
Initialize me without a value
DefaultJavaCommentParserVal(double) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
Initialize me as a double
DefaultJavaCommentParserVal(int) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
Initialize me as an int
DefaultJavaCommentParserVal(Object) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
Initialize me as an Object
DefaultJavaCommentParserVal(String) - Constructor for class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
Initialize me as a string
DefaultJavaConstructor - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaConstructor() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
 
DefaultJavaExecutable - Class in com.thoughtworks.qdox.model.impl
The BaseMethod contains all methods used by both JavaMethod and JavaConstructor
DefaultJavaExecutable() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
 
DefaultJavaExports(JavaPackage, Collection<JavaModule>) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
 
DefaultJavaField - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaField(JavaClass, String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
DefaultJavaField(String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
DefaultJavaInitializer - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaInitializer() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
 
DefaultJavaMethod - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaMethod() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
The default constructor
DefaultJavaMethod(JavaClass, String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Create a new method without parameters
DefaultJavaMethod(String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Create new method without parameters and return type
DefaultJavaModule - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaModule(String, JavaModuleDescriptor) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModule
 
DefaultJavaModuleDescriptor - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaModuleDescriptor(String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
 
DefaultJavaModuleDescriptor.DefaultJavaExports - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaModuleDescriptor.DefaultJavaOpens - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaModuleDescriptor.DefaultJavaProvides - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaModuleDescriptor.DefaultJavaRequires - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaModuleDescriptor.DefaultJavaUses - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaOpens(JavaPackage, Collection<JavaModule>) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
 
DefaultJavaPackage - Class in com.thoughtworks.qdox.model.impl
The default implementation of JavaPackage, representing a Package.
DefaultJavaPackage(String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
 
DefaultJavaParameter - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaParameter(JavaClass, String) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
DefaultJavaParameter(JavaClass, String, boolean) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
DefaultJavaParameterizedType - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaParameterizedType(String, String, int, TypeResolver) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
 
DefaultJavaProvides(JavaClass, List<JavaClass>) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
 
DefaultJavaRequires(JavaModule, Collection<String>) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
 
DefaultJavaSource - Class in com.thoughtworks.qdox.model.impl
 
DefaultJavaSource(ClassLibrary) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaSource
Default constructor for the Default JavaSource
DefaultJavaType - Class in com.thoughtworks.qdox.model.impl
The default implementation for JavaType
DefaultJavaTypeVariable<D extends JavaGenericDeclaration> - Class in com.thoughtworks.qdox.model.impl
Equivalent of TypeVariable
DefaultJavaTypeVariable(String, TypeResolver) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
 
DefaultJavaUses(JavaClass) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaUses
 
DefaultJavaWildcardType - Class in com.thoughtworks.qdox.model.impl
Equivalent of WildcardType This class supports both the 'super' and 'extends' wildcards.
DefaultJavaWildcardType() - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
 
DefaultJavaWildcardType(JavaType, DefaultJavaWildcardType.BoundType) - Constructor for class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
 
DefaultJavaWildcardType.BoundType - Enum in com.thoughtworks.qdox.model.impl
 
DefaultModelWriter - Class in com.thoughtworks.qdox.writer.impl
 
DefaultModelWriter() - Constructor for class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
 
deindent() - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
DirectoryScanner - Class in com.thoughtworks.qdox.directorywalker
A directory scanner, which can scan files based on optional filters.
DirectoryScanner(File) - Constructor for class com.thoughtworks.qdox.directorywalker.DirectoryScanner
 
Divide - Class in com.thoughtworks.qdox.model.expression
 
Divide(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Divide
 
DivideDef - Class in com.thoughtworks.qdox.parser.expression
 
DivideDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.DivideDef
 
DocletTag - Interface in com.thoughtworks.qdox.model
 
DocletTagFactory - Interface in com.thoughtworks.qdox.model
 
DOT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
DOTDOTDOT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
DOUBLE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
dval - Variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
double value of this 'union'

E

ElemValueDef - Interface in com.thoughtworks.qdox.parser.expression
 
ElemValueListDef - Class in com.thoughtworks.qdox.parser.expression
 
ElemValueListDef(List<ElemValueDef>) - Constructor for class com.thoughtworks.qdox.parser.expression.ElemValueListDef
 
ElemValueTransformer<U> - Interface in com.thoughtworks.qdox.parser.expression
 
endClass() - Method in interface com.thoughtworks.qdox.builder.Builder
 
endClass() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
endConstructor(MethodDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
endConstructor(MethodDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
endField() - Method in interface com.thoughtworks.qdox.builder.Builder
 
endField() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
endMethod(MethodDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
endMethod(MethodDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
ENUM - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
ENUM - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
ENUM - Static variable in class com.thoughtworks.qdox.parser.structs.ClassDef
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
Compares this Field against the specified object.
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
equals(Object) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
 
equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
 
Equals - Class in com.thoughtworks.qdox.model.expression
 
Equals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Equals
 
EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
EQUALS2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
EqualsDef - Class in com.thoughtworks.qdox.parser.expression
 
EqualsDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.EqualsDef
 
error(String, Throwable) - Method in interface com.thoughtworks.qdox.tools.QDoxTester.Reporter
 
ErrorHandler - Interface in com.thoughtworks.qdox.library
 
eval(JavaClass) - Method in interface com.thoughtworks.qdox.Searcher
Evaluate the class
EvaluatingVisitor - Class in com.thoughtworks.qdox.builder.impl
Visitor that evaluates annotation expressions.
EvaluatingVisitor() - Constructor for class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
 
EXCLAMATION - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
ExclusiveOr - Class in com.thoughtworks.qdox.model.expression
 
ExclusiveOr(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.ExclusiveOr
 
ExclusiveOrDef - Class in com.thoughtworks.qdox.parser.expression
 
ExclusiveOrDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.ExclusiveOrDef
 
EXPORTS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
ExportsDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
 
ExportsDef(String, Set<String>) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
 
Expression - Interface in com.thoughtworks.qdox.model.expression
 
ExpressionDef - Class in com.thoughtworks.qdox.parser.expression
 
ExpressionDef() - Constructor for class com.thoughtworks.qdox.parser.expression.ExpressionDef
 
ExpressionVisitor - Interface in com.thoughtworks.qdox.model.expression
Visitor class for the annotation model elements
EXTENDS - com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType.BoundType
 
EXTENDS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 

F

FieldDef - Class in com.thoughtworks.qdox.parser.structs
Used for both fields and parameters
FieldDef() - Constructor for class com.thoughtworks.qdox.parser.structs.FieldDef
 
FieldDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.FieldDef
 
FieldRef - Class in com.thoughtworks.qdox.model.expression
 
FieldRef(String) - Constructor for class com.thoughtworks.qdox.model.expression.FieldRef
 
FieldRefDef - Class in com.thoughtworks.qdox.parser.expression
 
FieldRefDef(String) - Constructor for class com.thoughtworks.qdox.parser.expression.FieldRefDef
 
FileVisitor - Interface in com.thoughtworks.qdox.directorywalker
A File visitor
filter(File) - Method in interface com.thoughtworks.qdox.directorywalker.Filter
 
filter(File) - Method in class com.thoughtworks.qdox.directorywalker.SuffixFilter
 
Filter - Interface in com.thoughtworks.qdox.directorywalker
 
FINAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
FLOAT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
FLOAT_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
fullName - Variable in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 

G

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
Equivalent of AnnotatedElement.getAnnotations()
getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of AnnotatedElement.getAnnotations()
getAnnotations() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
Equivalent of AnnotatedElement.getAnnotations()
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() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Gets bean properties without looking in superclasses or interfaces.
getBeanProperties() - Method in interface com.thoughtworks.qdox.model.JavaClass
Gets bean properties without looking in superclasses or interfaces.
getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
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) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Gets bean property without looking in superclasses or interfaces.
getBeanProperty(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
Gets bean property without looking in superclasses or interfaces.
getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
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
Equivalent of (@link Class.getCanonicalName().
getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
Equivalent of (@link Class.getCanonicalName().
getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of (@link Class.getCanonicalName().
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
Equivalent of (@link Class.getCanonicalName().
getClassBody() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
 
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 class com.thoughtworks.qdox.JavaProjectBuilder
Try to retrieve a JavaClass by its name.
getClassByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
Retrieve the JavaClass based on the name.
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(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
Equivalent of Class.getComponentType() If this type is an array, return its component type
getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getComponentType() If this type is an array, return its component type
getComponentType() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getComponentType() If this type is an array, return its component type
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>) - 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 class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
getConstructor(List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
 
getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
Equivalent of Class.getConstructors()
getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getConstructors()
getConstructors() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getConstructors()
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
Equivalent of Member.getDeclaringClass()
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
Equivalent of Member.getDeclaringClass()
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
Equivalent of Class.getClasses() Gets the known derived classes.
getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getClasses() Gets the known derived classes.
getDerivedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getClasses() Gets the known derived classes.
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
Based on Class.getEnumConstants().
getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Based on Class.getEnumConstants().
getEnumConstants() - Method in interface com.thoughtworks.qdox.model.JavaClass
Based on Class.getEnumConstants().
getErrorHandler() - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
getExceptions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
Equivalent of Executable.getExceptionTypes()
getExceptions() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Executable.getExceptionTypes()
getExceptions() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
Equivalent of Executable.getExceptionTypes()
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
Equivalent of Class.getField(String), where this method can resolve every field
getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getField(String), where this method can resolve every field
getFieldByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getField(String), where this method can resolve every field
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
Equivalent of Class.getFields()
getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getFields()
getFields() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getFields()
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() - 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.
getGenericValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
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
A list if JavaInitializer, either static or instance initializers.
getInitializers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
A list if JavaInitializer, either static or instance initializers.
getInitializers() - Method in interface com.thoughtworks.qdox.model.JavaClass
A list if JavaInitializer, either static or instance initializers.
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() - 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.library.AbstractClassLibrary
First checks if there's a JavaClass available in the private context by this name.
getJavaClass(String) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
Get the JavaClass or null if it's not possible
getJavaClass(String) - Method in class com.thoughtworks.qdox.type.TypeResolver
 
getJavaClass(String, boolean) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
 
getJavaClass(String, boolean) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
Try to retrieve the JavaClass by the (binary) name.
getJavaClasses() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
Get all the classes of the current AbstractClassLibrary.
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
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.
getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
The ClassLibrary of this package.
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
The ClassLibrary of this package.
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
Get all packages of the current 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
getJavaPackages(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
 
getJavaSources() - 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
getJavaSources(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
 
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>) - 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 class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
getMethodBySignature(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
 
getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
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
Equivalent of Class.getMethods()
getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getMethods()
getMethods() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getMethods()
getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
Return declared methods and optionally the inherited methods
getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Return declared methods and optionally the inherited methods
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) - 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 class com.thoughtworks.qdox.model.impl.DefaultJavaClass
getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
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
Equivalent of Package.getName()
getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getName().
getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
 
getName() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Member.getName()
getName() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getName().
getName() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Member.getName()
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
Equivalent of Package.getName()
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) - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
getNamedParameter(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
 
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, 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.
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
Equivalent of Class.getDeclaredClasses()
getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getDeclaredClasses()
getNestedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getDeclaredClasses()
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
Equivalent of Class.getPackage()
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
Equivalent of Class.getPackage()
getPackage() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getPackage()
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
Try to retrieve a JavaPackage by its name.
getPackageByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
Retrieve the JavaPackage based on the name.
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
Equivalent of Executable.getParameterTypes(), where a JavaParameter also contains the original name if available.
getParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Executable.getParameterTypes(), where a JavaParameter also contains the original name if available.
getParameters() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
Equivalent of Executable.getParameterTypes(), where a JavaParameter also contains the original name if available.
getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
Equivalent of Executable.getParameterTypes()
getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Executable.getParameterTypes()
getParameterTypes() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
Equivalent of Executable.getParameterTypes()
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(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
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.And
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Assignment
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Cast
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Constant
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Divide
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Equals
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ExclusiveOr
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in interface com.thoughtworks.qdox.model.expression.Expression
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterEquals
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterThan
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LessEquals
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LessThan
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalAnd
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalNot
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalOr
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.MinusSign
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Multiply
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Not
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.NotEquals
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Or
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PlusSign
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostDecrement
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostIncrement
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreDecrement
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreIncrement
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Query
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Remainder
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ShiftLeft
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ShiftRight
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Subtract
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.UnsignedShiftRight
Get a parameter value for JavaAnnotation.getNamedParameter(String).
getParameterValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
Get a parameter value for JavaAnnotation.getNamedParameter(String).
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() - Method in interface com.thoughtworks.qdox.model.JavaParameter
 
getResolvedFullyQualifiedName(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
getResolvedGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
getResolvedGenericFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
 
getResolvedGenericFullyQualifiedName(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
getResolvedGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
getResolvedGenericValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
 
getResolvedGenericValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
getResolvedValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
getResolvedValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
 
getResolvedValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
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() - 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() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
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(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
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
Equivalent of Class.getSimpleName().
getSimpleName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.getSimpleName().
getSimpleName() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.getSimpleName().
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) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Retrieve the doclettag by the specified name.
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 class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
 
getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
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) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Retrieve all doclettags with a specific name.
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 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, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
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
Equivalent of Field.getType()
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
Equivalent of Field.getType()
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
Equivalent of GenericDeclaration.getTypeParameters()
getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
Equivalent of GenericDeclaration.getTypeParameters()
getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Equivalent of GenericDeclaration.getTypeParameters()
getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of GenericDeclaration.getTypeParameters()
getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of GenericDeclaration.getTypeParameters()
getTypeParameters() - Method in interface com.thoughtworks.qdox.model.JavaGenericDeclaration
Equivalent of GenericDeclaration.getTypeParameters()
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() - 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
 
getValue(JavaAnnotation, String) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
 
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
 

H

handle(ParseException) - Method in interface com.thoughtworks.qdox.library.ErrorHandler
 
hasClassReference(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
First checks if the context already has a JavaClass with this name.
hasClassReference(String) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
Check if this library holds a reference based on the name.
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
hashCode() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
 
hashCode() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
 

I

IDENTIFIER - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
IMPLEMENTS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
IMPORT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
indent() - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
IndentBuffer - Class in com.thoughtworks.qdox.writer.impl
 
IndentBuffer() - Constructor for class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
InitDef - Class in com.thoughtworks.qdox.parser.structs
 
InitDef() - Constructor for class com.thoughtworks.qdox.parser.structs.InitDef
 
InitDef(String, boolean) - Constructor for class com.thoughtworks.qdox.parser.structs.InitDef
 
INT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
INTEGER_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
INTERFACE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
INTERFACE - Static variable in class com.thoughtworks.qdox.parser.structs.ClassDef
 
isA(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
isA(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
isA(JavaClass) - Method in interface com.thoughtworks.qdox.model.JavaClass
 
isA(JavaType) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
isA(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
isA(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
isA(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
 
isAbstract() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isAbstract(int)
isAbstract() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Modifier.isAbstract(int)) Return true if the class includes the abstract modifier, false otherwise.
isAbstract() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isAbstract(int)
isAbstract() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Modifier.isAbstract(int)) Return true if the class includes the abstract modifier, false otherwise.
isAbstract() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isAbstract(int)
isAnnotation() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
(API description of Class.isAnnotation())
isAnnotation() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Class.isAnnotation())
isAnnotation() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Class.isAnnotation())
isArray() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
isArray() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
isArray() - Method in interface com.thoughtworks.qdox.model.JavaClass
 
isConstructor() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
isDebugLexer() - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
isDebugParser() - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
isDefault() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Equivalent Method.isDefault()
isDefault() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent Method.isDefault()
isDefault() - Method in interface com.thoughtworks.qdox.model.JavaMethod
Equivalent Method.isDefault()
isEnum() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
(API description of Class.isEnum())
isEnum() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Class.isEnum())
isEnum() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Class.isEnum())
isEnumConstant() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
Equivalent of Field.isEnumConstant()
isEnumConstant() - Method in interface com.thoughtworks.qdox.model.JavaField
Equivalent of Field.isEnumConstant()
isEnumConstant() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
isFinal() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isFinal(int)
isFinal() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Modifier.isFinal(int))
isFinal() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isFinal(int)
isFinal() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Modifier.isFinal(int))
isFinal() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isFinal(int)
isInner() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
isInner() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
isInner() - Method in interface com.thoughtworks.qdox.model.JavaClass
 
isInterface() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
(API description of Class.isInterface())
isInterface() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Class.isInterface())
isInterface() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Class.isInterface())
isNamed() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
isNamed() - Method in interface com.thoughtworks.qdox.model.JavaModule
 
isNative() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isNative(int)
isNative() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isNative(int)
isNative() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isNative(int)
isOpen() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
isOpen() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
 
isOpen() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef
 
isPrimitive() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
Equivalent of Class.isPrimitive()
isPrimitive() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.isPrimitive()
isPrimitive() - Method in interface com.thoughtworks.qdox.model.JavaClass
Equivalent of Class.isPrimitive()
isPrivate() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isPrivate(int)
isPrivate() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Modifier.isPrivate(int))
isPrivate() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isPrivate(int)
isPrivate() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Modifier.isPrivate(int))
isPrivate() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isPrivate(int)
isPropertyAccessor() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Returns true if this method follows the bean convention of being an accessor.
isPropertyAccessor() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Returns true if this method follows the bean convention of being an accessor.
isPropertyAccessor() - Method in interface com.thoughtworks.qdox.model.JavaMethod
Returns true if this method follows the bean convention of being an accessor.
isPropertyMutator() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Returns true if this method follows the bean convention of being an mutator.
isPropertyMutator() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Returns true if this method follows the bean convention of being an mutator.
isPropertyMutator() - Method in interface com.thoughtworks.qdox.model.JavaMethod
Returns true if this method follows the bean convention of being an mutator.
isProtected() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isProtected(int)
isProtected() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Modifier.isProtected(int))
isProtected() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isProtected(int)
isProtected() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Modifier.isProtected(int))
isProtected() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isProtected(int)
isPublic() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isPublic(int)
isPublic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
Equivalent of Modifier.isPublic(int)
isPublic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Modifier.isPublic(int))
isPublic() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isPublic(int)
isPublic() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Modifier.isPublic(int))
isPublic() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isPublic(int)
isResolved() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
isStatic() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isStatic(int)
isStatic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
isStatic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
isStatic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
(API description of Modifier.isStatic(int))
isStatic() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isStatic(int)
isStatic() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Modifier.isStatic(int))
isStatic() - Method in interface com.thoughtworks.qdox.model.JavaInitializer
 
isStatic() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isStatic(int)
isStatic() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
 
isStatic() - Method in class com.thoughtworks.qdox.parser.structs.InitDef
 
isStrictfp() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isStrict(int)
isStrictfp() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isStrict(int)
isStrictfp() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isStrict(int)
isSynchronized() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isSynchronized(int)
isSynchronized() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isSynchronized(int)
isSynchronized() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isSynchronized(int)
isTransient() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isTransient(int)
isTransient() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isTransient(int)
isTransient() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isTransient(int)
isTransitive() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
isTransitive() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
 
isVarArgs() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
Equivalent of Executable.isVarArgs()
isVarArgs() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
Is this a Java 5 var args type specified using three dots.
isVarArgs() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Executable.isVarArgs()
isVarArgs() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
Equivalent of Executable.isVarArgs()
isVarArgs() - Method in interface com.thoughtworks.qdox.model.JavaParameter
Is this a Java 5 var args type specified using three dots.
isVarArgs() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
isVoid() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
isVoid() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
isVoid() - Method in interface com.thoughtworks.qdox.model.JavaClass
 
isVolatile() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
Equivalent of Modifier.isVolatile(int)
isVolatile() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
Equivalent of Modifier.isVolatile(int)
isVolatile() - Method in interface com.thoughtworks.qdox.model.JavaMember
Equivalent of Modifier.isVolatile(int)
ival - Variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
integer value of this 'union'

J

JavaAnnotatedElement - Interface in com.thoughtworks.qdox.model
Equivalent of AnnotatedElement, providing the most important methods.
JavaAnnotation - Interface in com.thoughtworks.qdox.model
 
JavaClass - Interface in com.thoughtworks.qdox.model
Equivalent of Class, providing the most important methods.
JavaClassContext - Class in com.thoughtworks.qdox.library
JavaClassContext gives you a mechanism to get a JavaClass.
JavaClassContext() - Constructor for class com.thoughtworks.qdox.library.JavaClassContext
 
JavaConstructor - Interface in com.thoughtworks.qdox.model
Modeled equivalent of Constructor, providing the most important methods.
JAVADOC - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
JAVADOC - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
JAVADOCCONTENT - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
JAVADOCEND - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
JAVADOCLINE - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
JAVADOCLINE - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
JAVADOCLINE - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
JAVADOCSTART - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
JAVADOCTAG - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
JAVADOCTAG - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
JAVADOCTAG - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
JavaExecutable - Interface in com.thoughtworks.qdox.model
A shared interface for the common functionality of Method and Constructor.
JavaField - Interface in com.thoughtworks.qdox.model
Modeled equivalent of Field, providing the most important methods.
JavaGenericDeclaration - Interface in com.thoughtworks.qdox.model
Equivalent of GenericDeclaration.
JavaInitializer - Interface in com.thoughtworks.qdox.model
A JavaClass can have contain one of the following initializers: A static initializer declared in a class is executed when the class is initialized An instance initializer declared in a class is executed when an instance of the class is created In code this would look like:
JavaLexer - Interface in com.thoughtworks.qdox.parser
The Lexer-interface for Java sources
JavaMember - Interface in com.thoughtworks.qdox.model
JavaModel representation of a Member including related methods of Modifier
JavaMethod - Interface in com.thoughtworks.qdox.model
 
JavaMethodDelegate - Class in com.thoughtworks.qdox.model.impl
This class can be used to access overridden methods while keeping a reference to the original class.
JavaMethodDelegate(JavaClass, JavaMethod) - Constructor for class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
 
JavaModel - Interface in com.thoughtworks.qdox.model
 
JavaModelUtils - Class in com.thoughtworks.qdox.model
 
JavaModule - Interface in com.thoughtworks.qdox.model
 
JavaModuleDescriptor - Interface in com.thoughtworks.qdox.model
 
JavaModuleDescriptor.JavaExports - Interface in com.thoughtworks.qdox.model
Represents the following ModuleStatement:
exports SOURCE [to TARGET{, TARGET}]; where SOURCE matches a PackageName and TARGET matches a ModuleName
JavaModuleDescriptor.JavaOpens - Interface in com.thoughtworks.qdox.model
Represents the following ModuleStatement:
opens SOURCE [to TARGET{, TARGET}]; where SOURCE matches a PackageName and TARGET matches a ModuleName
JavaModuleDescriptor.JavaProvides - Interface in com.thoughtworks.qdox.model
Represents the following ModuleStatement:
provides SERVICE with PROVIDER; where SERVICE matches a TypeName and TARGET matches a TypeName
JavaModuleDescriptor.JavaRequires - Interface in com.thoughtworks.qdox.model
Represents the following ModuleStatement:
requires [public] [static] NAME; Where NAME matches a ModuleName
JavaModuleDescriptor.JavaUses - Interface in com.thoughtworks.qdox.model
Represents the following ModuleStatement:
uses NAME; Where NAME matches a TypeName
JavaPackage - Interface in com.thoughtworks.qdox.model
 
JavaParameter - Interface in com.thoughtworks.qdox.model
JavaParameter is an extended version of JavaClass and doesn't exist in the java api.
JavaParameterizedType - Interface in com.thoughtworks.qdox.model
Equivalent of ParameterizedType.
JavaProjectBuilder - Class in com.thoughtworks.qdox
This is the improved version of the JavaDocBuilder of QDox 1.x, which has the following tasks: Provide adders for all kind of resources, such as classloaders, java files and source directories Provide setters to enable the debug-mode for the Lexer and Parser (which are used when parsing sourcefiles) and the encoding Provide getter for retrieving Java Object Models from these libraries, such as JavaSources, JavaClasses and JavaPackages Provide a method to search through all the parsed JavaClasses Provide store and load methods for the JavaProjectBuilder Provide the option to set an ErrorHandler By default the JavaProjectBuilder will use the SortedClassLibraryBuilder, which means it doesn't matter in which order you add the resources, first all sources and sourcefolders, followed by the classloaders.
JavaProjectBuilder() - Constructor for class com.thoughtworks.qdox.JavaProjectBuilder
Default constructor, which will use the SortedClassLibraryBuilder implementation and add the default classloaders
JavaProjectBuilder(ClassLibraryBuilder) - Constructor for class com.thoughtworks.qdox.JavaProjectBuilder
Custom constructor, so another resource loading strategy can be defined
JavaSource - Interface in com.thoughtworks.qdox.model
The root of every JavaModel, even for those based on binary classes.
JavaType - Interface in com.thoughtworks.qdox.model
Equivalent of Type.
JavaTypeVariable<D extends JavaGenericDeclaration> - Interface in com.thoughtworks.qdox.model
 
JavaWildcardType - Interface in com.thoughtworks.qdox.model
Equivalent of WildcardType
JFlexLexer - Class in com.thoughtworks.qdox.parser.impl
This class is a scanner generated by JFlex 1.4.3 on 2/14/21, 12:32 AM from the specification file src/grammar/lexer.flex
JFlexLexer(InputStream) - Constructor for class com.thoughtworks.qdox.parser.impl.JFlexLexer
Creates a new scanner.
JFlexLexer(InputStream, Writer) - Constructor for class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
JFlexLexer(Reader) - Constructor for class com.thoughtworks.qdox.parser.impl.JFlexLexer
Creates a new scanner There is also a java.io.InputStream version of this constructor.
JFlexLexer(Reader, Writer) - Constructor for class com.thoughtworks.qdox.parser.impl.JFlexLexer
 

L

LessEquals - Class in com.thoughtworks.qdox.model.expression
 
LessEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.LessEquals
 
LESSEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
LessEqualsDef - Class in com.thoughtworks.qdox.parser.expression
 
LessEqualsDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.LessEqualsDef
 
LessThan - Class in com.thoughtworks.qdox.model.expression
 
LessThan(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.LessThan
 
LESSTHAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
LESSTHAN2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
LESSTHAN2EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
LessThanDef - Class in com.thoughtworks.qdox.parser.expression
 
LessThanDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.LessThanDef
 
lex() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
lex() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
lex() - Method in interface com.thoughtworks.qdox.parser.Lexer
 
Lexer - Interface in com.thoughtworks.qdox.parser
 
load(File) - Static method in class com.thoughtworks.qdox.JavaProjectBuilder
Note that after loading JavaDocBuilder classloaders need to be re-added.
LocatedDef - Class in com.thoughtworks.qdox.parser.structs
 
LocatedDef() - Constructor for class com.thoughtworks.qdox.parser.structs.LocatedDef
 
LogicalAnd - Class in com.thoughtworks.qdox.model.expression
 
LogicalAnd(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.LogicalAnd
 
LogicalAndDef - Class in com.thoughtworks.qdox.parser.expression
 
LogicalAndDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.LogicalAndDef
 
LogicalNot - Class in com.thoughtworks.qdox.model.expression
 
LogicalNot(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.LogicalNot
 
LogicalNotDef - Class in com.thoughtworks.qdox.parser.expression
 
LogicalNotDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.LogicalNotDef
 
LogicalOr - Class in com.thoughtworks.qdox.model.expression
 
LogicalOr(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.LogicalOr
 
LogicalOrDef - Class in com.thoughtworks.qdox.parser.expression
 
LogicalOrDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.LogicalOrDef
 
LONG - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 

M

main(String[]) - Static method in class com.thoughtworks.qdox.tools.QDoxTester
 
MethodDef - Class in com.thoughtworks.qdox.parser.structs
 
MethodDef() - Constructor for class com.thoughtworks.qdox.parser.structs.MethodDef
 
MethodInvocation - Class in com.thoughtworks.qdox.model.expression
 
MethodInvocation(String, List<AnnotationValue>) - Constructor for class com.thoughtworks.qdox.model.expression.MethodInvocation
 
MethodInvocationDef - Class in com.thoughtworks.qdox.parser.expression
 
MethodInvocationDef(String, List<ExpressionDef>) - Constructor for class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
 
MethodReferenceDef - Class in com.thoughtworks.qdox.parser.expression
 
MethodReferenceDef() - Constructor for class com.thoughtworks.qdox.parser.expression.MethodReferenceDef
 
MINUS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
MINUSEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
MINUSMINUS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
MinusSign - Class in com.thoughtworks.qdox.model.expression
 
MinusSign(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.MinusSign
 
MinusSignDef - Class in com.thoughtworks.qdox.parser.expression
 
MinusSignDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.MinusSignDef
 
ModelBuilder - Class in com.thoughtworks.qdox.builder.impl
 
ModelBuilder(ClassLibrary, DocletTagFactory) - Constructor for class com.thoughtworks.qdox.builder.impl.ModelBuilder
 
ModelBuilderFactory - Interface in com.thoughtworks.qdox.builder
The ModelBuilderFactory for constructing ModelBuilders
ModelWriter - Interface in com.thoughtworks.qdox.writer
Interface for a custom ModelWriter.
ModelWriterFactory - Interface in com.thoughtworks.qdox.writer
Factory for constructing a new ModelWriter
MODULE - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
MODULE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
ModuleDef - Class in com.thoughtworks.qdox.parser.structs
 
ModuleDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef
 
ModuleDef.ExportsDef - Class in com.thoughtworks.qdox.parser.structs
 
ModuleDef.OpensDef - Class in com.thoughtworks.qdox.parser.structs
 
ModuleDef.ProvidesDef - Class in com.thoughtworks.qdox.parser.structs
 
ModuleDef.RequiresDef - Class in com.thoughtworks.qdox.parser.structs
 
ModuleDef.UsesDef - Class in com.thoughtworks.qdox.parser.structs
 
MULTILINECOMMENT - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
lexical states
MULTILINECOMMENT - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
Multiply - Class in com.thoughtworks.qdox.model.expression
 
Multiply(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Multiply
 
MultiplyDef - Class in com.thoughtworks.qdox.parser.expression
 
MultiplyDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.MultiplyDef
 

N

name - Variable in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
NAME - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
NAME_OR_MODIFIER - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
NATIVE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
NEW - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
newBooleanLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
newCharacterLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
newClassLoaderLibrary(AbstractClassLibrary) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
Ability to override the implementation of ClassLoaderLibrary
newFloatingPointLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
newInstance() - Method in interface com.thoughtworks.qdox.writer.ModelWriterFactory
When called, a new instance must be returned.
newInstance(ClassLibrary) - Method in interface com.thoughtworks.qdox.builder.ModelBuilderFactory
Return a new instance of a ModelBuilder.
newIntegerLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
newline() - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
newSourceFolderLibrary(AbstractClassLibrary) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
Ability to override the implementation of SourceFolderLibrary
newSourceLibrary(AbstractClassLibrary) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
Ability to override the implementation of SourceLibrary
newStringLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
Not - Class in com.thoughtworks.qdox.model.expression
 
Not(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Not
 
NotDef - Class in com.thoughtworks.qdox.parser.expression
 
NotDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.NotDef
 
NotEquals - Class in com.thoughtworks.qdox.model.expression
 
NotEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.NotEquals
 
NOTEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
NotEqualsDef - Class in com.thoughtworks.qdox.parser.expression
 
NotEqualsDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.NotEqualsDef
 
numericResultType(Object, Object) - Static method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
Return the numeric result type of a binary operator

O

obj - Variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
object value of this 'union'
onComment(String, int, int) - Method in interface com.thoughtworks.qdox.parser.CommentHandler
Called if the parser hits a comment
onComment(String, int, int) - Method in class com.thoughtworks.qdox.parser.impl.Parser
 
OPEN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
OPENS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
OpensDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.OpensDef
 
OpensDef(String, Set<String>) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.OpensDef
 
Or - Class in com.thoughtworks.qdox.model.expression
 
Or(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Or
 
OrDef - Class in com.thoughtworks.qdox.parser.expression
 
OrDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.OrDef
 
OrderedClassLibraryBuilder - Class in com.thoughtworks.qdox.library
This library resolves JavaClasses in the order in which class sources are added.
OrderedClassLibraryBuilder() - Constructor for class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
Default constructor which sets the root classLibrary to ClassNameLibrary.
OrderedClassLibraryBuilder(AbstractClassLibrary) - Constructor for class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
Constructor for which you can set the root ClassLibrary If you set this to null, all classes should be available on the classpath.

P

PACKAGE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PackageDef - Class in com.thoughtworks.qdox.parser.structs
 
PackageDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.PackageDef
 
PackageDef(String, int) - Constructor for class com.thoughtworks.qdox.parser.structs.PackageDef
 
PARENBLOCK - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
PARENBLOCK - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PARENCLOSE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
ParenExpression - Class in com.thoughtworks.qdox.model.expression
 
ParenExpression(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.ParenExpression
 
ParenExpressionDef - Class in com.thoughtworks.qdox.parser.expression
 
ParenExpressionDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.ParenExpressionDef
 
PARENOPEN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
parse() - Method in class com.thoughtworks.qdox.parser.impl.BinaryClassParser
 
parse() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
parse() - Method in class com.thoughtworks.qdox.parser.impl.Parser
Parse file.
ParseException - Exception in com.thoughtworks.qdox.parser
Thrown to indicate an error during parsing
ParseException(String, int, int) - Constructor for exception com.thoughtworks.qdox.parser.ParseException
Default constructor for the ParseException
parseFailure(String, int, int, String) - Method in interface com.thoughtworks.qdox.tools.QDoxTester.Reporter
 
parseNamedParameters(String) - Static method in class com.thoughtworks.qdox.model.util.TagParser
Extract a Map of named parameters
parseParameters(String) - Static method in class com.thoughtworks.qdox.model.util.TagParser
Extract an array of parameters as name or name=value representation
Parser - Class in com.thoughtworks.qdox.parser.impl
 
Parser(JavaLexer, Builder) - Constructor for class com.thoughtworks.qdox.parser.impl.Parser
 
parseWords(String) - Static method in class com.thoughtworks.qdox.model.util.TagParser
Extract an array of positional parameters
PERCENT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PERCENTEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PLUS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PLUSEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PLUSPLUS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PlusSign - Class in com.thoughtworks.qdox.model.expression
 
PlusSign(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.PlusSign
 
PlusSignDef - Class in com.thoughtworks.qdox.parser.expression
 
PlusSignDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.PlusSignDef
 
PostDecrement - Class in com.thoughtworks.qdox.model.expression
 
PostDecrement(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.PostDecrement
 
PostDecrementDef - Class in com.thoughtworks.qdox.parser.expression
 
PostDecrementDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.PostDecrementDef
 
PostIncrement - Class in com.thoughtworks.qdox.model.expression
 
PostIncrement(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.PostIncrement
 
PostIncrementDef - Class in com.thoughtworks.qdox.parser.expression
 
PostIncrementDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.PostIncrementDef
 
PreDecrement - Class in com.thoughtworks.qdox.model.expression
 
PreDecrement(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.PreDecrement
 
PreDecrementDef - Class in com.thoughtworks.qdox.parser.expression
 
PreDecrementDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.PreDecrementDef
 
PreIncrement - Class in com.thoughtworks.qdox.model.expression
 
PreIncrement(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.PreIncrement
 
PreIncrementDef - Class in com.thoughtworks.qdox.parser.expression
 
PreIncrementDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.PreIncrementDef
 
PRIVATE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PROTECTED - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
PROVIDES - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
ProvidesDef(TypeDef) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
 
PUBLIC - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 

Q

QDoxTester - Class in com.thoughtworks.qdox.tools
Tool for testing that QDox can parse Java source code.
QDoxTester(QDoxTester.Reporter) - Constructor for class com.thoughtworks.qdox.tools.QDoxTester
 
QDoxTester.Reporter - Interface in com.thoughtworks.qdox.tools
 
Query - Class in com.thoughtworks.qdox.model.expression
 
Query(AnnotationValue, AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Query
 
QUERY - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
QueryDef - Class in com.thoughtworks.qdox.parser.expression
 
QueryDef(ElemValueDef, ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.QueryDef
 

R

registerJavaSource(JavaSource) - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
Remainder - Class in com.thoughtworks.qdox.model.expression
 
Remainder(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Remainder
 
RemainderDef - Class in com.thoughtworks.qdox.parser.expression
 
RemainderDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.RemainderDef
 
removeClassByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
Remove and return the JavaClass based on the name.
removePackageByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
Remove and return the JavaPackage based on the name.
REQUIRES - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
RequiresDef(String, Set<String>) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.RequiresDef
 
resolve(JavaType, JavaClass, JavaClass) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Consider the following example
resolve(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
 
resolveField(JavaClass, int, int) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
 
resolveJavaClass(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
The implementation should check it's sources to see if it can build a JavaClass Model If not, just return null; Once found it will be mapped, so there's no need to keep a reference to this object.
resolveJavaClass(String) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
 
resolveJavaClass(String) - Method in class com.thoughtworks.qdox.library.ClassNameLibrary
 
resolveJavaClass(String) - Method in class com.thoughtworks.qdox.library.SourceFolderLibrary
 
resolveJavaClass(String) - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
resolveJavaClass(String) - Method in class com.thoughtworks.qdox.type.TypeResolver
 
resolveJavaPackage(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
 
resolveJavaPackage(String) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
 
resolveJavaPackage(String) - Method in class com.thoughtworks.qdox.library.ClassNameLibrary
 
resolveJavaPackage(String) - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
resolveType(String) - Method in class com.thoughtworks.qdox.type.TypeResolver
 
resultType(Object, Object) - Static method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
Return the result type of a binary operator

S

save(File) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Persist the classLibraryBuilder to a file
scan() - Method in class com.thoughtworks.qdox.directorywalker.DirectoryScanner
 
scan(FileVisitor) - Method in class com.thoughtworks.qdox.directorywalker.DirectoryScanner
Scans the directory.
search(Searcher) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
 
Searcher - Interface in com.thoughtworks.qdox
A filter which evaluates the JavaClass and decides if it's part of the criteria.
SEMI - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
setAccessor(JavaMethod) - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
 
setActualArgumentTypes(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
 
setActualArgumentTypes(List<TypeDef>) - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
 
setAnnotation(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
setAnnotations(List<JavaAnnotation>) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
 
setArguments(List<ExpressionDef>) - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
 
setBlock(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
 
setBlockContent(String) - Method in class com.thoughtworks.qdox.parser.structs.InitDef
 
setBody(String) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
setBody(String) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setBounds(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
 
setBounds(List<TypeDef>) - Method in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
 
setClassBody(String) - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
 
setClassLibrary(ClassLibrary) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
 
setClassLibrary(ClassLibrary) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
 
setColumnNumber(int) - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
 
setColumnOffset(int) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
setComment(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
 
setConstructor(boolean) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setCreatedName(String) - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
 
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Enable the debugmode for the Lexer
setDebugLexer(boolean) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
Set to true to enable debug logging for the lexer
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
Set to true to enable debug logging for the lexer
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.library.SourceLibrary
Use the Lexer in debug mode
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.parser.impl.Parser
 
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Enable the debugmode for the Parser
setDebugParser(boolean) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
Set to true to enable debug logging for the parser
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
Set to true to enable debug logging for the parser
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.library.SourceLibrary
Use the Parser in debug mode
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
setDebugParser(boolean) - Method in class com.thoughtworks.qdox.parser.impl.Parser
 
setDeclaringClass(JavaClass) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
 
setDeclaringClass(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
 
setDefault(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
 
setDimensions(int) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
setDimensions(int) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setDimensions(int) - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
 
setEncoding(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Sets the encoding when using Files or URL's to parse.
setEncoding(String) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
 
setEncoding(String) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
setEncoding(String) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
setEncoding(String) - Method in class com.thoughtworks.qdox.library.SourceLibrary
Sets the encoding to use when parsing a URL or InputStreamReader
setEnum(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
setEnumConstant(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
setEnumConstant(boolean) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
setEnumConstantArguments(List<Expression>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
setEnumConstantClass(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
setEol(String) - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
setErrorHander(ErrorHandler) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
Can handle ParseExceptions instead of crashing.
setErrorHander(ErrorHandler) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
setErrorHander(ErrorHandler) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
setErrorHandler(ErrorHandler) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
Sets the errorHandler which will be triggered when a parse exception occurs.
setErrorHandler(ErrorHandler) - Method in class com.thoughtworks.qdox.library.ClassLoaderLibrary
 
setErrorHandler(ErrorHandler) - Method in class com.thoughtworks.qdox.library.SourceLibrary
 
setExceptions(List<JavaClass>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
 
setExceptions(Set<TypeDef>) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setExecutable(JavaExecutable) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
setExtends(Set<TypeDef>) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
setImplements(Set<TypeDef>) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
setImplementz(List<JavaClass>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
setIndentation(String) - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
setInitializationExpression(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
setInterface(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
setJavaPackage(JavaPackage) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
Only used when constructing the model by hand / without source
setLineNumber(int) - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaModel
 
setLineNumber(int) - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
 
setLineOffset(int) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
setModelBuilderFactory(ModelBuilderFactory) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
Set the ModelBuilderFactory for this classLibrary.
setModelBuilderFactory(ModelBuilderFactory) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
Define the ModelBuilderFactory which the parsers should use to construct the JavaModel Objects
setModelBuilderFactory(ModelBuilderFactory) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
setModelBuilderFactory(ModelBuilderFactory) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
setModelWriterFactory(ModelWriterFactory) - Method in interface com.thoughtworks.qdox.builder.Builder
 
setModelWriterFactory(ModelWriterFactory) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
setModelWriterFactory(ModelWriterFactory) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
Set the ModelWriterFactory for this class.
setModelWriterFactory(ModelWriterFactory) - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
Define the ModelWriterFactory which is used by the classes when calling for the codeBlock.
setModelWriterFactory(ModelWriterFactory) - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
 
setModelWriterFactory(ModelWriterFactory) - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
setModelWriterFactory(ModelWriterFactory) - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaModel
 
setModelWriterFactory(ModelWriterFactory) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
 
setModifiers(List<String>) - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
 
setModifiers(Set<String>) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
setModifiers(Set<String>) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
setModifiers(Set<String>) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setModule(ModuleDef) - Method in interface com.thoughtworks.qdox.builder.Builder
 
setModule(ModuleDef) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
setMutator(JavaMethod) - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
 
setName(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
 
setName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
 
setName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
setName(String) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
setName(String) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
setName(String) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setOpen(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
 
setOpen(boolean) - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef
 
setPackage(JavaPackage) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
 
setParameters(List<JavaParameter>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
 
setProperty(String, AnnotationValue) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
 
setReturns(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
Define the return type of this method
setReturnType(TypeDef) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setSource(JavaSource) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
 
setSourceCode(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
 
setSourceInfo(String) - Method in exception com.thoughtworks.qdox.parser.ParseException
 
setStatic(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
 
setStatic(boolean) - Method in class com.thoughtworks.qdox.parser.structs.InitDef
 
setSuperClass(JavaType) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
setTags(List<DocletTag>) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
 
setType(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
setType(JavaType) - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
 
setType(TypeDef) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
setType(String) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
setTypeArguments(List<?>) - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
 
setTypeParameters(List<DefaultJavaTypeVariable<JavaClass>>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
setTypeParameters(List<JavaTypeVariable<JavaConstructor>>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
 
setTypeParameters(List<JavaTypeVariable<JavaMethod>>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
 
setTypeParameters(List<TypeVariableDef>) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
setTypeParams(List<TypeVariableDef>) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
setUrl(URL) - Method in interface com.thoughtworks.qdox.builder.Builder
 
setUrl(URL) - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
setURL(URL) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
 
setVarArgs(boolean) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
 
ShiftLeft - Class in com.thoughtworks.qdox.model.expression
 
ShiftLeft(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.ShiftLeft
 
ShiftLeftDef - Class in com.thoughtworks.qdox.parser.expression
 
ShiftLeftDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.ShiftLeftDef
 
ShiftRight - Class in com.thoughtworks.qdox.model.expression
 
ShiftRight(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.ShiftRight
 
ShiftRightDef - Class in com.thoughtworks.qdox.parser.expression
 
ShiftRightDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.ShiftRightDef
 
SHORT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
signatureMatches(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
This method is NOT varArg aware.
signatureMatches(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
This method is NOT varArg aware.
signatureMatches(String, List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaMethod
This method is NOT varArg aware.
signatureMatches(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
signatureMatches(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
signatureMatches(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
 
signatureMatches(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
Returns true if this constructor matches the parameterTypes, assuming it's a non-varArg constructor.
signatureMatches(List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaConstructor
Returns true if this constructor matches the parameterTypes, assuming it's a non-varArg constructor.
signatureMatches(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
Returns true if this constructor matches the parameterTypes and matches the varArg argument.
signatureMatches(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
 
signatureMatches(List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaConstructor
Returns true if this constructor matches the parameterTypes and matches the varArg argument.
SINGLELINECOMMENT - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
SINGLELINECOMMENT - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
SLASH - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
SLASHEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
SortedClassLibraryBuilder - Class in com.thoughtworks.qdox.library
 
SortedClassLibraryBuilder() - Constructor for class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
 
source() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
 
SourceFolderLibrary - Class in com.thoughtworks.qdox.library
 
SourceFolderLibrary(AbstractClassLibrary) - Constructor for class com.thoughtworks.qdox.library.SourceFolderLibrary
 
SourceFolderLibrary(AbstractClassLibrary, File) - Constructor for class com.thoughtworks.qdox.library.SourceFolderLibrary
 
SourceLibrary - Class in com.thoughtworks.qdox.library
This Library will immediately parse the source and keeps its reference to a private context.
SourceLibrary(AbstractClassLibrary) - Constructor for class com.thoughtworks.qdox.library.SourceLibrary
Create a new instance of SourceLibrary and chain it to the parent
SQUARECLOSE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
SQUAREOPEN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
STAR - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
STAREQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
STATIC - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
STRICTFP - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
STRING - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
STRING_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
Subtract - Class in com.thoughtworks.qdox.model.expression
 
Subtract(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.Subtract
 
SubtractDef - Class in com.thoughtworks.qdox.parser.expression
 
SubtractDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.SubtractDef
 
success(String) - Method in interface com.thoughtworks.qdox.tools.QDoxTester.Reporter
 
SuffixFilter - Class in com.thoughtworks.qdox.directorywalker
A file filter based on its suffix
SuffixFilter(String) - Constructor for class com.thoughtworks.qdox.directorywalker.SuffixFilter
 
SUPER - com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType.BoundType
 
SUPER - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
sval - Variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
string value of this 'union'
SYNCHRONIZED - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 

T

TagDef - Class in com.thoughtworks.qdox.parser.structs
 
TagDef(String, String) - Constructor for class com.thoughtworks.qdox.parser.structs.TagDef
 
TagDef(String, String, int) - Constructor for class com.thoughtworks.qdox.parser.structs.TagDef
 
TagParser - Class in com.thoughtworks.qdox.model.util
 
targets() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
 
text() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
text() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
text() - Method in interface com.thoughtworks.qdox.parser.Lexer
 
THROWS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
TILDE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
TO - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
toBoolean(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
toChar(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
Convert a character literal into a character.
toFloatingPointLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
toGenericString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
toGenericString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
toGenericString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Returns getGenericValue() extended with the array information
toGenericString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
 
toGenericString() - Method in interface com.thoughtworks.qdox.model.JavaType
 
toIntegerLiteral(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Add
 
toString() - Method in class com.thoughtworks.qdox.model.expression.And
 
toString() - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Assignment
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Cast
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Constant
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Divide
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Equals
 
toString() - Method in class com.thoughtworks.qdox.model.expression.ExclusiveOr
 
toString() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
 
toString() - Method in class com.thoughtworks.qdox.model.expression.GreaterEquals
 
toString() - Method in class com.thoughtworks.qdox.model.expression.GreaterThan
 
toString() - Method in class com.thoughtworks.qdox.model.expression.LessEquals
 
toString() - Method in class com.thoughtworks.qdox.model.expression.LessThan
 
toString() - Method in class com.thoughtworks.qdox.model.expression.LogicalAnd
 
toString() - Method in class com.thoughtworks.qdox.model.expression.LogicalNot
 
toString() - Method in class com.thoughtworks.qdox.model.expression.LogicalOr
 
toString() - Method in class com.thoughtworks.qdox.model.expression.MinusSign
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Multiply
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Not
 
toString() - Method in class com.thoughtworks.qdox.model.expression.NotEquals
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Or
 
toString() - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
 
toString() - Method in class com.thoughtworks.qdox.model.expression.PlusSign
 
toString() - Method in class com.thoughtworks.qdox.model.expression.PostDecrement
 
toString() - Method in class com.thoughtworks.qdox.model.expression.PostIncrement
 
toString() - Method in class com.thoughtworks.qdox.model.expression.PreDecrement
 
toString() - Method in class com.thoughtworks.qdox.model.expression.PreIncrement
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Query
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Remainder
 
toString() - Method in class com.thoughtworks.qdox.model.expression.ShiftLeft
 
toString() - Method in class com.thoughtworks.qdox.model.expression.ShiftRight
 
toString() - Method in class com.thoughtworks.qdox.model.expression.Subtract
 
toString() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
 
toString() - Method in class com.thoughtworks.qdox.model.expression.UnsignedShiftRight
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
 
toString() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
Equivalent of Class.toString().
toString() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
toString() - Method in interface com.thoughtworks.qdox.model.JavaClass
(API description of Class.toString()) Converts the object to a string.
toString() - Method in interface com.thoughtworks.qdox.model.JavaPackage
Equivalent of Package.toString()
toString() - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
 
toString() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
 
toString() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
 
toString() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
 
toString() - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
 
toString() - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
toString(String) - Static method in class com.thoughtworks.qdox.model.expression.Constant
Convert a string literal into a string.
transform(AddDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(AddDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(AndDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(AndDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(AssignmentDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(AssignmentDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(CastDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(CastDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ConstantDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(ConstantDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(CreatorDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(CreatorDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(DivideDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(DivideDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ElemValueListDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(ElemValueListDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.AddDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.AndDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.CastDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.DivideDef
transform(ElemValueTransformer<U>) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueDef
 
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.ElemValueListDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.EqualsDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.ExclusiveOrDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.FieldRefDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.GreaterEqualsDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.GreaterThanDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.LessEqualsDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.LessThanDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.LogicalAndDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.LogicalNotDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.LogicalOrDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.MethodReferenceDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.MinusSignDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.MultiplyDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.NotDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.NotEqualsDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.OrDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.ParenExpressionDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.PlusSignDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.PostDecrementDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.PostIncrementDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.PreDecrementDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.PreIncrementDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.RemainderDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.ShiftLeftDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.ShiftRightDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.SubtractDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.TypeRefDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.expression.UnsignedShiftRightDef
transform(ElemValueTransformer<U>) - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
transform(EqualsDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(EqualsDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ExclusiveOrDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(ExclusiveOrDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(FieldRefDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(FieldRefDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(GreaterEqualsDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(GreaterEqualsDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(GreaterThanDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(GreaterThanDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(LessEqualsDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(LessEqualsDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(LessThanDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(LessThanDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(LogicalAndDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(LogicalAndDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(LogicalNotDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(LogicalNotDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(LogicalOrDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(LogicalOrDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(MethodInvocationDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(MethodInvocationDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(MethodReferenceDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(MethodReferenceDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(MinusSignDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(MinusSignDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(MultiplyDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(MultiplyDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(NotDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(NotDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(NotEqualsDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(NotEqualsDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(OrDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(OrDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ParenExpressionDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(ParenExpressionDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(PlusSignDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(PlusSignDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(PostDecrementDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(PostDecrementDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(PostIncrementDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(PostIncrementDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(PreDecrementDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(PreDecrementDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(PreIncrementDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
 
transform(PreIncrementDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(QueryDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(QueryDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(RemainderDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(RemainderDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ShiftLeftDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(ShiftLeftDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(ShiftRightDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(ShiftRightDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(SubtractDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(SubtractDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(TypeRefDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(TypeRefDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(UnsignedShiftRightDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(UnsignedShiftRightDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
transform(AnnoDef) - Method in class com.thoughtworks.qdox.builder.impl.DefaultJavaAnnotationAssembler
transform(AnnoDef) - Method in interface com.thoughtworks.qdox.parser.expression.ElemValueTransformer
 
TRANSIENT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
TRANSITIVE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
TYPE - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
TypeAssembler - Class in com.thoughtworks.qdox.builder
An assembler to transform a TypeDef to a DefaultJavaType
TypeDef - Class in com.thoughtworks.qdox.parser.structs
 
TypeDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.TypeDef
 
TypeDef(String, int) - Constructor for class com.thoughtworks.qdox.parser.structs.TypeDef
 
TypeRef - Class in com.thoughtworks.qdox.model.expression
 
TypeRef(JavaType) - Constructor for class com.thoughtworks.qdox.model.expression.TypeRef
 
TypeRefDef - Class in com.thoughtworks.qdox.parser.expression
 
TypeRefDef(TypeDef) - Constructor for class com.thoughtworks.qdox.parser.expression.TypeRefDef
 
TypeResolver - Class in com.thoughtworks.qdox.type
A per JavaClass resolver of types
TypeVariableDef - Class in com.thoughtworks.qdox.parser.structs
 
TypeVariableDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.TypeVariableDef
 
TypeVariableDef(String, List<TypeDef>) - Constructor for class com.thoughtworks.qdox.parser.structs.TypeVariableDef
 

U

unaryNumericResultType(Object) - Static method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
Return the result type of an unary operator
UnaryOperator - Class in com.thoughtworks.qdox.model.expression
 
UnaryOperator(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.UnaryOperator
 
UnaryOperatorDef - Class in com.thoughtworks.qdox.parser.expression
 
UnaryOperatorDef(ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.UnaryOperatorDef
 
unaryResultType(Object) - Static method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
 
UnsignedShiftRight - Class in com.thoughtworks.qdox.model.expression
 
UnsignedShiftRight(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.UnsignedShiftRight
 
UnsignedShiftRightDef - Class in com.thoughtworks.qdox.parser.expression
 
UnsignedShiftRightDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.UnsignedShiftRightDef
 
USES - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
UsesDef(TypeDef) - Constructor for class com.thoughtworks.qdox.parser.structs.ModuleDef.UsesDef
 

V

valueOf(String) - Static method in enum com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType.BoundType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType.BoundType
Returns an array containing the constants of this enum type, in the order they are declared.
VERTLINE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
VERTLINE2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
VERTLINEEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
visit(Add) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Add) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(And) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(And) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(AnnotationValueList) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(AnnotationValueList) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Assignment) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Assignment) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Cast) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Cast) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Constant) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Constant) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Divide) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Divide) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Equals) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Equals) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(ExclusiveOr) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(ExclusiveOr) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(FieldRef) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(FieldRef) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(GreaterEquals) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(GreaterEquals) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(GreaterThan) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(GreaterThan) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(LessEquals) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(LessEquals) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(LessThan) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(LessThan) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(LogicalAnd) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(LogicalAnd) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(LogicalNot) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(LogicalNot) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(LogicalOr) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(LogicalOr) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(MethodInvocation) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(MethodInvocation) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(MinusSign) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(MinusSign) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Multiply) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Multiply) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Not) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Not) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(NotEquals) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(NotEquals) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Or) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Or) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(ParenExpression) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(ParenExpression) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(PlusSign) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(PlusSign) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(PostDecrement) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(PostDecrement) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(PostIncrement) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(PostIncrement) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(PreDecrement) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(PreDecrement) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(PreIncrement) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(PreIncrement) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Query) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Query) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Remainder) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Remainder) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(ShiftLeft) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(ShiftLeft) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(ShiftRight) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(ShiftRight) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(Subtract) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(Subtract) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(TypeRef) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(TypeRef) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(UnsignedShiftRight) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(UnsignedShiftRight) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visit(JavaAnnotation) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
visit(JavaAnnotation) - Method in interface com.thoughtworks.qdox.model.expression.ExpressionVisitor
 
visitFile(File) - Method in interface com.thoughtworks.qdox.directorywalker.FileVisitor
 
VOID - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
VOLATILE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 

W

WildcardTypeDef - Class in com.thoughtworks.qdox.parser.structs
WildcardTypeDef must be a subclass of TypeDef, so it can be used in other classes.
WildcardTypeDef() - Constructor for class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
 
WildcardTypeDef(TypeDef, String) - Constructor for class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
 
WITH - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
write(char) - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
write(String) - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
 
writeAnnotation(JavaAnnotation) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java annotation A standard annotation writer should write: the annotation signature
writeAnnotation(JavaAnnotation) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java annotation A standard annotation writer should write: the annotation signature
writeClass(JavaClass) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java class A standard class writer should write: the javadoc the annotations the class signature, containing: the fields the constructors the methods
writeClass(JavaClass) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java class A standard class writer should write: the javadoc the annotations the class signature, containing: the fields the constructors the methods
writeConstructor(JavaConstructor) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java constructor.
writeConstructor(JavaConstructor) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java constructor.
writeField(JavaField) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java field A standard field writer should write: the javadoc the annotations the field signature
writeField(JavaField) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java field A standard field writer should write: the javadoc the annotations the field signature
writeInitializer(JavaInitializer) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the initializer.
writeInitializer(JavaInitializer) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the initializer.
writeMethod(JavaMethod) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java method A standard method writer should write: the javadoc the annotations the method signature, containing: the parameters
writeMethod(JavaMethod) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java method A standard method writer should write: the javadoc the annotations the method signature, containing: the parameters
writeModuleDescriptor(JavaModuleDescriptor) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the module descriptor A standard module descriptor writer should write: the javadoc the annotations the module signature, containing: the requires statements the exports statements the opens statements the uses statements the provides statements
writeModuleDescriptor(JavaModuleDescriptor) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the module descriptor A standard module descriptor writer should write: the javadoc the annotations the module signature, containing: the requires statements the exports statements the opens statements the uses statements the provides statements
writeModuleExports(JavaModuleDescriptor.JavaExports) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the module descriptors exports
writeModuleExports(JavaModuleDescriptor.JavaExports) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the module descriptors exports
writeModuleOpens(JavaModuleDescriptor.JavaOpens) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the module descriptors opens
writeModuleOpens(JavaModuleDescriptor.JavaOpens) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the module descriptors opens
writeModuleProvides(JavaModuleDescriptor.JavaProvides) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the module descriptors provides
writeModuleProvides(JavaModuleDescriptor.JavaProvides) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the module descriptors provides
writeModuleRequires(JavaModuleDescriptor.JavaRequires) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the module descriptors requires
writeModuleRequires(JavaModuleDescriptor.JavaRequires) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the module descriptors requires
writeModuleUses(JavaModuleDescriptor.JavaUses) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the module descriptors uses
writeModuleUses(JavaModuleDescriptor.JavaUses) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the module descriptors uses
writePackage(JavaPackage) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java package A standard package writer should write: the javadoc the annotations the package signature
writePackage(JavaPackage) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java package A standard package writer should write: the javadoc the annotations the package signature
writeParameter(JavaParameter) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the java parameter A standard parameter writer should write: the javadoc the annotations the parameter signature
writeParameter(JavaParameter) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the java parameter A standard parameter writer should write: the javadoc the annotations the parameter signature
writeSource(JavaSource) - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
Write the complete source file A standard source writer should write: the package the imports the classes
writeSource(JavaSource) - Method in interface com.thoughtworks.qdox.writer.ModelWriter
Write the complete source file A standard source writer should write: the package the imports the classes

Y

yybegin(int) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Enters a new lexical state
yybegin(int) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Enters a new lexical state
yycharat(int) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Returns the character at position pos from the matched text.
yycharat(int) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Returns the character at position pos from the matched text.
yyclose() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Closes the input stream.
yyclose() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Closes the input stream.
YYEOF - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
This character denotes the end of file
YYEOF - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
This character denotes the end of file
YYERRCODE - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParser
 
YYERRCODE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
 
YYINITIAL - Static variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
 
YYINITIAL - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
 
yylength() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Returns the length of the matched text region.
yylength() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Returns the length of the matched text region.
yylex() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yylex() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
yypushback(int) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Pushes the specified amount of characters back into the input stream.
yypushback(int) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Pushes the specified amount of characters back into the input stream.
yyreset(Reader) - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Resets the scanner to read from a new input stream.
yyreset(Reader) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Resets the scanner to read from a new input stream.
yystate() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Returns the current lexical state.
yystate() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Returns the current lexical state.
yytext() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
Returns the text matched by the current regular expression.
yytext() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
Returns the text matched by the current regular expression.
A B C D E F G H I J L M N O P Q R S T U V W Y 
All Classes All Packages