Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.PrimitiveType
-
Packages that use PrimitiveType Package Description de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of PrimitiveType in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return PrimitiveType Modifier and Type Method Description static PrimitiveType
PrimitiveType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveType[]
PrimitiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-