Uses of Class
de.inetsoftware.jwebassembly.emulator.ImportAnnotation
-
Packages that use ImportAnnotation Package Description de.inetsoftware.jwebassembly.emulator -
-
Uses of ImportAnnotation in de.inetsoftware.jwebassembly.emulator
Fields in de.inetsoftware.jwebassembly.emulator declared as ImportAnnotation Modifier and Type Field Description private ImportAnnotationImportAnnotationVisitor. annoprivate ImportAnnotationPatchImportMethodVisitor. annoFields in de.inetsoftware.jwebassembly.emulator with type parameters of type ImportAnnotation Modifier and Type Field Description private java.util.Map<java.lang.String,ImportAnnotation>ImportAnnotationClassVisitor. annotationsprivate java.util.Map<java.lang.String,ImportAnnotation>ImportAnnotationMethodVisitor. annotationsprivate java.util.Map<java.lang.String,ImportAnnotation>PatchImportClassVisitor. annotationsprivate static java.util.Set<ImportAnnotation>JWebAssemblyEmulator.JavaFxApplication. ANNOTATIONSMethods in de.inetsoftware.jwebassembly.emulator with parameters of type ImportAnnotation Modifier and Type Method Description (package private) static voidJWebAssemblyEmulator.JavaFxApplication. registerScript(ImportAnnotation anno)register a JavaScript function from a nation method with annotation in the wasmimportsConstructors in de.inetsoftware.jwebassembly.emulator with parameters of type ImportAnnotation Constructor Description PatchImportMethodVisitor(org.objectweb.asm.MethodVisitor mw, java.lang.String desc, ImportAnnotation anno)Create an instance.Constructor parameters in de.inetsoftware.jwebassembly.emulator with type arguments of type ImportAnnotation Constructor Description ImportAnnotationClassVisitor(java.lang.String className, java.util.Map<java.lang.String,ImportAnnotation> annotations)Create an instance.ImportAnnotationMethodVisitor(java.lang.String className, java.lang.String methodName, java.lang.String descriptor, java.util.Map<java.lang.String,ImportAnnotation> annotations)Create an instance.ImportAnnotationVisitor(java.lang.String className, java.lang.String methodName, java.lang.String descriptor, java.util.Map<java.lang.String,ImportAnnotation> annotations)Create an instance and add an ImportAnnotation to the container.PatchImportClassVisitor(org.objectweb.asm.ClassWriter cw, java.util.Map<java.lang.String,ImportAnnotation> annotations)Create a new instance.
-