Class StructType.Field
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.backend.wasm.ast.StructType.Field
-
- Enclosing class:
- StructType
public static class StructType.Field extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
WasmType
getType()
void
writeTo(TextWriter writer)
-
-
-
Field Detail
-
name
protected final java.lang.String name
-
type
protected final WasmType type
-
mutable
protected final boolean mutable
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getType
public WasmType getType()
-
writeTo
public void writeTo(TextWriter writer)
-
-