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