Uses of Class
de.inetsoftware.jwebassembly.emulator.ImportAnnotation
Packages that use ImportAnnotation
-
Uses of ImportAnnotation in de.inetsoftware.jwebassembly.emulator
Fields in de.inetsoftware.jwebassembly.emulator declared as ImportAnnotationModifier and TypeFieldDescriptionprivate ImportAnnotation
ImportAnnotationVisitor.anno
private ImportAnnotation
PatchImportMethodVisitor.anno
Fields in de.inetsoftware.jwebassembly.emulator with type parameters of type ImportAnnotationModifier and TypeFieldDescriptionprivate Map
<String, ImportAnnotation> ImportAnnotationClassVisitor.annotations
private Map
<String, ImportAnnotation> ImportAnnotationMethodVisitor.annotations
private Map
<String, ImportAnnotation> PatchImportClassVisitor.annotations
private static final Set
<ImportAnnotation> JWebAssemblyEmulator.JavaFxApplication.ANNOTATIONS
Methods in de.inetsoftware.jwebassembly.emulator with parameters of type ImportAnnotationModifier and TypeMethodDescription(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 ImportAnnotationModifierConstructorDescription(package private)
PatchImportMethodVisitor
(org.objectweb.asm.MethodVisitor mw, String desc, ImportAnnotation anno) Create an instance.Constructor parameters in de.inetsoftware.jwebassembly.emulator with type arguments of type ImportAnnotationModifierConstructorDescription(package private)
ImportAnnotationClassVisitor
(String className, Map<String, ImportAnnotation> annotations) Create an instance.(package private)
ImportAnnotationMethodVisitor
(String className, String methodName, String descriptor, Map<String, ImportAnnotation> annotations) Create an instance.ImportAnnotationVisitor
(String className, String methodName, String descriptor, Map<String, ImportAnnotation> annotations) Create an instance and add an ImportAnnotation to the container.(package private)
PatchImportClassVisitor
(org.objectweb.asm.ClassWriter cw, Map<String, ImportAnnotation> annotations) Create a new instance.