Uses of Class
org.teavm.backend.wasm.binary.AddressMode
-
Packages that use AddressMode Package Description org.teavm.backend.wasm.binary -
-
Uses of AddressMode in org.teavm.backend.wasm.binary
Methods in org.teavm.backend.wasm.binary that return AddressMode Modifier and Type Method Description static AddressModeAddressMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressMode[]AddressMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-