Package apple.struct
Class symseg_command
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.symseg_command
-
public final class symseg_command extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description symseg_command()symseg_command(int cmd, int cmdsize, int offset, int size)protectedsymseg_command(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcmd()LC_SYMSEGintcmdsize()sizeof(struct symseg_command)intoffset()symbol segment offsetvoidsetCmd(int value)LC_SYMSEGvoidsetCmdsize(int value)sizeof(struct symseg_command)voidsetOffset(int value)symbol segment offsetvoidsetSize(int value)symbol segment size in bytesintsize()symbol segment size in bytes
-
-
-
Method Detail
-
cmd
public int cmd()
LC_SYMSEG
-
setCmd
public void setCmd(int value)
LC_SYMSEG
-
cmdsize
public int cmdsize()
sizeof(struct symseg_command)
-
setCmdsize
public void setCmdsize(int value)
sizeof(struct symseg_command)
-
offset
public int offset()
symbol segment offset
-
setOffset
public void setOffset(int value)
symbol segment offset
-
size
public int size()
symbol segment size in bytes
-
setSize
public void setSize(int value)
symbol segment size in bytes
-
-