| Modifier and Type | Interface and Description |
|---|---|
interface |
AnnotationTypeDescriptor
Denotes an annotation type.
|
interface |
ClassTypeDescriptor
Denotes a class type.
|
interface |
EnumTypeDescriptor
Denotes an enumeration type.
|
interface |
InterfaceTypeDescriptor
Denotes an interface type.
|
| Modifier and Type | Method and Description |
|---|---|
ClassFileDescriptor |
ClassTypeScannerPlugin.scan(Class<?> item,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner) |
ClassFileDescriptor |
ClassFileScannerPlugin.scan(com.buschmais.jqassistant.plugin.common.api.scanner.filesystem.FileResource file,
String path,
com.buschmais.jqassistant.core.scanner.api.Scope scope,
com.buschmais.jqassistant.core.scanner.api.Scanner scanner) |
| Modifier and Type | Method and Description |
|---|---|
ClassFileDescriptor |
ClassVisitor.getTypeDescriptor()
Return the type descriptor created by visiting the class.
|
Copyright © 2015 buschmais GbR. All rights reserved.