Class ImportAnnotationVisitor
java.lang.Object
org.objectweb.asm.AnnotationVisitor
de.inetsoftware.jwebassembly.emulator.ImportAnnotationVisitor
class ImportAnnotationVisitor
extends org.objectweb.asm.AnnotationVisitor
Scan the values of an Import annotation
-
Field Summary
FieldsFields inherited from class org.objectweb.asm.AnnotationVisitor
api, av
-
Constructor Summary
ConstructorsConstructorDescriptionImportAnnotationVisitor
(String className, String methodName, String descriptor, Map<String, ImportAnnotation> annotations) Create an instance and add an ImportAnnotation to the container. -
Method Summary
Methods inherited from class org.objectweb.asm.AnnotationVisitor
getDelegate, visitAnnotation, visitArray, visitEnd, visitEnum
-
Field Details
-
anno
-
-
Constructor Details
-
ImportAnnotationVisitor
public ImportAnnotationVisitor(String className, String methodName, String descriptor, Map<String, ImportAnnotation> annotations) Create an instance and add an ImportAnnotation to the container.- Parameters:
className
- the name of the class in the internal form of fully qualified class. For example, "java/util/List".methodName
- method namedescriptor
- the method's descriptor (seeType
).annotations
- container for found annotations, key is method name with signature
-
-
Method Details
-
visit
- Overrides:
visit
in classorg.objectweb.asm.AnnotationVisitor
-