- get(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.TypeCache
-
Find a type by its fully qualified named.
- getAnnotatedBy() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.AnnotatedDescriptor
-
Return the annotations this descriptor is annotated by.
- getArtifact() - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.AbstractArtifactScopedTypeResolver
-
- getByteCodeVersion() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ClassFileDescriptor
-
Return the byte code version of the class file.
- getContainedFileName(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.AbstractTypeResolver
-
- getContainedFileName(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.ArtifactScopedTypeResolver
-
- getContainedFileName(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.ClasspathScopedTypeResolver
-
- getContainerDescriptor(File, ScannerContext) - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.JavaClassesDirectoryScannerPlugin
-
- getContainingType() - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.visitor.AbstractTypeSignatureVisitor
-
- getContains() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ServiceLoaderDescriptor
-
- getCyclomaticComplexity() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return the cyclomatic complexity of the method.
- getDeclaredFields() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor
-
Return the declared fields.
- getDeclaredInnerClasses() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor
-
Return the declared inner classes.
- getDeclaredMembers() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor
-
Return the declared members, i.e.
- getDeclaredMethods() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor
-
Return the declared methods.
- getDeclaredThrowables() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return all declared throwables of this method.
- getDeclaringType() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MemberDescriptor
-
Return the declaring type.
- getDependencies() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor
-
- getDependency() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDependsOnDescriptor
-
- getDependency(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.TypeCache.CachedType
-
- getDependent() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDependsOnDescriptor
-
- getDependents() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDescriptor
-
- getExtension() - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.JarScannerPlugin
-
- getField() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ReadsDescriptor
-
- getField() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.WritesDescriptor
-
- getField(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.TypeCache.CachedType
-
- getFieldSignature(String, String) - Static method in class com.buschmais.jqassistant.plugin.java.api.scanner.SignatureHelper
-
Return a field signature.
- getHasDefault() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
- getIndex() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ParameterDescriptor
-
- getInterfaces() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ClassFileDescriptor
-
Return the implemented interfaces.
- getInvokedBy() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return all invocations of this method by other methods.
- getInvokedMethod() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.InvokesDescriptor
-
- getInvokes() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return all invocations this method performs.
- getInvokingMethod() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.InvokesDescriptor
-
- getLanguage() - Method in enum com.buschmais.jqassistant.plugin.java.api.report.Java.JavaLanguageElement
-
- getLineNumber() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.LineNumberDescriptor
-
- getMainSection() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ManifestFileDescriptor
-
- getManifestEntries() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ManifestSectionDescriptor
-
- getManifestSections() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ManifestFileDescriptor
-
- getMethod() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ReadsDescriptor
-
- getMethod() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.WritesDescriptor
-
- getMethod(String) - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.TypeCache.CachedType
-
- getMethodSignature(String, String) - Static method in class com.buschmais.jqassistant.plugin.java.api.scanner.SignatureHelper
-
Return a method signature.
- getName() - Method in enum com.buschmais.jqassistant.plugin.java.api.scanner.JavaScope
-
- getNumberOfDependencies() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.JavaArtifactFileDescriptor
-
Determine the number of dependencies of this artifact.
- getObjectType(String) - Static method in class com.buschmais.jqassistant.plugin.java.api.scanner.SignatureHelper
-
Returns the Java type name corresponding to the given internal name.
- getParameterDescriptor(MethodDescriptor, int) - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.visitor.VisitorHelper
-
- getParameters() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return all declared parameters of this method.
- getPrefix() - Method in enum com.buschmais.jqassistant.plugin.java.api.scanner.JavaScope
-
- getProperties() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.PropertyFileDescriptor
-
- getReadBy() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.FieldDescriptor
-
- getReads() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return all read accesses to fields this method performs.
- getRequiredScope() - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.JavaClassesDirectoryScannerPlugin
-
- getReturns() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return the return type of this method.
- getSignature() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MemberDescriptor
-
Return the signature.
- getSourceFileName() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ClassFileDescriptor
-
Return the name of the source file.
- getSuperClass() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ClassFileDescriptor
-
Return the super class.
- getType() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypedDescriptor
-
- getType(String) - Static method in class com.buschmais.jqassistant.plugin.java.api.scanner.SignatureHelper
-
Returns the Java type name type corresponding to the given type
descriptor.
- getType(Type) - Static method in class com.buschmais.jqassistant.plugin.java.api.scanner.SignatureHelper
-
Return the type name of the given ASM type.
- getTypeDescriptor() - Method in class com.buschmais.jqassistant.plugin.java.api.scanner.TypeCache.CachedType
-
- getTypeDescriptor() - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.visitor.ClassVisitor
-
Return the type descriptor created by visiting the class.
- getValue() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.AnnotationValueDescriptor
-
- getValue() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ClassValueDescriptor
-
- getValue() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.EnumValueDescriptor
-
- getValue() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.FieldDescriptor
-
- getValue() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.ManifestEntryDescriptor
-
Return the value.
- getValue() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.PrimitiveValueDescriptor
-
- getValue() - Method in enum com.buschmais.jqassistant.plugin.java.api.model.VisibilityModifier
-
Return the value to be stored.
- getVisibility() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.AccessModifierDescriptor
-
- getVisitorHelper() - Method in class com.buschmais.jqassistant.plugin.java.impl.scanner.visitor.AbstractTypeSignatureVisitor
-
- getWeight() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.TypeDependsOnDescriptor
-
- getWrites() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.MethodDescriptor
-
Return all write accesses to fields this method performs.
- getWrittenBy() - Method in interface com.buschmais.jqassistant.plugin.java.api.model.FieldDescriptor
-