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 ImportAnnotation
ImportAnnotationVisitor. anno
private ImportAnnotation
PatchImportMethodVisitor. anno
Fields 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. annotations
private java.util.Map<java.lang.String,ImportAnnotation>
ImportAnnotationMethodVisitor. annotations
private java.util.Map<java.lang.String,ImportAnnotation>
PatchImportClassVisitor. annotations
private static java.util.Set<ImportAnnotation>
JWebAssemblyEmulator.JavaFxApplication. ANNOTATIONS
Methods in de.inetsoftware.jwebassembly.emulator with parameters of type ImportAnnotation Modifier and Type Method Description (package private) static void
JWebAssemblyEmulator.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.
-