Class ImportsSection.ImportEntry
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.ImportsSection.ImportEntry
-
- Enclosing class:
- ImportsSection
private static class ImportsSection.ImportEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Importable
importable
private ImportReference
reference
-
Constructor Summary
Constructors Constructor Description ImportEntry(ImportReference reference, Importable importable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Importable
getImportable()
(package private) ImportReference
getReference()
-
-
-
Field Detail
-
reference
private final ImportReference reference
-
importable
private final Importable importable
-
-
Constructor Detail
-
ImportEntry
ImportEntry(ImportReference reference, Importable importable)
-
-
Method Detail
-
getReference
ImportReference getReference()
-
getImportable
Importable getImportable()
-
-