Interface TypeLayout
-
- All Known Subinterfaces:
ArrayLayout,ClassLayout,InterfaceLayout,PrimitiveLayout,UnknownLayout
public interface TypeLayout
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intaddress()TypeLayoutKindkind()
-
-
-
Method Detail
-
kind
TypeLayoutKind kind()
-
address
int address()
-
-