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 ImportAnnotationImportAnnotationVisitor.annoprivate ImportAnnotationPatchImportMethodVisitor.annoFields in de.inetsoftware.jwebassembly.emulator with type parameters of type ImportAnnotationModifier and TypeFieldDescriptionprivate Map<String, ImportAnnotation> ImportAnnotationClassVisitor.annotationsprivate Map<String, ImportAnnotation> ImportAnnotationMethodVisitor.annotationsprivate Map<String, ImportAnnotation> PatchImportClassVisitor.annotationsprivate static final Set<ImportAnnotation> JWebAssemblyEmulator.JavaFxApplication.ANNOTATIONSMethods in de.inetsoftware.jwebassembly.emulator with parameters of type ImportAnnotationModifier and TypeMethodDescription(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 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.