Interface PrimitiveLayout
-
- All Superinterfaces:
TypeLayout
public interface PrimitiveLayout extends TypeLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default TypeLayoutKindkind()PrimitiveTypeprimitiveType()-
Methods inherited from interface org.teavm.backend.wasm.debug.info.TypeLayout
address
-
-
-
-
Method Detail
-
primitiveType
PrimitiveType primitiveType()
-
kind
default TypeLayoutKind kind()
- Specified by:
kindin interfaceTypeLayout
-
-