Package apple.struct
Class twolevel_hints_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.twolevel_hints_command
-
public final class twolevel_hints_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description twolevel_hints_command()twolevel_hints_command(int cmd, int cmdsize, int offset, int nhints)protectedtwolevel_hints_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_TWOLEVEL_HINTSintcmdsize()sizeof(struct twolevel_hints_command)intnhints()number of hints in the hint tableintoffset()offset to the hint tablevoidsetCmd(int value)LC_TWOLEVEL_HINTSvoidsetCmdsize(int value)sizeof(struct twolevel_hints_command)voidsetNhints(int value)number of hints in the hint tablevoidsetOffset(int value)offset to the hint table
-
-
-
Method Detail
-
cmd
public int cmd()
LC_TWOLEVEL_HINTS
-
setCmd
public void setCmd(int value)
LC_TWOLEVEL_HINTS
-
cmdsize
public int cmdsize()
sizeof(struct twolevel_hints_command)
-
setCmdsize
public void setCmdsize(int value)
sizeof(struct twolevel_hints_command)
-
offset
public int offset()
offset to the hint table
-
setOffset
public void setOffset(int value)
offset to the hint table
-
nhints
public int nhints()
number of hints in the hint table
-
setNhints
public void setNhints(int value)
number of hints in the hint table
-
-