Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSTRACT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- AbstractBaseJavaEntity - Class in com.thoughtworks.qdox.model
- AbstractBaseJavaEntity() - Constructor for class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- AbstractInheritableJavaEntity - Class in com.thoughtworks.qdox.model
- AbstractInheritableJavaEntity() - Constructor for class com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
- AbstractJavaEntity - Class in com.thoughtworks.qdox.model
- AbstractJavaEntity() - Constructor for class com.thoughtworks.qdox.model.AbstractJavaEntity
- AbstractQdoxTask - Class in com.thoughtworks.qdox.ant
- AbstractQdoxTask() - Constructor for class com.thoughtworks.qdox.ant.AbstractQdoxTask
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.Annotation
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationAdd
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationAnd
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationCast
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationConstant
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationDivide
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationEquals
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLessEquals
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLessThan
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationMinusSign
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationMultiply
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationNot
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationNotEquals
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationOr
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationParenExpression
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationPlusSign
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationRemainder
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationShiftRight
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationSubtract
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight
- accept(AnnotationVisitor) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationValue
-
Accept a visitor for this value.
- accept(AnnotationVisitor) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationValueList
- actualArgumentTypes - Variable in class com.thoughtworks.qdox.parser.structs.TypeDef
- add(JavaClass) - Method in class com.thoughtworks.qdox.JavaClassContext
- add(JavaPackage) - Method in class com.thoughtworks.qdox.JavaClassContext
- add(String) - Method in class com.thoughtworks.qdox.JavaClassContext
- add(String) - Method in class com.thoughtworks.qdox.model.ClassLibrary
- addAnnotation(Annotation) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addAnnotation(Annotation) - Method in interface com.thoughtworks.qdox.parser.Builder
- addClass(JavaClass) - Method in class com.thoughtworks.qdox.model.JavaClass
- addClass(JavaClass) - Method in interface com.thoughtworks.qdox.model.JavaClassParent
- addClass(JavaClass) - Method in class com.thoughtworks.qdox.model.JavaPackage
- addClass(JavaClass) - Method in class com.thoughtworks.qdox.model.JavaSource
- addClassLoader(ClassLoader) - Method in class com.thoughtworks.qdox.model.ClassLibrary
- addDefaultLoader() - Method in class com.thoughtworks.qdox.model.ClassLibrary
- addField(JavaField) - Method in class com.thoughtworks.qdox.model.JavaClass
- addField(FieldDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addField(FieldDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- addFileset(FileSet) - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- addFilter(Filter) - Method in class com.thoughtworks.qdox.directorywalker.DirectoryScanner
- addImport(String) - Method in class com.thoughtworks.qdox.model.JavaSource
- addImport(String) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addImport(String) - Method in interface com.thoughtworks.qdox.parser.Builder
- addJavaDoc(String) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addJavaDoc(String) - Method in interface com.thoughtworks.qdox.parser.Builder
- addJavaDocTag(TagDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addJavaDocTag(TagDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- addMethod(JavaMethod) - Method in class com.thoughtworks.qdox.model.JavaClass
- addMethod(MethodDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addPackage(PackageDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addPackage(PackageDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- addParameter(JavaParameter) - Method in class com.thoughtworks.qdox.model.JavaMethod
- addParameter(JavaParameter) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- addParameter(FieldDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- addParameter(FieldDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- addSource(File) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- addSource(Reader) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- addSource(Reader, String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- addSource(URL) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- addSourceFolder(File) - Method in class com.thoughtworks.qdox.model.ClassLibrary
- addSourceTree(File) - Method in class com.thoughtworks.qdox.JavaDocBuilder
-
Add all files in a directory (and subdirs, recursively).
- addSourceTree(File, FileVisitor) - Method in class com.thoughtworks.qdox.JavaDocBuilder
-
Add all files in a directory (and subdirs, recursively).
- all() - Method in class com.thoughtworks.qdox.model.ClassLibrary
- allClasses - Variable in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- allSources - Variable in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- AMPERSAND - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- AMPERSAND2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- 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() - 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 - Class in com.thoughtworks.qdox.model
- Annotation(Type, int) - Constructor for class com.thoughtworks.qdox.model.Annotation
- Annotation(Type, AbstractBaseJavaEntity, Map, int) - Constructor for class com.thoughtworks.qdox.model.Annotation
- ANNOTATION - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- ANNOTATION_TYPE - Static variable in class com.thoughtworks.qdox.parser.structs.ClassDef
- AnnotationAdd - Class in com.thoughtworks.qdox.model.annotation
- AnnotationAdd(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationAdd
- AnnotationAnd - Class in com.thoughtworks.qdox.model.annotation
- AnnotationAnd(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationAnd
- AnnotationBinaryOperator - Class in com.thoughtworks.qdox.model.annotation
- AnnotationBinaryOperator(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
- AnnotationCast - Class in com.thoughtworks.qdox.model.annotation
- AnnotationCast(Type, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationCast
- AnnotationConstant - Class in com.thoughtworks.qdox.model.annotation
- AnnotationConstant(Object, String) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationConstant
- AnnotationDivide - Class in com.thoughtworks.qdox.model.annotation
- AnnotationDivide(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationDivide
- AnnotationEquals - Class in com.thoughtworks.qdox.model.annotation
- AnnotationEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationEquals
- AnnotationExclusiveOr - Class in com.thoughtworks.qdox.model.annotation
- AnnotationExclusiveOr(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr
- AnnotationFieldRef - Class in com.thoughtworks.qdox.model.annotation
- AnnotationFieldRef(String) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- AnnotationGreaterEquals - Class in com.thoughtworks.qdox.model.annotation
- AnnotationGreaterEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals
- AnnotationGreaterThan - Class in com.thoughtworks.qdox.model.annotation
- AnnotationGreaterThan(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan
- AnnotationLessEquals - Class in com.thoughtworks.qdox.model.annotation
- AnnotationLessEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationLessEquals
- AnnotationLessThan - Class in com.thoughtworks.qdox.model.annotation
- AnnotationLessThan(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationLessThan
- AnnotationLogicalAnd - Class in com.thoughtworks.qdox.model.annotation
- AnnotationLogicalAnd(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd
- AnnotationLogicalNot - Class in com.thoughtworks.qdox.model.annotation
- AnnotationLogicalNot(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot
- AnnotationLogicalOr - Class in com.thoughtworks.qdox.model.annotation
- AnnotationLogicalOr(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr
- AnnotationMinusSign - Class in com.thoughtworks.qdox.model.annotation
- AnnotationMinusSign(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationMinusSign
- AnnotationMultiply - Class in com.thoughtworks.qdox.model.annotation
- AnnotationMultiply(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationMultiply
- AnnotationNot - Class in com.thoughtworks.qdox.model.annotation
- AnnotationNot(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationNot
- AnnotationNotEquals - Class in com.thoughtworks.qdox.model.annotation
- AnnotationNotEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationNotEquals
- AnnotationOr - Class in com.thoughtworks.qdox.model.annotation
- AnnotationOr(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationOr
- AnnotationParenExpression - Class in com.thoughtworks.qdox.model.annotation
- AnnotationParenExpression(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationParenExpression
- AnnotationPlusSign - Class in com.thoughtworks.qdox.model.annotation
- AnnotationPlusSign(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationPlusSign
- AnnotationQuery - Class in com.thoughtworks.qdox.model.annotation
- AnnotationQuery(AnnotationValue, AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- AnnotationRemainder - Class in com.thoughtworks.qdox.model.annotation
- AnnotationRemainder(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationRemainder
- AnnotationShiftLeft - Class in com.thoughtworks.qdox.model.annotation
- AnnotationShiftLeft(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft
- AnnotationShiftRight - Class in com.thoughtworks.qdox.model.annotation
- AnnotationShiftRight(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationShiftRight
- AnnotationSubtract - Class in com.thoughtworks.qdox.model.annotation
- AnnotationSubtract(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationSubtract
- AnnotationTypeRef - Class in com.thoughtworks.qdox.model.annotation
- AnnotationTypeRef(Type) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
- AnnotationUnaryOperator - Class in com.thoughtworks.qdox.model.annotation
- AnnotationUnaryOperator(AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator
- AnnotationUnsignedShiftRight - Class in com.thoughtworks.qdox.model.annotation
- AnnotationUnsignedShiftRight(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight
- AnnotationValue - Interface in com.thoughtworks.qdox.model.annotation
-
Interface for all annotation model elements
- AnnotationValueList - Class in com.thoughtworks.qdox.model.annotation
- AnnotationValueList(List) - Constructor for class com.thoughtworks.qdox.model.annotation.AnnotationValueList
- AnnotationVisitor - Interface in com.thoughtworks.qdox.model.annotation
-
Visitor class for the annotation model elements
- APITestCase - Class in com.thoughtworks.qdox.junit
-
APITestCase is a JUnit extension that will let you compare two sources (typically one kept as a static expected result and a generated one) on the API level.
- APITestCase() - Constructor for class com.thoughtworks.qdox.junit.APITestCase
- args - Variable in class com.thoughtworks.qdox.parser.structs.AnnoDef
- assertApiEquals(URL, URL) - Static method in class com.thoughtworks.qdox.junit.APITestCase
-
Compares API of both sources in the readers.
- ASSIGNMENT - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- asType() - Method in class com.thoughtworks.qdox.model.JavaClass
- AT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
B
- BeanProperty - Class in com.thoughtworks.qdox.model
- BeanProperty(String) - Constructor for class com.thoughtworks.qdox.model.BeanProperty
- beginClass(ClassDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- beginClass(ClassDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- beginMethod() - Method in class com.thoughtworks.qdox.model.ModelBuilder
- beginMethod() - Method in interface com.thoughtworks.qdox.parser.Builder
- body - Variable in class com.thoughtworks.qdox.parser.structs.FieldDef
- body - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- BOOLEAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- BOOLEAN_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- bounds - Variable in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
- 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.parser
- buildFileMap() - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- buildFileMap(File, String[]) - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- BYTE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
C
- 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
- 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
- ClassLibrary - Class in com.thoughtworks.qdox.model
-
Important!! Be sure to add a classloader with the bootstrap classes.
- ClassLibrary() - Constructor for class com.thoughtworks.qdox.model.ClassLibrary
-
Remember to add bootstrap classes
- ClassLibrary(ClassLoader) - Constructor for class com.thoughtworks.qdox.model.ClassLibrary
-
Remember to add bootstrap classes
- CODEBLOCK - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- CODEBLOCK - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- COLON - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- com.thoughtworks.qdox - package com.thoughtworks.qdox
- com.thoughtworks.qdox.ant - package com.thoughtworks.qdox.ant
- com.thoughtworks.qdox.directorywalker - package com.thoughtworks.qdox.directorywalker
- com.thoughtworks.qdox.junit - package com.thoughtworks.qdox.junit
- com.thoughtworks.qdox.model - package com.thoughtworks.qdox.model
- com.thoughtworks.qdox.model.annotation - package com.thoughtworks.qdox.model.annotation
- com.thoughtworks.qdox.model.util - package com.thoughtworks.qdox.model.util
- com.thoughtworks.qdox.parser - package com.thoughtworks.qdox.parser
- com.thoughtworks.qdox.parser.impl - package com.thoughtworks.qdox.parser.impl
- com.thoughtworks.qdox.parser.structs - package com.thoughtworks.qdox.parser.structs
- com.thoughtworks.qdox.tools - package com.thoughtworks.qdox.tools
- COMMA - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- compareTo(Object) - Method in class com.thoughtworks.qdox.model.JavaClass
- compareTo(Object) - Method in class com.thoughtworks.qdox.model.JavaField
- compareTo(Object) - Method in class com.thoughtworks.qdox.model.JavaMethod
- compareTo(Object) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- compareTo(Object) - Method in class com.thoughtworks.qdox.model.Type
- constructor - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- contains(String) - Method in class com.thoughtworks.qdox.model.ClassLibrary
- createBinaryClass(String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- createDocletTag(String, String) - Method in class com.thoughtworks.qdox.model.DefaultDocletTagFactory
- createDocletTag(String, String) - Method in interface com.thoughtworks.qdox.model.DocletTagFactory
- createDocletTag(String, String, AbstractBaseJavaEntity, int) - Method in class com.thoughtworks.qdox.model.DefaultDocletTagFactory
- createDocletTag(String, String, AbstractBaseJavaEntity, int) - Method in interface com.thoughtworks.qdox.model.DocletTagFactory
- createDocletTagFactory() - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- createSourceClass(String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- createType(TypeDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- createType(TypeDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- createType(TypeDef, int) - Method in class com.thoughtworks.qdox.model.ModelBuilder
-
this one is specific for those cases where dimensions can be part of both the type and identifier i.e.
- createType(String, int) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- createType(String, int) - Method in interface com.thoughtworks.qdox.parser.Builder
-
Deprecated.
- createTypeVariable(TypeVariableDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- createTypeVariable(String, List) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- createUnknownClass(String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- createUnresolved(TypeDef, int, JavaClassParent) - Static method in class com.thoughtworks.qdox.model.Type
- createUnresolved(TypeDef, JavaClassParent) - Static method in class com.thoughtworks.qdox.model.Type
- createUnresolved(TypeVariableDef, JavaClassParent) - Static method in class com.thoughtworks.qdox.model.TypeVariable
- createUnresolved(String, int, JavaClassParent) - Static method in class com.thoughtworks.qdox.model.Type
D
- DEFAULT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- DefaultDocletTag - Class in com.thoughtworks.qdox.model
- DefaultDocletTag(String, String) - Constructor for class com.thoughtworks.qdox.model.DefaultDocletTag
- DefaultDocletTag(String, String, AbstractBaseJavaEntity, int) - Constructor for class com.thoughtworks.qdox.model.DefaultDocletTag
- DefaultDocletTagFactory - Class in com.thoughtworks.qdox.model
- DefaultDocletTagFactory() - Constructor for class com.thoughtworks.qdox.model.DefaultDocletTagFactory
- DefaultErrorHandler() - Constructor for class com.thoughtworks.qdox.JavaDocBuilder.DefaultErrorHandler
- DefaultJavaClassCache - Class in com.thoughtworks.qdox
- DefaultJavaClassCache() - Constructor for class com.thoughtworks.qdox.DefaultJavaClassCache
- deindent() - Method in class com.thoughtworks.qdox.model.IndentBuffer
- dimensions - Variable in class com.thoughtworks.qdox.parser.structs.FieldDef
- dimensions - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- dimensions - Variable in class com.thoughtworks.qdox.parser.structs.TypeDef
- DirectoryScanner - Class in com.thoughtworks.qdox.directorywalker
- DirectoryScanner(File) - Constructor for class com.thoughtworks.qdox.directorywalker.DirectoryScanner
- 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
- DOUBLE_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
E
- EMPTY_ARRAY - Static variable in class com.thoughtworks.qdox.model.JavaParameter
- EMPTY_ARRAY - Static variable in class com.thoughtworks.qdox.model.Type
- EMPTY_ARRAY - Static variable in class com.thoughtworks.qdox.model.TypeVariable
- endClass() - Method in class com.thoughtworks.qdox.model.ModelBuilder
- endClass() - Method in interface com.thoughtworks.qdox.parser.Builder
- endMethod(MethodDef) - Method in class com.thoughtworks.qdox.model.ModelBuilder
- endMethod(MethodDef) - Method in interface com.thoughtworks.qdox.parser.Builder
- entrySet() - Method in class com.thoughtworks.qdox.model.util.OrderedMap
- 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.JavaMethod
- equals(Object) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- equals(Object) - Method in class com.thoughtworks.qdox.model.JavaPackage
- equals(Object) - Method in class com.thoughtworks.qdox.model.JavaParameter
- equals(Object) - Method in class com.thoughtworks.qdox.model.Type
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.PackageDef
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.TagDef
- equals(Object) - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
- EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- EQUALS2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- error(String, Throwable) - Method in interface com.thoughtworks.qdox.tools.QDoxTester.Reporter
- eval(JavaClass) - Method in interface com.thoughtworks.qdox.Searcher
- EvaluatingVisitor - Class in com.thoughtworks.qdox.model.annotation
-
Visitor that evaluates annotation expressions.
- EvaluatingVisitor() - Constructor for class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- exceptions - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- EXCLAMATION - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- execute() - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- EXTENDS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- extendz - Variable in class com.thoughtworks.qdox.parser.structs.ClassDef
F
- FieldDef - Class in com.thoughtworks.qdox.parser.structs
- FieldDef() - Constructor for class com.thoughtworks.qdox.parser.structs.FieldDef
- fileMap - Variable in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- FileVisitor - Interface in com.thoughtworks.qdox.directorywalker
- 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
G
- getAccessor() - Method in class com.thoughtworks.qdox.model.BeanProperty
- getActualTypeArguments() - Method in class com.thoughtworks.qdox.model.Type
- getAnnotations() - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- getAnnotations() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getAnnotations() - Method in class com.thoughtworks.qdox.model.JavaPackage
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.JavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.JavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getCallSignature() - Method in class com.thoughtworks.qdox.model.JavaField
- getCallSignature() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getCallSignature() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.Member
- getClass(String) - Method in class com.thoughtworks.qdox.JavaClassContext
- getClass(String) - Method in class com.thoughtworks.qdox.model.ClassLibrary
- getClassByName(String) - Method in class com.thoughtworks.qdox.DefaultJavaClassCache
- getClassByName(String) - Method in class com.thoughtworks.qdox.JavaClassContext
- getClassByName(String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClassCache
- getClasses() - Method in class com.thoughtworks.qdox.DefaultJavaClassCache
- getClasses() - Method in class com.thoughtworks.qdox.JavaClassContext
- getClasses() - Method in class com.thoughtworks.qdox.JavaDocBuilder
-
Returns all the classes found in all the sources, including inner classes and "extra" classes (multiple outer classes defined in the same source file).
- getClasses() - Method in class com.thoughtworks.qdox.model.JavaClass
-
Deprecated.
- getClasses() - Method in interface com.thoughtworks.qdox.model.JavaClassCache
- getClasses() - Method in class com.thoughtworks.qdox.model.JavaPackage
-
Returns all the classes found for the package.
- getClasses() - Method in class com.thoughtworks.qdox.model.JavaSource
- getClassLibrary() - Method in class com.thoughtworks.qdox.JavaClassContext
-
temporary, this should be hidden
- getClassLibrary() - Method in class com.thoughtworks.qdox.JavaDocBuilder
- getClassLibrary() - Method in class com.thoughtworks.qdox.model.JavaSource
- getClassNamePrefix() - Method in class com.thoughtworks.qdox.model.JavaClass
- getClassNamePrefix() - Method in interface com.thoughtworks.qdox.model.JavaClassParent
- getClassNamePrefix() - Method in class com.thoughtworks.qdox.model.JavaSource
- getClassPart() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.JavaSource
- 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.JFlexLexer
- getColumn() - Method in interface com.thoughtworks.qdox.parser.Lexer
- getColumn() - Method in exception com.thoughtworks.qdox.parser.ParseException
- getComment() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getComment() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getCondition() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- getContext() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getContext() - Method in class com.thoughtworks.qdox.model.Annotation
- getContext() - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getContext() - Method in interface com.thoughtworks.qdox.model.DocletTag
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.JavaField
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethod
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getDeclarationSignature(boolean) - Method in interface com.thoughtworks.qdox.model.Member
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.JavaClass
-
Gets the known derived classes.
- getDimensions() - Method in class com.thoughtworks.qdox.model.Type
-
Returns the depth of this array, 0 if it's not an array
- getDir() - Method in class com.thoughtworks.qdox.junit.APITestCase
- getExceptions() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getExceptions() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getFalseExpression() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- getField() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.JavaClass
- getFieldPart() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getFieldReferenceValue(JavaField) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- getFields() - Method in class com.thoughtworks.qdox.model.JavaClass
- getFile() - Method in class com.thoughtworks.qdox.model.JavaSource
-
Deprecated.use getURL
- getFullQualifiedName() - Method in class com.thoughtworks.qdox.model.Type
-
Deprecated.instead use getFullyQualifiedName()
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.JavaClass
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.Type
-
Returns the FQN of an Object or the handler of a Type If the name of the can't be resolved based on the imports and the classes on the classpath the name will be returned InnerClasses will use the $ sign Some examples how names will be translated
- getGenericReturnType() - Method in class com.thoughtworks.qdox.model.JavaMethod
-
Equivalent of java.lang.reflect.Method.getGenericReturnType()
- getGenericReturnType() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getGenericValue() - Method in class com.thoughtworks.qdox.model.Type
-
The FQN representation of an Object for code usage This implementation ignores generics Some examples how Objects will be translated
- getGenericValue() - Method in class com.thoughtworks.qdox.model.TypeVariable
- getGenericValue() - Method in class com.thoughtworks.qdox.model.WildcardType
- getGenericValue(TypeVariable[]) - Method in class com.thoughtworks.qdox.model.Type
- getImage() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationConstant
- getImplementedInterfaces() - Method in class com.thoughtworks.qdox.model.JavaClass
- getImplements() - Method in class com.thoughtworks.qdox.model.JavaClass
- getImports() - Method in class com.thoughtworks.qdox.model.JavaSource
- getInitializationExpression() - Method in class com.thoughtworks.qdox.model.JavaField
-
Get the original expression used to initialize the field.
- getInnerClassByName(String) - Method in class com.thoughtworks.qdox.model.JavaClass
-
Deprecated.old name for
JavaClass.getNestedClassByName(String)
- getInnerClasses() - Method in class com.thoughtworks.qdox.model.JavaClass
-
Deprecated.old name for
JavaClass.getNestedClasses()
- getJavaClass() - Method in class com.thoughtworks.qdox.model.Type
- getJavaClassContext() - Method in class com.thoughtworks.qdox.model.JavaClass
- getJavaClassContext() - Method in interface com.thoughtworks.qdox.model.JavaClassParent
- getJavaClassContext() - Method in class com.thoughtworks.qdox.model.JavaSource
- getJavaClassParent() - Method in class com.thoughtworks.qdox.model.Type
- getLeft() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
- 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 class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- getLineNumber() - Method in class com.thoughtworks.qdox.model.Annotation
- getLineNumber() - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getLineNumber() - Method in interface com.thoughtworks.qdox.model.DocletTag
- getLineNumber() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getLineNumber() - Method in class com.thoughtworks.qdox.model.JavaPackage
- getListValue(Annotation, String) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- getMessage() - Method in exception com.thoughtworks.qdox.parser.ParseException
- getMethod(String, Type[], boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
-
This should be the signature for getMethodBySignature
- getMethodBySignature(String, Type[]) - Method in class com.thoughtworks.qdox.model.JavaClass
- getMethodBySignature(String, Type[], boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getMethodBySignature(String, Type[], boolean, boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getMethods() - Method in class com.thoughtworks.qdox.model.JavaClass
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getMethodsBySignature(String, Type[], boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getMethodsBySignature(String, Type[], boolean, boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getModifiers() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
-
Return list of modifiers as Strings.
- getModifiers() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getMutator() - Method in class com.thoughtworks.qdox.model.BeanProperty
- getName() - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- getName() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getName() - Method in class com.thoughtworks.qdox.model.BeanProperty
- getName() - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getName() - Method in interface com.thoughtworks.qdox.model.DocletTag
- getName() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getName() - Method in class com.thoughtworks.qdox.model.JavaPackage
- getName() - Method in class com.thoughtworks.qdox.model.JavaParameter
- getName() - Method in class com.thoughtworks.qdox.model.TypeVariable
- getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.Annotation
- getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getNamedParameter(String) - Method in interface com.thoughtworks.qdox.model.DocletTag
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
-
Convenience method for
getTagByName(String).getNamedParameter(String)
that also checks for null tag. - getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getNamedParameterMap() - Method in class com.thoughtworks.qdox.model.Annotation
- getNamedParameterMap() - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getNamedParameterMap() - Method in interface com.thoughtworks.qdox.model.DocletTag
- getNamePart(int) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getNamePrefix(int) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.JavaClass
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClassParent
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.JavaSource
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.JavaClass
- getPackage() - Method in class com.thoughtworks.qdox.model.JavaClass
- getPackage() - Method in class com.thoughtworks.qdox.model.JavaSource
- getPackageByName(String) - Method in class com.thoughtworks.qdox.JavaClassContext
- getPackageByName(String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- getPackageName() - Method in class com.thoughtworks.qdox.model.JavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in class com.thoughtworks.qdox.model.JavaSource
- getPackages() - Method in class com.thoughtworks.qdox.JavaClassContext
- getPackages() - Method in class com.thoughtworks.qdox.JavaDocBuilder
-
Returns all the packages found in all the sources.
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.JavaMethod
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParameters() - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getParameters() - Method in interface com.thoughtworks.qdox.model.DocletTag
- getParameters() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getParameters() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParameterTypes(boolean) - Method in class 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 parameter types
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParameterTypes(boolean, JavaClass) - Method in class com.thoughtworks.qdox.model.JavaMethod
- getParameterTypes(boolean, JavaClass) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationAdd
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationAnd
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationCast
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationConstant
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationDivide
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationEquals
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLessEquals
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLessThan
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationMinusSign
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationMultiply
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationNot
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationNotEquals
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationOr
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationParenExpression
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationPlusSign
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationRemainder
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationShiftRight
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationSubtract
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
- getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight
- getParameterValue() - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationValue
-
Get a parameter value for
Annotation.getNamedParameter(String)
. - getParameterValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationValueList
- getParameterValue() - Method in class com.thoughtworks.qdox.model.Annotation
- getParent() - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
-
Deprecated.
- getParent() - Method in class com.thoughtworks.qdox.model.JavaClass
- getParent() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParentClass() - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getParentClass() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getParentClass() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getParentClass() - Method in class com.thoughtworks.qdox.model.JavaParameter
- getParentMethod() - Method in class com.thoughtworks.qdox.model.JavaParameter
- getParentPackage() - Method in class com.thoughtworks.qdox.model.JavaPackage
- getParentSource() - Method in class com.thoughtworks.qdox.model.JavaClass
- getParentSource() - Method in interface com.thoughtworks.qdox.model.JavaClassParent
- getParentSource() - Method in class com.thoughtworks.qdox.model.JavaSource
- getPartCount() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- getProperty(String) - Method in class com.thoughtworks.qdox.model.Annotation
- getPropertyMap() - Method in class com.thoughtworks.qdox.model.Annotation
- getPropertyName() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getPropertyName() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getPropertyType() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getPropertyType() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getResolvedGenericValue() - Method in class com.thoughtworks.qdox.model.JavaParameter
- getResolvedGenericValue(TypeVariable[]) - Method in class com.thoughtworks.qdox.model.Type
- getResolvedValue() - Method in class com.thoughtworks.qdox.model.JavaParameter
- getResolvedValue(TypeVariable[]) - Method in class com.thoughtworks.qdox.model.Type
- getReturns() - Method in class com.thoughtworks.qdox.model.JavaMethod
-
Deprecated.it is recommended to use getReturnType()
- getReturns() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getReturnType() - Method in class com.thoughtworks.qdox.model.JavaMethod
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getReturnType(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethod
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved return type
- getReturnType(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getReturnType(boolean, JavaClass) - Method in class com.thoughtworks.qdox.model.JavaMethod
- getReturnType(boolean, JavaClass) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getRight() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
- getRootDir() - Method in class com.thoughtworks.qdox.junit.APITestCase
- getSource() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getSource() - Method in class com.thoughtworks.qdox.model.JavaClass
- getSource() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getSource() - Method in class com.thoughtworks.qdox.model.ModelBuilder
- getSourceCode() - Method in class com.thoughtworks.qdox.model.JavaMethod
-
Get the original source code of the body of this method.
- getSourceCode() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getSourceFile(String) - Method in class com.thoughtworks.qdox.model.ClassLibrary
- getSources() - Method in class com.thoughtworks.qdox.JavaDocBuilder
- getSubPackages() - Method in class com.thoughtworks.qdox.model.JavaPackage
- getSuperClass() - Method in class com.thoughtworks.qdox.model.JavaClass
- getSuperJavaClass() - Method in class com.thoughtworks.qdox.model.JavaClass
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
- getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getTags() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getTags() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.AbstractInheritableJavaEntity
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.JavaMethod
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getTrueExpression() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- getType() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationCast
- getType() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
- getType() - Method in class com.thoughtworks.qdox.model.Annotation
- getType() - Method in class com.thoughtworks.qdox.model.BeanProperty
- getType() - Method in class com.thoughtworks.qdox.model.JavaField
- getType() - Method in class com.thoughtworks.qdox.model.JavaParameter
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.JavaClass
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.JavaMethod
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- getTypeVariableIndex(JavaClass) - Method in class com.thoughtworks.qdox.model.Type
- getURL() - Method in class com.thoughtworks.qdox.model.JavaSource
- getValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationCast
- getValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationConstant
- getValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationParenExpression
- getValue() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator
- getValue() - Method in class com.thoughtworks.qdox.model.DefaultDocletTag
- getValue() - Method in interface com.thoughtworks.qdox.model.DocletTag
- getValue() - Method in class com.thoughtworks.qdox.model.Type
-
The FQN representation of an Object for code usage This implementation ignores generics Some examples how Objects will be translated
- getValue() - Method in class com.thoughtworks.qdox.model.TypeVariable
- getValue(Annotation, String) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- getValueList() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationValueList
- getWildcardExpressionType() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
- GREATEREQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- GREATERTHAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- GREATERTHAN2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- GREATERTHAN3 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
H
- handle(ParseException) - Method in class com.thoughtworks.qdox.JavaDocBuilder.DefaultErrorHandler
- handle(ParseException) - Method in interface com.thoughtworks.qdox.JavaDocBuilder.ErrorHandler
- hashCode() - Method in class com.thoughtworks.qdox.model.JavaMethod
- hashCode() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- hashCode() - Method in class com.thoughtworks.qdox.model.JavaPackage
- hashCode() - Method in class com.thoughtworks.qdox.model.JavaParameter
- hashCode() - Method in class com.thoughtworks.qdox.model.Type
- hashCode() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
- hashCode() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
- hashCode() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
- hashCode() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
- hashCode() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
- 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
- implementz - Variable in class com.thoughtworks.qdox.parser.structs.ClassDef
- IMPORT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- indent() - Method in class com.thoughtworks.qdox.model.IndentBuffer
- IndentBuffer - Class in com.thoughtworks.qdox.model
- IndentBuffer() - Constructor for class com.thoughtworks.qdox.model.IndentBuffer
- 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.JavaClass
- isA(Type) - Method in class com.thoughtworks.qdox.model.Type
- isA(String) - Method in class com.thoughtworks.qdox.model.JavaClass
- isAbstract() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isAbstract() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isArray() - Method in class com.thoughtworks.qdox.model.Type
-
Returns true if this Type is an array
- isConstructor() - Method in class com.thoughtworks.qdox.model.JavaMethod
- isConstructor() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isEnum() - Method in class com.thoughtworks.qdox.model.JavaClass
-
is enum? (otherwise class or interface)
- isFinal() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isFinal() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isInner() - Method in class com.thoughtworks.qdox.model.JavaClass
- isInterface() - Method in class com.thoughtworks.qdox.model.JavaClass
-
is interface? (otherwise enum or class)
- isNative() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isNative() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isPrimitive() - Method in class com.thoughtworks.qdox.model.Type
- isPrivate() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isPrivate() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isPropertyAccessor() - Method in class com.thoughtworks.qdox.model.JavaMethod
- isPropertyAccessor() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isPropertyMutator() - Method in class com.thoughtworks.qdox.model.JavaMethod
- isPropertyMutator() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isProtected() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isProtected() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isPublic() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isPublic() - Method in class com.thoughtworks.qdox.model.JavaMethod
- isPublic() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isResolved() - Method in class com.thoughtworks.qdox.model.Type
-
Checks if the FQN of this Type is resolved
- isStatic() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isStatic() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isStrictfp() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isStrictfp() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isSynchronized() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isSynchronized() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isTransient() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isTransient() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isVarArgs - Variable in class com.thoughtworks.qdox.parser.structs.FieldDef
- isVarArgs() - Method in class com.thoughtworks.qdox.model.JavaMethod
- isVarArgs() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- isVarArgs() - Method in class com.thoughtworks.qdox.model.JavaParameter
-
Is this a Java 5 var args type specified using three dots.
- isVoid() - Method in class com.thoughtworks.qdox.model.Type
- isVolatile() - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- isVolatile() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
J
- JavaClass - Class in com.thoughtworks.qdox.model
- JavaClass() - Constructor for class com.thoughtworks.qdox.model.JavaClass
- JavaClass(String) - Constructor for class com.thoughtworks.qdox.model.JavaClass
- JavaClassCache - Interface in com.thoughtworks.qdox.model
- JavaClassContext - Class in com.thoughtworks.qdox
-
JavaClassContext gives you a mechanism to get a JavaClass.
- JavaClassContext(JavaDocBuilder) - Constructor for class com.thoughtworks.qdox.JavaClassContext
- JavaClassContext(ClassLibrary) - Constructor for class com.thoughtworks.qdox.JavaClassContext
- JavaClassParent - Interface in com.thoughtworks.qdox.model
- JAVADOC - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- JavaDocBuilder - Class in com.thoughtworks.qdox
-
Simple facade to QDox allowing a source tree to be parsed and the resulting object model navigated.
- JavaDocBuilder() - Constructor for class com.thoughtworks.qdox.JavaDocBuilder
- JavaDocBuilder(ClassLibrary) - Constructor for class com.thoughtworks.qdox.JavaDocBuilder
- JavaDocBuilder(DocletTagFactory) - Constructor for class com.thoughtworks.qdox.JavaDocBuilder
- JavaDocBuilder(DocletTagFactory, ClassLibrary) - Constructor for class com.thoughtworks.qdox.JavaDocBuilder
- JavaDocBuilder.DefaultErrorHandler - Class in com.thoughtworks.qdox
- JavaDocBuilder.ErrorHandler - Interface in com.thoughtworks.qdox
- JAVADOCEND - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- JAVADOCEOL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- JAVADOCLINE - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- JAVADOCLINE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- JAVADOCSTART - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- JAVADOCTAG - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- JAVADOCTAG - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- JavaField - Class in com.thoughtworks.qdox.model
- JavaField() - Constructor for class com.thoughtworks.qdox.model.JavaField
- JavaField(Type, String) - Constructor for class com.thoughtworks.qdox.model.JavaField
- JavaField(String) - Constructor for class com.thoughtworks.qdox.model.JavaField
- JavaMethod - Class in com.thoughtworks.qdox.model
- JavaMethod() - Constructor for class com.thoughtworks.qdox.model.JavaMethod
-
The default constructor
- JavaMethod(Type, String) - Constructor for class com.thoughtworks.qdox.model.JavaMethod
-
Create a new method without parameters
- JavaMethod(String) - Constructor for class com.thoughtworks.qdox.model.JavaMethod
-
Create new method without parameters and return type
- JavaMethodDelegate - Class in com.thoughtworks.qdox.model
-
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.JavaMethodDelegate
- JavaPackage - Class in com.thoughtworks.qdox.model
-
A representation of a package.
- JavaPackage() - Constructor for class com.thoughtworks.qdox.model.JavaPackage
- JavaPackage(String) - Constructor for class com.thoughtworks.qdox.model.JavaPackage
- JavaPackage(String, Map) - Constructor for class com.thoughtworks.qdox.model.JavaPackage
-
Deprecated.allPackages is solved with the context
- JavaParameter - Class in com.thoughtworks.qdox.model
- JavaParameter(Type, String) - Constructor for class com.thoughtworks.qdox.model.JavaParameter
- JavaParameter(Type, String, boolean) - Constructor for class com.thoughtworks.qdox.model.JavaParameter
- JavaSource - Class in com.thoughtworks.qdox.model
- JavaSource() - Constructor for class com.thoughtworks.qdox.model.JavaSource
- JavaSource(JavaClassContext) - Constructor for class com.thoughtworks.qdox.model.JavaSource
- JFlexLexer - Class in com.thoughtworks.qdox.parser.impl
-
This class is a scanner generated by JFlex 1.7.0 from the specification file src/grammar/lexer.flex
- JFlexLexer(Reader) - Constructor for class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Creates a new scanner
L
- LESSEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- LESSTHAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- LESSTHAN2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- 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
- lineNumber - Variable in class com.thoughtworks.qdox.parser.structs.LocatedDef
- load(File) - Static method in class com.thoughtworks.qdox.JavaDocBuilder
-
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
- LONG - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- LONG_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
M
- main(String[]) - Static method in class com.thoughtworks.qdox.tools.QDoxTester
- Member - Interface in com.thoughtworks.qdox.model
- MethodDef - Class in com.thoughtworks.qdox.parser.structs
- MethodDef() - Constructor for class com.thoughtworks.qdox.parser.structs.MethodDef
- MINUS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- ModelBuilder - Class in com.thoughtworks.qdox.model
- ModelBuilder() - Constructor for class com.thoughtworks.qdox.model.ModelBuilder
- ModelBuilder(JavaClassContext, DocletTagFactory, Map) - Constructor for class com.thoughtworks.qdox.model.ModelBuilder
- modifiers - Variable in class com.thoughtworks.qdox.model.AbstractJavaEntity
- modifiers - Variable in class com.thoughtworks.qdox.parser.structs.ClassDef
- modifiers - Variable in class com.thoughtworks.qdox.parser.structs.FieldDef
- modifiers - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- MULTILINECOMMENT - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
N
- name - Variable in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- name - Variable in class com.thoughtworks.qdox.parser.structs.AnnoDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.ClassDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.FieldDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.PackageDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.TagDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.TypeDef
- name - Variable in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
- NATIVE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- newline() - Method in class com.thoughtworks.qdox.model.IndentBuffer
- NOTEQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- numericResultType(Object, Object) - Static method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
-
Return the numeric result type of a binary operator
O
- OrderedMap - Class in com.thoughtworks.qdox.model.util
-
This is a simple Map implementation backed by a List of Map.Entry objects.
- OrderedMap() - Constructor for class com.thoughtworks.qdox.model.util.OrderedMap
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
- params - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- 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
- PARENOPEN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- parent - Variable in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- 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
- 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(Lexer, 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
- PLUS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- PRIVATE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- processClasses(JavaClass[]) - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- processSources(JavaSource[]) - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- PROTECTED - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- PUBLIC - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- put(Object, Object) - Method in class com.thoughtworks.qdox.model.util.OrderedMap
- putClassByName(String, JavaClass) - Method in class com.thoughtworks.qdox.DefaultJavaClassCache
- putClassByName(String, JavaClass) - Method in interface com.thoughtworks.qdox.model.JavaClassCache
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 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
R
- RecursiveAnnotationVisitor - Class in com.thoughtworks.qdox.model.annotation
- RecursiveAnnotationVisitor() - Constructor for class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- resolve(JavaClass) - Method in class com.thoughtworks.qdox.model.Type
- resolve(JavaClass, JavaClass) - Method in class com.thoughtworks.qdox.model.Type
- resolveField(JavaClass, int, int) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- resolveType(String) - Method in class com.thoughtworks.qdox.model.JavaClass
- resolveType(String) - Method in interface com.thoughtworks.qdox.model.JavaClassParent
-
Resolve a type-name within the context of this source or class.
- resolveType(String) - Method in class com.thoughtworks.qdox.model.JavaSource
- resultType(Object, Object) - Static method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
-
Return the result type of a binary operator
- returnType - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
S
- save(File) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- scan() - Method in class com.thoughtworks.qdox.directorywalker.DirectoryScanner
- scan(FileVisitor) - Method in class com.thoughtworks.qdox.directorywalker.DirectoryScanner
- search(Searcher) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- Searcher - Interface in com.thoughtworks.qdox
- SEMI - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- setAccessor(JavaMethod) - Method in class com.thoughtworks.qdox.model.BeanProperty
- setAnnotation(boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- setAnnotations(Annotation[]) - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- setAnnotations(Annotation[]) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setAnnotations(Annotation[]) - Method in class com.thoughtworks.qdox.model.JavaPackage
- setCaptureCodeBody(boolean) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- setClassLibrary(ClassLibrary) - Method in class com.thoughtworks.qdox.JavaClassContext
- setClassLibrary(ClassLibrary) - Method in class com.thoughtworks.qdox.model.JavaSource
- setComment(String) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- setComment(String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setConstructor(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethod
- setConstructor(boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setContext(JavaClassContext) - Method in class com.thoughtworks.qdox.model.JavaPackage
- setContext(AbstractBaseJavaEntity) - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- setContext(AbstractBaseJavaEntity) - Method in class com.thoughtworks.qdox.model.Annotation
- setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.JavaDocBuilder
-
Forces QDox to dump tokens returned from lexer to System.err.
- setDebugLexer(boolean) - Method in class com.thoughtworks.qdox.parser.impl.Parser
- setDebugParser(boolean) - Method in class com.thoughtworks.qdox.JavaDocBuilder
-
Forces QDox to dump parser states to System.out.
- setDebugParser(boolean) - Method in class com.thoughtworks.qdox.parser.impl.Parser
- setEncoding(String) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- setEnum(boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- setErrorHandler(JavaDocBuilder.ErrorHandler) - Method in class com.thoughtworks.qdox.JavaDocBuilder
- setExceptions(Type[]) - Method in class com.thoughtworks.qdox.model.JavaMethod
- setExceptions(Type[]) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setFile(File) - Method in class com.thoughtworks.qdox.model.JavaSource
-
Deprecated.use setURL
- setImplementz(Type[]) - Method in class com.thoughtworks.qdox.model.JavaClass
- setInitializationExpression(String) - Method in class com.thoughtworks.qdox.model.JavaField
- setInterface(boolean) - Method in class com.thoughtworks.qdox.model.JavaClass
- setJavaClassContext(JavaClassContext) - Method in class com.thoughtworks.qdox.model.JavaClass
- setJavaPackage(JavaPackage) - Method in class com.thoughtworks.qdox.model.JavaClass
-
Only used when constructing the model by hand / without source
- setLineNumber(int) - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- setLineNumber(int) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setLineNumber(int) - Method in class com.thoughtworks.qdox.model.JavaPackage
- setModifiers(String[]) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- setModifiers(String[]) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setMutator(JavaMethod) - Method in class com.thoughtworks.qdox.model.BeanProperty
- setName(String) - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
- setName(String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setName(String) - Method in class com.thoughtworks.qdox.model.JavaPackage
- setPackage(JavaPackage) - Method in class com.thoughtworks.qdox.model.JavaSource
- setParent(JavaClassParent) - Method in class com.thoughtworks.qdox.model.AbstractBaseJavaEntity
-
Deprecated.
- setParent(JavaClassParent) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setParentClass(JavaClass) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- setParentClass(JavaClass) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setParentMethod(JavaMethod) - Method in class com.thoughtworks.qdox.model.JavaParameter
- setProperty(String, AnnotationValue) - Method in class com.thoughtworks.qdox.model.Annotation
- setReturns(Type) - Method in class com.thoughtworks.qdox.model.JavaMethod
-
Define the return type of this method
- setReturns(Type) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setSource(JavaSource) - Method in class com.thoughtworks.qdox.model.JavaClass
- setSourceCode(String) - Method in class com.thoughtworks.qdox.model.JavaMethod
- setSourceCode(String) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setSourceInfo(String) - Method in exception com.thoughtworks.qdox.parser.ParseException
- setSuperClass(Type) - Method in class com.thoughtworks.qdox.model.JavaClass
- setTags(List) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- setTags(List) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setType(Type) - Method in class com.thoughtworks.qdox.model.BeanProperty
- setType(Type) - Method in class com.thoughtworks.qdox.model.JavaField
- setTypeParameters(TypeVariable[]) - Method in class com.thoughtworks.qdox.model.JavaClass
- setTypeParameters(TypeVariable[]) - Method in class com.thoughtworks.qdox.model.JavaMethod
- setTypeParameters(TypeVariable[]) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- setURL(URL) - Method in class com.thoughtworks.qdox.model.JavaSource
- SHORT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- signatureMatches(String, Type[]) - Method in class com.thoughtworks.qdox.model.JavaMethod
-
Deprecated.use overloaded method
- signatureMatches(String, Type[]) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- signatureMatches(String, Type[], boolean) - Method in class com.thoughtworks.qdox.model.JavaMethod
- signatureMatches(String, Type[], boolean) - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- SINGLELINECOMMENT - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
- SLASH - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- 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
- 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
- success(String) - Method in interface com.thoughtworks.qdox.tools.QDoxTester.Reporter
- SuffixFilter - Class in com.thoughtworks.qdox.directorywalker
- SuffixFilter(String) - Constructor for class com.thoughtworks.qdox.directorywalker.SuffixFilter
- SUPER - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- 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
- TagParser() - Constructor for class com.thoughtworks.qdox.model.util.TagParser
- tempAnno - Variable in class com.thoughtworks.qdox.parser.structs.AnnoDef
- text - Variable in class com.thoughtworks.qdox.parser.structs.TagDef
- 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
- toGenericString() - Method in class com.thoughtworks.qdox.model.Type
-
Returns getGenericValue() extended with the array information
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationAdd
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationAnd
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationCast
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationConstant
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationDivide
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationEquals
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationExclusiveOr
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationFieldRef
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationGreaterThan
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLessEquals
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLessThan
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalAnd
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationLogicalOr
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationMinusSign
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationMultiply
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationNot
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationNotEquals
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationOr
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationParenExpression
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationPlusSign
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationQuery
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationRemainder
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationShiftRight
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationSubtract
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationUnsignedShiftRight
- toString() - Method in class com.thoughtworks.qdox.model.annotation.AnnotationValueList
- toString() - Method in class com.thoughtworks.qdox.model.Annotation
- toString() - Method in class com.thoughtworks.qdox.model.IndentBuffer
- toString() - Method in class com.thoughtworks.qdox.model.JavaClass
- toString() - Method in class com.thoughtworks.qdox.model.JavaField
- toString() - Method in class com.thoughtworks.qdox.model.JavaMethod
- toString() - Method in class com.thoughtworks.qdox.model.JavaMethodDelegate
- toString() - Method in class com.thoughtworks.qdox.model.JavaPackage
- toString() - Method in class com.thoughtworks.qdox.model.JavaParameter
- toString() - Method in class com.thoughtworks.qdox.model.JavaSource
- toString() - Method in class com.thoughtworks.qdox.model.Type
-
Returns getValue() extended with the array information
- toString() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
- toString() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
- toString() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
- toString() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
- toString() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
- TRANSIENT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- type - Variable in class com.thoughtworks.qdox.parser.structs.ClassDef
- type - Variable in class com.thoughtworks.qdox.parser.structs.FieldDef
- Type - Class in com.thoughtworks.qdox.model
- Type(String) - Constructor for class com.thoughtworks.qdox.model.Type
- Type(String, int) - Constructor for class com.thoughtworks.qdox.model.Type
- Type(String, int, JavaClassParent) - Constructor for class com.thoughtworks.qdox.model.Type
- Type(String, TypeDef, int, JavaClassParent) - Constructor for class com.thoughtworks.qdox.model.Type
- Type(String, String, int, JavaClassParent) - Constructor for class com.thoughtworks.qdox.model.Type
- 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
- typeParams - Variable in class com.thoughtworks.qdox.parser.structs.ClassDef
- typeParams - Variable in class com.thoughtworks.qdox.parser.structs.MethodDef
- TypeVariable - Class in com.thoughtworks.qdox.model
- TypeVariable(String, TypeVariableDef, JavaClassParent) - Constructor for class com.thoughtworks.qdox.model.TypeVariable
- TypeVariableDef - Class in com.thoughtworks.qdox.parser.structs
- TypeVariableDef(String) - Constructor for class com.thoughtworks.qdox.parser.structs.TypeVariableDef
- TypeVariableDef(String, List) - Constructor for class com.thoughtworks.qdox.parser.structs.TypeVariableDef
U
- unaryNumericResultType(Object) - Static method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
-
Return the result type of an unary operator
- unaryResultType(Object) - Static method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
V
- validateAttributes() - Method in class com.thoughtworks.qdox.ant.AbstractQdoxTask
- VERTLINE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- VERTLINE2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- visitAnnotation(Annotation) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotation(Annotation) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotation(Annotation) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationAdd(AnnotationAdd) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationAdd(AnnotationAdd) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationAdd(AnnotationAdd) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationAnd(AnnotationAnd) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationAnd(AnnotationAnd) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationAnd(AnnotationAnd) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationCast(AnnotationCast) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationCast(AnnotationCast) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationCast(AnnotationCast) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationConstant(AnnotationConstant) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationConstant(AnnotationConstant) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationConstant(AnnotationConstant) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationDivide(AnnotationDivide) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationDivide(AnnotationDivide) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationDivide(AnnotationDivide) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationEquals(AnnotationEquals) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationEquals(AnnotationEquals) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationEquals(AnnotationEquals) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationExclusiveOr(AnnotationExclusiveOr) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationExclusiveOr(AnnotationExclusiveOr) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationExclusiveOr(AnnotationExclusiveOr) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationFieldRef(AnnotationFieldRef) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationFieldRef(AnnotationFieldRef) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationFieldRef(AnnotationFieldRef) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationGreaterEquals(AnnotationGreaterEquals) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationGreaterEquals(AnnotationGreaterEquals) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationGreaterEquals(AnnotationGreaterEquals) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationGreaterThan(AnnotationGreaterThan) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationGreaterThan(AnnotationGreaterThan) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationGreaterThan(AnnotationGreaterThan) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationLessEquals(AnnotationLessEquals) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationLessEquals(AnnotationLessEquals) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationLessEquals(AnnotationLessEquals) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationLessThan(AnnotationLessThan) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationLessThan(AnnotationLessThan) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationLessThan(AnnotationLessThan) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationLogicalAnd(AnnotationLogicalAnd) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationLogicalAnd(AnnotationLogicalAnd) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationLogicalAnd(AnnotationLogicalAnd) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationLogicalNot(AnnotationLogicalNot) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationLogicalNot(AnnotationLogicalNot) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationLogicalNot(AnnotationLogicalNot) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationLogicalOr(AnnotationLogicalOr) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationLogicalOr(AnnotationLogicalOr) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationLogicalOr(AnnotationLogicalOr) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationMinusSign(AnnotationMinusSign) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationMinusSign(AnnotationMinusSign) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationMinusSign(AnnotationMinusSign) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationMultiply(AnnotationMultiply) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationMultiply(AnnotationMultiply) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationMultiply(AnnotationMultiply) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationNot(AnnotationNot) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationNot(AnnotationNot) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationNot(AnnotationNot) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationNotEquals(AnnotationNotEquals) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationNotEquals(AnnotationNotEquals) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationNotEquals(AnnotationNotEquals) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationOr(AnnotationOr) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationOr(AnnotationOr) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationOr(AnnotationOr) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationParenExpression(AnnotationParenExpression) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationParenExpression(AnnotationParenExpression) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationParenExpression(AnnotationParenExpression) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationPlusSign(AnnotationPlusSign) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationPlusSign(AnnotationPlusSign) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationPlusSign(AnnotationPlusSign) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationQuery(AnnotationQuery) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationQuery(AnnotationQuery) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationQuery(AnnotationQuery) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationRemainder(AnnotationRemainder) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationRemainder(AnnotationRemainder) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationRemainder(AnnotationRemainder) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationShiftLeft(AnnotationShiftLeft) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationShiftLeft(AnnotationShiftLeft) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationShiftLeft(AnnotationShiftLeft) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationShiftRight(AnnotationShiftRight) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationShiftRight(AnnotationShiftRight) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationShiftRight(AnnotationShiftRight) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationSubtract(AnnotationSubtract) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationSubtract(AnnotationSubtract) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationSubtract(AnnotationSubtract) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationTypeRef(AnnotationTypeRef) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationTypeRef(AnnotationTypeRef) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationTypeRef(AnnotationTypeRef) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationUnsignedShiftRight(AnnotationUnsignedShiftRight) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationUnsignedShiftRight(AnnotationUnsignedShiftRight) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationUnsignedShiftRight(AnnotationUnsignedShiftRight) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitAnnotationValueList(AnnotationValueList) - Method in interface com.thoughtworks.qdox.model.annotation.AnnotationVisitor
- visitAnnotationValueList(AnnotationValueList) - Method in class com.thoughtworks.qdox.model.annotation.EvaluatingVisitor
- visitAnnotationValueList(AnnotationValueList) - Method in class com.thoughtworks.qdox.model.annotation.RecursiveAnnotationVisitor
- visitFile(File) - Method in interface com.thoughtworks.qdox.directorywalker.FileVisitor
- VOID - Static variable in class com.thoughtworks.qdox.model.Type
- VOID - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
- VOLATILE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
W
- WildcardType - Class in com.thoughtworks.qdox.model
-
This class supports both the 'super' and 'extends' wildcards.
- WildcardType() - Constructor for class com.thoughtworks.qdox.model.WildcardType
- WildcardType(WildcardTypeDef) - Constructor for class com.thoughtworks.qdox.model.WildcardType
- WildcardType(WildcardTypeDef, JavaClassParent) - Constructor for class com.thoughtworks.qdox.model.WildcardType
- 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
- write(char) - Method in class com.thoughtworks.qdox.model.IndentBuffer
- write(IndentBuffer) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- write(String) - Method in class com.thoughtworks.qdox.model.IndentBuffer
- writeAccessibilityModifier(IndentBuffer) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- writeAllModifiers(IndentBuffer) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- writeBody(IndentBuffer) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
- writeBody(IndentBuffer) - Method in class com.thoughtworks.qdox.model.JavaClass
- writeBody(IndentBuffer) - Method in class com.thoughtworks.qdox.model.JavaField
- writeBody(IndentBuffer) - Method in class com.thoughtworks.qdox.model.JavaMethod
- writeBody(IndentBuffer, boolean, boolean, boolean) - Method in class com.thoughtworks.qdox.model.JavaMethod
- writeNonAccessibilityModifiers(IndentBuffer) - Method in class com.thoughtworks.qdox.model.AbstractJavaEntity
Y
- 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.JFlexLexer
-
Returns the character at position pos from the matched text.
- yyclose() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Closes the input stream.
- 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.Parser
- YYINITIAL - Static variable in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
lexical states
- 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.JFlexLexer
-
Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.
- yymoreStreams() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Returns true iff there are still streams left to read from on the stream stack.
- yypopStream() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Closes the current input stream and continues to read from the one on top of the stream stack.
- yypushback(int) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Pushes the specified amount of characters back into the input stream.
- yypushStream(Reader) - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Stores the current input stream on a stack, and reads from a new 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.JFlexLexer
-
Returns the current lexical state.
- yytext() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
Returns the text matched by the current regular expression.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
JavaClass.getNestedClasses()
instead.