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 Details

  • 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 name
      descriptor - the method's descriptor (see Type).
      annotations - container for found annotations, key is method name with signature
  • Method Details

    • visit

      public void visit(String name, Object value)
      Overrides:
      visit in class org.objectweb.asm.AnnotationVisitor