- getAccessor() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
This can return both the
isProperty
if the property is of type
Boolean
or
getProperty
for any other type of
Object
.
- getAccessor() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
This can return both the
isProperty
if the property is of type
Boolean
or
getProperty
for any other type of
Object
.
- getActualArgumentTypes() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getActualTypeArguments() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
- getActualTypeArguments() - Method in interface com.thoughtworks.qdox.model.JavaParameterizedType
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getAnnotations() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getAnnotations() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
- getArgs() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getArguments() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getArguments() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getArguments() - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- getAssignmentExpression() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getBeanProperties() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getBeanProperties() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Gets bean properties without looking in superclasses or interfaces.
- getBeanProperties(boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getBeanProperty(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getBeanProperty(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
Gets bean property without looking in superclasses or interfaces.
- getBeanProperty(String, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- 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.DefaultJavaField
- getCallSignature() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
- getCallSignature() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.JavaField
-
Deprecated.
- getCallSignature() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getCanonicalName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaWildcardType
-
- getCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getCanonicalName() - Method in interface com.thoughtworks.qdox.model.JavaType
-
- getClassBody() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- getClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaPackage
-
Try to get any class of this package by name.
- getClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Try to get any class of this source by name.
- getClassByName(JavaClass, String) - Static method in class com.thoughtworks.qdox.model.JavaModelUtils
-
Try to resolve the class by the name
, either relative from cls
as the fully qualified name.
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
Try to get any class of this package by name.
- getClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Try to get any class of this source by name.
- getClasses() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Retrieve all classes which were added by sources
- getClasses() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaClasses
- getClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- 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 class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- 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.DefaultJavaClass
-
If this class has a package, it will return the package name, followed by a "."(dot).
- 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 class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
If this class has a package, it will return the package name, followed by a "."(dot).
- getClassNamePrefix() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
If this class has a package, it will return the package name, followed by a "."(dot).
- 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.DefaultJavaClass
- getCodeBlock() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
-
Retrieve the complete codeblock of the constructor, including the sourcecode.
- 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.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.JavaConstructor
-
Retrieve the complete codeblock of the constructor, including the sourcecode.
- 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
-
- getComment() - Method in interface com.thoughtworks.qdox.model.JavaAnnotatedElement
-
Retrieve the javadoc comment of this annotated element.
- getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getComponentType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getComponentType() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getCondition() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getCondition() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getConstructor(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getConstructor(List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getConstructor(List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getConstructor(List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getConstructor(List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getConstructors() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getConstructors() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getContext() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
The element to which this tag applies.
- getContext() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
-
The element to which this tag applies.
- getContext() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getCreatedName() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getDeclarationSignature(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- 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.JavaField
-
Deprecated.
- getDeclarationSignature(boolean) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getDeclarator() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Returns the declaring method or constructor of this parameter
- getDeclarator() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
Returns the declaring method or constructor of this parameter
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
-
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getDeclaringClass() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getDeclaringClass() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getDerivedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getDerivedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getDimensions() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- 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
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getDimensions() - Method in class com.thoughtworks.qdox.parser.structs.TypeDef
-
- getElemDef() - Method in class com.thoughtworks.qdox.parser.expression.CastDef
-
- getElemValueDef() - Method in class com.thoughtworks.qdox.parser.expression.ParenExpressionDef
-
- getElemValueDef() - Method in class com.thoughtworks.qdox.parser.expression.UnaryOperatorDef
-
- getEncoding() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- getEnumConstantArguments() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- getEnumConstantArguments() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getEnumConstantByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getEnumConstantByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getEnumConstantByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getEnumConstantClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
- getEnumConstantClass() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getEnumConstants() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getEnumConstants() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getErrorHandler() - Method in class com.thoughtworks.qdox.library.SourceLibrary
-
- getExceptions() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
-
- getExceptions() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getExceptions() - Method in interface com.thoughtworks.qdox.model.JavaConstructor
-
- getExceptions() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getExceptions() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getExceptionTypes() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
-
- getExceptionTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getExceptionTypes() - Method in interface com.thoughtworks.qdox.model.JavaConstructor
-
- getExceptionTypes() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getExtends() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getFalseExpression() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getFalseExpression() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getField() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getFieldByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getFieldByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getFieldPart() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
- getFieldReferenceValue(JavaField) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getFields() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getFields() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
Returns the FQN of an Object or the handler of a Type.
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Returns the FQN of an Object or the handler of a Type.
- getFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Returns the FQN of an Object or the handler of a Type.
- 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
-
Returns the FQN of an Object or the handler of a Type.
- 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
-
- 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 nate with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
The fully qualified nate with generic information.
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameterizedType
-
- getGenericFullyQualifiedName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
The fully qualified nate 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 nate with generic information.
- getGenericReturnType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
Equivalent of java.lang.reflect.Method.getGenericReturnType()
- getGenericReturnType() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getGenericReturnType() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- 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
-
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.impl.DefaultJavaType
-
The FQN representation of an Object for code usage
This implementation ignores generics
Some examples how Objects will be translated
- 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
-
- getImplementedInterfaces() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getImplementedInterfaces() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getImplementedInterfaces() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- 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
-
- getInnerClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getInnerClassByName(String) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getInnerClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getInnerClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getInnerClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getInnerClasses() - 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 a fully qualified name.
- getJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getJavaClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
Deprecated.
Type already has the JavaClass interface
- getJavaClass() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- 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.impl.JavaClassParent
-
Deprecated.
- 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
-
- getJavaClassParent() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- 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
-
- 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.DefaultJavaAnnotation
- 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
-
- getLineNumber() - Method in interface com.thoughtworks.qdox.model.JavaModel
-
The line number where this element started
- getLineNumber() - Method in class com.thoughtworks.qdox.parser.structs.LocatedDef
-
- getListValue(JavaAnnotation, String) - Method in class com.thoughtworks.qdox.builder.impl.EvaluatingVisitor
-
- getMessage() - Method in exception com.thoughtworks.qdox.parser.ParseException
-
- getMethod(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
This should be the signature for getMethodBySignature.
- getMethod(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
This should be the signature for getMethodBySignature.
- getMethod(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
This should be the signature for getMethodBySignature.
- getMethodBySignature(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethodBySignature(String, List<JavaType>) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethodBySignature(String, List<JavaType>) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodBySignature(String, List<JavaType>, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodBySignature(String, List<JavaType>, boolean, boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethodName() - Method in class com.thoughtworks.qdox.model.expression.MethodInvocation
-
- getMethodName() - Method in class com.thoughtworks.qdox.parser.expression.MethodInvocationDef
-
- getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getMethods() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getMethods(boolean) - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getMethods() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getMethods(boolean) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- 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.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
-
- 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 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
-
- 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.DefaultJavaPackage
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getName() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaMember
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaPackage
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getName() - Method in interface com.thoughtworks.qdox.model.JavaTypeVariable
-
- getName() - Method in class com.thoughtworks.qdox.parser.expression.FieldRefDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getName() - Method in class com.thoughtworks.qdox.parser.structs.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
-
- 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.impl.JavaClassParent
-
Deprecated.
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getNestedClassByName(String) - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Try to get the JavaClass child based on its name relative to the package.
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getNestedClasses() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getNestedClasses() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getOperator() - Method in class com.thoughtworks.qdox.parser.expression.AssignmentDef
-
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
The package of this source or null
- getPackage() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getPackage() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getPackage() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
The package of this source or null
- getPackageByName(String) - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
- getPackageByName(String) - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
-
Returns the name of the package or an empty String if there's no package
- getPackageName() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
If this class has a package, the packagename will be returned.
- getPackageName() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
Returns the name of the package or an empty String if there's no package
- getPackages() - Method in class com.thoughtworks.qdox.JavaProjectBuilder
-
Retrieve all packages which were added by sources.
- getPackages() - Method in class com.thoughtworks.qdox.library.JavaClassContext
-
Return all stored JavaPackages
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
-
- getParameterByName(String) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getParameterByName(String) - Method in interface com.thoughtworks.qdox.model.JavaConstructor
-
- getParameterByName(String) - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getParameters() - Method in interface com.thoughtworks.qdox.model.DocletTag
-
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
-
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultDocletTag
- getParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getParameters() - Method in interface com.thoughtworks.qdox.model.JavaConstructor
-
- getParameters() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
-
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
- getParameterTypes(boolean) - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
If a class inherits this method from a generic class or interface, you can use this method to get the resolved parameter types
- getParameterTypes() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getParameterTypes() - Method in interface com.thoughtworks.qdox.model.JavaConstructor
-
- getParameterTypes() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getParameterTypes(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 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
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- 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
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.FieldRef
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.GreaterEquals
-
- 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
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PostIncrement
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreDecrement
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.PreIncrement
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParameterValue() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- 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
-
Get a parameter value for JavaAnnotation#getNamedParameter(String)
.
- getParent() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
- getParent() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getParent() - Method in interface com.thoughtworks.qdox.model.JavaClass
-
- getParentClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseJavaEntity
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getParentClass() - Method in class com.thoughtworks.qdox.model.impl.AbstractJavaEntity
-
- getParentClass() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
-
Not every entity has a parentClass, but AnnotationFieldRef requires access to it.
- getParentClass() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getParentClass() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
- getParentClass() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
The declaring class of the declaring method of this parameter.
- getParentClass() - Method in interface com.thoughtworks.qdox.model.ParameterDeclarator
-
- 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.DefaultJavaSource
-
- getParentSource() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
- getParentSource() - Method in interface com.thoughtworks.qdox.model.impl.JavaClassParent
-
Deprecated.
- 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
-
- 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 class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- 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 class com.thoughtworks.qdox.model.impl.DefaultJavaTypeVariable
-
- getResolvedValue() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- 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
-
- 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
-
- 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.AbstractJavaModel
-
- 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.DefaultJavaType
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSource() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getSource() - Method in interface com.thoughtworks.qdox.model.JavaModel
-
The compilation unit, which includes the imports, the public and anonymous classes
- getSourceCode() - Method in class com.thoughtworks.qdox.model.impl.AbstractBaseMethod
- getSourceCode() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getSourceCode() - Method in interface com.thoughtworks.qdox.model.JavaConstructor
-
Retrieve the code between the brackets
- getSourceCode() - Method in interface com.thoughtworks.qdox.model.JavaMethod
-
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
-
- 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
-
- 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.AbstractBaseMethod
-
- 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) - 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
-
- 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
-
- getText() - Method in class com.thoughtworks.qdox.parser.structs.TagDef
-
- getTrueExpression() - Method in class com.thoughtworks.qdox.model.expression.Query
-
- getTrueExpression() - Method in class com.thoughtworks.qdox.parser.expression.QueryDef
-
- getType() - Method in interface com.thoughtworks.qdox.model.BeanProperty
-
The type of the bean, either used as argument type of the mutator or return type of the accessor.
- getType() - Method in class com.thoughtworks.qdox.model.expression.Cast
-
- getType() - Method in class com.thoughtworks.qdox.model.expression.TypeRef
-
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultBeanProperty
-
The type of the bean, either used as argument type of the mutator or return type of the accessor.
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaAnnotation
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaField
-
- getType() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaParameter
- getType() - Method in interface com.thoughtworks.qdox.model.JavaAnnotation
-
- getType() - Method in interface com.thoughtworks.qdox.model.JavaField
-
- getType() - Method in interface com.thoughtworks.qdox.model.JavaParameter
-
- getType() - Method in class com.thoughtworks.qdox.parser.expression.ConstantDef
-
- getType() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getType() - Method in class com.thoughtworks.qdox.parser.structs.FieldDef
-
- getTypeArguments() - Method in class com.thoughtworks.qdox.parser.expression.CreatorDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.expression.CastDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.expression.TypeRefDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.AnnoDef
-
- getTypeDef() - Method in class com.thoughtworks.qdox.parser.structs.WildcardTypeDef
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaClass
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaConstructor
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaMethod
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaType
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.model.impl.JavaMethodDelegate
-
- getTypeParameters() - Method in interface com.thoughtworks.qdox.model.JavaGenericDeclaration
-
- getTypeParameters() - Method in class com.thoughtworks.qdox.parser.structs.ClassDef
-
- getTypeParams() - Method in class com.thoughtworks.qdox.parser.structs.MethodDef
-
- getURL() - Method in class com.thoughtworks.qdox.model.impl.DefaultJavaSource
- getURL() - Method in interface com.thoughtworks.qdox.model.JavaSource
-
- 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
-