- getAccessor() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
This can return both the isProperty if the property is of type Boolean or
getProperty for any other type of Object.
- getAccessor() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
This can return both the isProperty if the property is of type Boolean or
getProperty for any other type of Object.
- getActualArgumentTypes() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getActualTypeArguments() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
- getActualTypeArguments() - Method in interface com.thoughtworks.qdox.model.JavaParameterizedType
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of AnnotatedElement.getAnnotations()
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of AnnotatedElement.getAnnotations()
- getAnnotations() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Equivalent of AnnotatedElement.getAnnotations()
- getArgs() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getArguments() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getArguments() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getArguments() - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- getAssignmentExpression() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getBeanProperties() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getBeanProperty(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getBinaryName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
- getBinaryName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
- getBinaryName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
- getBinaryName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
The class or interface must be named by its binary name, which must meet the following constraints:
The binary name of a top level type is its canonical name.
- getBlockContent() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
- getBlockContent() - Method in interface com.thoughtworks.qdox.model.JavaInitializer
-
- getBlockContent() - Method in class com.thoughtworks.qdox.parser.structs.InitDef
-
- getBody() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getBody() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getBounds() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
- getBounds() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getBounds() - Method in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
- getBuffer() - Method in class com.thoughtworks.qdox.writer.impl.DefaultModelWriter
-
All information is written to this buffer.
- getCallSignature() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getCallSignature() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of (@link Class.getCanonicalName().
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Equivalent of (@link Class.getCanonicalName().
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of (@link Class.getCanonicalName().
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
Equivalent of (@link Class.getCanonicalName().
- getClassBody() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
Try to get any class of this package by name.
- getClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Try to get any class of this source by name.
- getClassByName(JavaClass, String) - Static method in class com.thoughtworks.qdox.model.JavaModelUtils
-
Try to resolve the class by the name, either relative from cls
as the fully qualified name.
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
Try to get any class of this package by name.
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Try to get any class of this source by name.
- getClasses() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Retrieve all classes which were added by sources
- getClasses() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaClasses
- getClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
Returns all the classes found for the package.
- getClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
A List with all direct classes of this source, never null
- getClasses() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
Returns all the classes found for the package.
- getClasses() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
A List with all direct classes of this source, never null
- getClassLibrary() - Method in interface com.thoughtworks.qdox.library.ClassLibraryBuilder
-
Get the library based on the strategy of the implementation
- getClassLibrary() - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- getClassLibrary() - Method in class com.thoughtworks.qdox.library.SortedClassLibraryBuilder
-
- getClassNamePrefix() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
If there's a package, return the packageName, followed by a dot, otherwise an empty String
- getClassNamePrefix() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
If there's a package, return the packageName, followed by a dot, otherwise an empty String
- getClassPart() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
The in-code representation of this field.
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaUses
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Complete code representation of this source
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaField
-
The in-code representation of this field.
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaModel
-
- getCodeBlock() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Complete code representation of this source
- getCodeBody() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
-
- getCodeBody() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getCodeBody() - Method in interface com.thoughtworks.qdox.parser.Lexer
-
- getColumn() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
-
- getColumn() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getColumn() - Method in interface com.thoughtworks.qdox.parser.Lexer
-
- getColumn() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getColumnNumber() - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
-
- getComment() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getComment() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve the javadoc comment of this annotated element.
- getComment() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve the javadoc comment of this annotated element.
- getComment() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve the javadoc comment of this annotated element.
- getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getComponentType()
If this type is an array, return its component type
- getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getComponentType()
If this type is an array, return its component type
- getComponentType() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getComponentType()
If this type is an array, return its component type
- getCondition() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getCondition() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getConstructor(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getConstructor(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getConstructor(List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getConstructor(List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getConstructors()
- getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getConstructors()
- getConstructors() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getConstructors()
- getContext() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The element to which this tag applies.
- getContext() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The element to which this tag applies.
- getCreatedName() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getDeclarationSignature(boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Member.getDeclaringClass()
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Member.getDeclaringClass()
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
The declaring class of the declaring method of this parameter.
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getClasses()
Gets the known derived classes.
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getClasses()
Gets the known derived classes.
- getDerivedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getClasses()
Gets the known derived classes.
- getDescriptor() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- getDescriptor() - Method in interface com.thoughtworks.qdox.model.JavaModule
-
- getDimensions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Returns the depth of this array, 0 if it's not an array
- getDimensions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Returns the depth of this array, 0 if it's not an array
- getDimensions() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Returns the depth of this array, 0 if it's not an array
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getElemDef() - Method in class com.thoughtworks.qdox.parser.expression.CastDef
-
- getElemValueDef() - Method in class com.thoughtworks.qdox.parser.expression.ParenExpressionDef
-
- getElemValueDef() - Method in class com.thoughtworks.qdox.parser.expression.UnaryOperatorDef
-
- getEncoding() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- getEnumConstantArguments() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- getEnumConstantArguments() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getEnumConstantByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getEnumConstantByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getEnumConstantByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getEnumConstantClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- getEnumConstantClass() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Based on Class.getEnumConstants().
- getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Based on Class.getEnumConstants().
- getEnumConstants() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Based on Class.getEnumConstants().
- getErrorHandler() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- getExceptions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Equivalent of Executable.getExceptionTypes()
- getExceptions() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Executable.getExceptionTypes()
- getExceptions() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
Equivalent of Executable.getExceptionTypes()
- getExceptions() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getExceptionTypes() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
- getExceptionTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getExceptionTypes() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getExecutable() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Returns the declaring method or constructor of this parameter
- getExecutable() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
Returns the declaring method or constructor of this parameter
- getExports() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getExports() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getExtends() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getFalseExpression() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getFalseExpression() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getField() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getField(String), where this method can resolve every field
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getField(String), where this method can resolve every field
- getFieldByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getField(String), where this method can resolve every field
- getFieldPart() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getFieldReferenceValue(JavaField) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getFields()
- getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getFields()
- getFields() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getFields()
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
Every primitive type, named package, top level class, and top level interface has a fully qualified name:
The fully qualified name of a primitive type is the keyword for that primitive type, namely byte, short, char, int, long, float, double, or boolean.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The canonical name with generic information.
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getGenericCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getGenericCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
The canonical name with generic information.
- getGenericDeclaration() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
- getGenericDeclaration() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The fully qualified name with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getGenericFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
The fully qualified name with generic information.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
A java5+ representation of the class.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
A java5+ representation of the class.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
A java5+ representation of the class.
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
A java5+ representation of the class.
- getGenericValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getGenericValue() - Method in interface com.thoughtworks.qdox.model.JavaType
-
A java5+ representation of the class.
- getImage() - Method in class com.thoughtworks.qdox.model.expression.Constant
-
- getImplementations() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
-
- getImplements() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getImplements() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getImplements() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getImplements() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getImports() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Retrieve all the import
- getImports() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Retrieve all the import
- getInitializationExpression() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
Get the original expression used to initialize the field.
- getInitializationExpression() - Method in interface com.thoughtworks.qdox.model.JavaField
-
Get the original expression used to initialize the field.
- getInitializers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getInitializers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getInitializers() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getInterfaces() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
- getInterfaces() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
- getInterfaces() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getInterfaces()
Determines the interfaces implemented by the class or interface represented by this object.
- getJavaClass(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
First checks if there's a JavaClass available in the private context by this name.
- getJavaClass(String, boolean) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaClass(String) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Get the JavaClass or null if it's not possible
- getJavaClass(String, boolean) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Try to retrieve the JavaClass by the (binary) name.
- getJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getJavaClass() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getJavaClass(String) - Method in class com.thoughtworks.qdox.type.TypeResolver
-
- getJavaClasses() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaClasses(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
Subclasses can call this method to gather all JavaClass object, including those from the parent.
- getJavaClasses() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Return all JavaClasses of the current library.
- getJavaClasses() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Get all classes, including those from parent SourceLibraries
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
- getJavaClassLibrary() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getJavaClassLibrary() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getJavaClassLibrary() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
- getJavaClassLibrary() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
- getJavaModules() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaModules() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
- getJavaModules() - Method in class com.thoughtworks.qdox.library.SourceFolderLibrary
-
- getJavaPackage(String) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaPackage(String) - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Get the JavaPackage or null if it's not possible
- getJavaPackages() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaPackages(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaPackages() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Return all JavaPackages of the current library.
- getJavaPackages() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Get all packages, including those from parent SourceLibraries
- getJavaSources() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaSources(AbstractClassLibrary.ClassLibraryFilter) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getJavaSources() - Method in interface com.thoughtworks.qdox.library.ClassLibrary
-
Return all JavaSources of the current library.
- getJavaSources() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
Get all sources, including those from parent SourceLibraries
- getLeft() - Method in class com.thoughtworks.qdox.model.expression.BinaryOperator
-
- getLeft() - Method in class com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
-
- getLetfHandSide() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getLine() - Method in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentLexer
-
- getLine() - Method in class com.thoughtworks.qdox.parser.impl.JFlexLexer
-
- getLine() - Method in interface com.thoughtworks.qdox.parser.Lexer
-
- getLine() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getLineNumber() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The line number of the source where this tag occurred.
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaModel
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The line number of the source where this tag occurred.
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
The line number where this element started
- getLineNumber() - Method in interface com.thoughtworks.qdox.model.JavaModel
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
-
- getListValue(JavaAnnotation, String) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getMessage() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getMethod(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
This should be the signature for getMethodBySignature.
- getMethod(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
This should be the signature for getMethodBySignature.
- getMethod(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
This should be the signature for getMethodBySignature.
- getMethodBySignature(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodBySignature(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodName() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getMethodName() - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getMethods()
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Return declared methods and optionally the inherited methods
- getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getMethods()
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Return declared methods and optionally the inherited methods
- getMethods() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getMethods()
- getMethods(boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Return declared methods and optionally the inherited methods
- getMethodsBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodsBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodsBySignature(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodsBySignature(String, List<JavaType>, boolean, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getModelBuilder() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
If there's a modelBuilderFactory available, ask it for a new instance.
- getModelBuilder(URL) - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getModelBuilderFactory() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getModelWriter() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaModel
-
- getModelWriterFactory() - Method in class com.thoughtworks.qdox.library.AbstractClassLibrary
-
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Return list of modifiers as Strings.
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getModifiers()
This does not follow the java-api
The Class.getModifiers() returns an int, which should be decoded with the Modifier.
- getModifiers() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Member.getModifiers()
This does not follow the java-api
With the Member-class, getModifiers returns an int, which should be decoded with the Modifier.
- getModifiers() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getModifiers()
This does not follow the java-api
The Class.getModifiers() returns an int, which should be decoded with the Modifier.
- getModifiers() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Member.getModifiers()
This does not follow the java-api
With the Member-class, getModifiers returns an int, which should be decoded with the Modifier.
- getModifiers() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getModifiers() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.RequiresDef
-
- getModule() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- getModule() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
-
- getModuleInfo() - Method in interface com.thoughtworks.qdox.builder.Builder
-
- getModuleInfo() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- getModules() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getMutator() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The setter-method of the bean.
- getMutator() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The setter-method of the bean.
- getName() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The name of the bean, which is based on the name of the mutator or accessor, not on the field.
- getName() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The name of the doclet tag.
- getName() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The name of the bean, which is based on the name of the mutator or accessor, not on the field.
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The name of the doclet tag.
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
Equivalent of Package.getName()
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getName().
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Member.getName()
- getName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getName().
- getName() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Member.getName()
- getName() - Method in interface com.thoughtworks.qdox.model.JavaModule
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
Equivalent of Package.getName()
- getName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getName() - Method in class com.thoughtworks.qdox.parser.expression.FieldRefDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.RequiresDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.PackageDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.TypeVariableDef
-
- getNamedParameter(String) - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
Convenience method for getTagByName(String).getNamedParameter(String) that also checks for null tag.
- getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getNamedParameter(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String, String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String, String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Convenience method for getTagByName(String).getNamedParameter(String)
that also checks for null tag.
- getNamedParameter(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getNamedParameterMap() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getNamedParameterMap() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getNamedParameterMap() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getNamedParameterMap() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getNamePart(int) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getNamePrefix(int) - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Try to get the JavaClass child based on its name relative to the package.
- getNestedClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Try to get the JavaClass child based on its name relative to the package.
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getDeclaredClasses()
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getDeclaredClasses()
- getNestedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getDeclaredClasses()
- getOpens() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getOpens() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getOperator() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getPackage()
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
The package of this source or null
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getPackage()
- getPackage() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getPackage()
- getPackage() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
The package of this source or null
- getPackageByName(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getPackageByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Returns the name of the package or an empty String if there's no package
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Returns the name of the package or an empty String if there's no package
- getPackages() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Retrieve all packages which were added by sources.
- getPackages() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaPackages
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getParameterByName(String) - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
- getParameters() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Equivalent of Executable.getParameterTypes(), where a JavaParameter also contains the original name if available.
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Executable.getParameterTypes(), where a JavaParameter also contains the original name if available.
- getParameters() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
Equivalent of Executable.getParameterTypes(), where a JavaParameter also contains the original name if available.
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Equivalent of Executable.getParameterTypes()
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Executable.getParameterTypes()
- getParameterTypes() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
Equivalent of Executable.getParameterTypes()
- getParameterTypes(boolean) - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Add
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.And
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Assignment
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Constant
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Divide
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Equals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ExclusiveOr
-
- getParameterValue() - Method in interface com.thoughtworks.qdox.model.expression.Expression
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterEquals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterThan
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LessEquals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LessThan
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalAnd
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalNot
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.LogicalOr
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.MinusSign
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Multiply
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Not
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.NotEquals
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Or
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PlusSign
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostDecrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostIncrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreDecrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreIncrement
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Remainder
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ShiftLeft
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.ShiftRight
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Subtract
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.UnsignedShiftRight
-
- getParameterValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
-
- getParentPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
The parent of this package
For instance: the package of java.lang.reflect is java.lang
- getParentPackage() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
The parent of this package
For instance: the package of java.lang.reflect is java.lang
- getParentSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getParentSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getParentSource() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getPartCount() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getProperty(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getPropertyMap() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getPropertyMap() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getPropertyName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getPropertyName() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getPropertyName() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getPropertyType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getPropertyType() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getPropertyType() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getProviders() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
- getProviders() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaProvides
-
- getProvides() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getProvides() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getRequires() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getRequires() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getResolvedFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedFullyQualifiedName(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getResolvedGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedGenericFullyQualifiedName(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedGenericFullyQualifiedName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getResolvedGenericValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedGenericValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedGenericValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getResolvedValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getResolvedValue(JavaType, List<JavaTypeVariable<D>>) - Static method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getResolvedValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getReturns() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getReturns() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getReturns() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getReturns() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getReturnType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved return type
- getReturnType(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getReturnType() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
Equivalent of java.lang.reflect.Method.getReturnType()
- getReturnType(boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved return type
- getReturnType() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getRight() - Method in class com.thoughtworks.qdox.model.expression.BinaryOperator
-
- getRight() - Method in class com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
-
- getService() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaProvides
- getService() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaUses
- getService() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaProvides
-
- getService() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaUses
-
- getService() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ProvidesDef
-
- getService() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.UsesDef
-
- getSignature(boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
- getSimpleName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.getSimpleName().
- getSimpleName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.getSimpleName().
- getSimpleName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.getSimpleName().
- getSource() - Method in interface com.thoughtworks.qdox.builder.Builder
-
- getSource() - Method in class com.thoughtworks.qdox.builder.impl.ModelBuilder
- getSource() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
- getSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaExports
-
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaOpens
-
- getSource() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
-
- getSource() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.OpensDef
-
- getSourceCode() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Get the original source code of the body of this method.
- getSourceCode() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Get the original source code of the body of this method.
- getSourceCode() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
Get the original source code of the body of this method.
- getSourceLibrary() - Method in class com.thoughtworks.qdox.library.OrderedClassLibraryBuilder
-
- getSources() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Get all the sources added.
- getSources() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaSources
- getSubPackages() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
For instance: one of the children of java.lang would be java.lang.reflect
- getSubPackages() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
For instance: one of the children of java.lang would be java.lang.reflect
- getSuperClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getSuperClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getSuperClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getSuperJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getSuperJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getSuperJavaClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Shorthand for getSuperClass().getJavaClass() with null checking.
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
-
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve the doclettag by the specified name.
- getTagByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getTagByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve the doclettag by the specified name.
- getTagByName(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve the doclettag by the specified name.
- getTagByName(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getTags() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getTags() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve all defined doclet tags.
- getTags() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve all defined doclet tags.
- getTags() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve all defined doclet tags.
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.AbstractInheritableJavaEntity
-
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Retrieve all doclettags with a specific name.
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getTagsByName(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
- getTagsByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Retrieve all doclettags with a specific name.
- getTagsByName(String) - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve all doclettags with a specific name.
- getTagsByName(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getTagsByName(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getTargets() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaExports
- getTargets() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaOpens
- getTargets() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaExports
-
- getTargets() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaOpens
-
- getTargets() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.ExportsDef
-
- getTargets() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef.OpensDef
-
- getText() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
-
- getTrueExpression() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getTrueExpression() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getType() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The type of the bean, either used as argument type of the mutator or return type of the accessor.
- getType() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getType() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
-
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The type of the bean, either used as argument type of the mutator or return type of the accessor.
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
Equivalent of Field.getType()
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getType() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getType() - Method in interface com.thoughtworks.qdox.model.JavaField
-
Equivalent of Field.getType()
- getType() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getType() - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
-
- getType() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getType() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getTypeArguments() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.expression.CastDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.expression.TypeRefDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of GenericDeclaration.getTypeParameters()
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
-
Equivalent of GenericDeclaration.getTypeParameters()
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Equivalent of GenericDeclaration.getTypeParameters()
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of GenericDeclaration.getTypeParameters()
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of GenericDeclaration.getTypeParameters()
- getTypeParameters() - Method in interface com.thoughtworks.qdox.model.JavaGenericDeclaration
-
Equivalent of GenericDeclaration.getTypeParameters()
- getTypeParameters() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getTypeParams() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getURL() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
- getURL() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
- getUses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- getUses() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- getValue(JavaAnnotation, String) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getValue() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The full value of the doclet tag.
- getValue() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getValue() - Method in class com.thoughtworks.qdox.model.expression.Constant
-
- getValue() - Method in class com.thoughtworks.qdox.model.expression.ParenExpression
-
- getValue() - Method in class com.thoughtworks.qdox.model.expression.UnaryOperator
-
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The full value of the doclet tag.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getValue() - Method in interface com.thoughtworks.qdox.model.JavaType
-
If there's a reference to this class, use the value used in the code.
- getValue() - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
-
- getValue() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getValueList() - Method in class com.thoughtworks.qdox.model.expression.AnnotationValueList
-
- getValueList() - Method in class com.thoughtworks.qdox.parser.expression.ElemValueListDef
-
- getWildcardExpressionType() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
-
- GreaterEquals - Class in com.thoughtworks.qdox.model.expression
-
- GreaterEquals(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.GreaterEquals
-
- GREATEREQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GreaterEqualsDef - Class in com.thoughtworks.qdox.parser.expression
-
- GreaterEqualsDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.GreaterEqualsDef
-
- GreaterThan - Class in com.thoughtworks.qdox.model.expression
-
- GreaterThan(AnnotationValue, AnnotationValue) - Constructor for class com.thoughtworks.qdox.model.expression.GreaterThan
-
- GREATERTHAN - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN2 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN2EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN3 - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GREATERTHAN3EQUALS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- GreaterThanDef - Class in com.thoughtworks.qdox.parser.expression
-
- GreaterThanDef(ElemValueDef, ElemValueDef) - Constructor for class com.thoughtworks.qdox.parser.expression.GreaterThanDef
-
- IDENTIFIER - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- IMPLEMENTS - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- IMPORT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- indent() - Method in class com.thoughtworks.qdox.writer.impl.IndentBuffer
-
- IndentBuffer - Class in com.thoughtworks.qdox.writer.impl
-
- IndentBuffer() - Constructor for class com.thoughtworks.qdox.writer.impl.IndentBuffer
-
- InitDef - Class in com.thoughtworks.qdox.parser.structs
-
- InitDef() - Constructor for class com.thoughtworks.qdox.parser.structs.InitDef
-
- InitDef(String, boolean) - Constructor for class com.thoughtworks.qdox.parser.structs.InitDef
-
- INT - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- INTEGER_LITERAL - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- INTERFACE - Static variable in class com.thoughtworks.qdox.parser.impl.Parser
-
- INTERFACE - Static variable in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- isA(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- isA(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- isA(JavaType) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- isA(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- isA(JavaClass) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- isA(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- isA(JavaClass) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- isAbstract() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isAbstract(int)
- isAbstract() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Modifier.isAbstract(int))
Return true if the class includes the abstract modifier, false otherwise.
- isAbstract() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isAbstract(int)
- isAbstract() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Modifier.isAbstract(int))
Return true if the class includes the abstract modifier, false otherwise.
- isAbstract() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isAbstract(int)
- isAnnotation() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
(API description of Class.isAnnotation())
Returns true if this Class object represents an annotation type.
- isAnnotation() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Class.isAnnotation())
Returns true if this Class object represents an annotation type.
- isAnnotation() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Class.isAnnotation())
Returns true if this Class object represents an annotation type.
- isArray() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- isArray() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- isArray() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- isConstructor() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- isDebugLexer() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- isDebugParser() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- isDefault() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Equivalent Method.isDefault()
- isDefault() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent Method.isDefault()
- isDefault() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
Equivalent Method.isDefault()
- isEnum() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
(API description of Class.isEnum())
Returns true if and only if this class was declared as an enum in the source code.
- isEnum() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Class.isEnum())
Returns true if and only if this class was declared as an enum in the source code.
- isEnum() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Class.isEnum())
Returns true if and only if this class was declared as an enum in the source code.
- isEnumConstant() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
Equivalent of Field.isEnumConstant()
- isEnumConstant() - Method in interface com.thoughtworks.qdox.model.JavaField
-
Equivalent of Field.isEnumConstant()
- isEnumConstant() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- isFinal() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isFinal(int)
- isFinal() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Modifier.isFinal(int))
Return true if the class includes the final modifier, false otherwise.
- isFinal() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isFinal(int)
- isFinal() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Modifier.isFinal(int))
Return true if the class includes the final modifier, false otherwise.
- isFinal() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isFinal(int)
- isInner() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- isInner() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- isInner() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- isInterface() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
(API description of Class.isInterface())
Determines if the specified Class object represents an interface type.
- isInterface() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Class.isInterface())
Determines if the specified Class object represents an interface type.
- isInterface() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Class.isInterface())
Determines if the specified Class object represents an interface type.
- isNamed() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModule
- isNamed() - Method in interface com.thoughtworks.qdox.model.JavaModule
-
- isNative() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isNative(int)
- isNative() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isNative(int)
- isNative() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isNative(int)
- isOpen() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor
- isOpen() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor
-
- isOpen() - Method in class com.thoughtworks.qdox.parser.structs.ModuleDef
-
- isPrimitive() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Equivalent of Class.isPrimitive()
- isPrimitive() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Equivalent of Class.isPrimitive()
- isPrimitive() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Equivalent of Class.isPrimitive()
- isPrivate() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isPrivate(int)
- isPrivate() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Modifier.isPrivate(int))
Return true if the class includes the private modifier, false otherwise.
- isPrivate() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isPrivate(int)
- isPrivate() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Modifier.isPrivate(int))
Return true if the class includes the private modifier, false otherwise.
- isPrivate() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isPrivate(int)
- isPropertyAccessor() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Returns true if this method follows the bean convention of being an accessor.
- isPropertyAccessor() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Returns true if this method follows the bean convention of being an accessor.
- isPropertyAccessor() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
Returns true if this method follows the bean convention of being an accessor.
- isPropertyMutator() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Returns true if this method follows the bean convention of being an mutator.
- isPropertyMutator() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Returns true if this method follows the bean convention of being an mutator.
- isPropertyMutator() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
Returns true if this method follows the bean convention of being an mutator.
- isProtected() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isProtected(int)
- isProtected() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Modifier.isProtected(int))
Return true if the class includes the protected modifier, false otherwise.
- isProtected() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isProtected(int)
- isProtected() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Modifier.isProtected(int))
Return true if the class includes the protected modifier, false otherwise.
- isProtected() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isProtected(int)
- isPublic() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isPublic(int)
- isPublic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Equivalent of Modifier.isPublic(int)
- isPublic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Modifier.isPublic(int))
Return true if the class includes the public modifier, false otherwise.
- isPublic() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isPublic(int)
- isPublic() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Modifier.isPublic(int))
Return true if the class includes the public modifier, false otherwise.
- isPublic() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isPublic(int)
- isResolved() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- isStatic() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isStatic(int)
- isStatic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaInitializer
- isStatic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- isStatic() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
(API description of Modifier.isStatic(int))
Return true if the class includes the static modifier, false otherwise.
- isStatic() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isStatic(int)
- isStatic() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
(API description of Modifier.isStatic(int))
Return true if the class includes the static modifier, false otherwise.
- isStatic() - Method in interface com.thoughtworks.qdox.model.JavaInitializer
-
- isStatic() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isStatic(int)
- isStatic() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
-
- isStatic() - Method in class com.thoughtworks.qdox.parser.structs.InitDef
-
- isStrictfp() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isStrict(int)
- isStrictfp() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isStrict(int)
- isStrictfp() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isStrict(int)
- isSynchronized() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isSynchronized(int)
- isSynchronized() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isSynchronized(int)
- isSynchronized() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isSynchronized(int)
- isTransient() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isTransient(int)
- isTransient() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isTransient(int)
- isTransient() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isTransient(int)
- isTransitive() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaModuleDescriptor.DefaultJavaRequires
- isTransitive() - Method in interface com.thoughtworks.qdox.model.JavaModuleDescriptor.JavaRequires
-
- isVarArgs() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaExecutable
-
Equivalent of Executable.isVarArgs()
- isVarArgs() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Is this a Java 5 var args type specified using three dots. e.g.
- isVarArgs() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Executable.isVarArgs()
- isVarArgs() - Method in interface com.thoughtworks.qdox.model.JavaExecutable
-
Equivalent of Executable.isVarArgs()
- isVarArgs() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
Is this a Java 5 var args type specified using three dots. e.g.
- isVarArgs() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- isVoid() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- isVoid() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- isVoid() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- isVolatile() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
Equivalent of Modifier.isVolatile(int)
- isVolatile() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
Equivalent of Modifier.isVolatile(int)
- isVolatile() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
Equivalent of Modifier.isVolatile(int)
- ival - Variable in class com.thoughtworks.qdox.parser.impl.DefaultJavaCommentParserVal
-
integer value of this 'union'