Package apple.struct
Class __darwin_arm_exception_state64
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.__darwin_arm_exception_state64
-
public final class __darwin_arm_exception_state64 extends org.moe.natj.c.StructObject
-
-
Constructor Summary
Constructors Modifier Constructor Description __darwin_arm_exception_state64()__darwin_arm_exception_state64(long __far, int __esr, int __exception)protected__darwin_arm_exception_state64(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int__esr()Exception syndromeint__exception()number of arm exception takenlong__far()Virtual Fault Addressvoidset__esr(int value)Exception syndromevoidset__exception(int value)number of arm exception takenvoidset__far(long value)Virtual Fault Address
-
-
-
Constructor Detail
-
__darwin_arm_exception_state64
public __darwin_arm_exception_state64()
-
__darwin_arm_exception_state64
protected __darwin_arm_exception_state64(org.moe.natj.general.Pointer peer)
-
__darwin_arm_exception_state64
public __darwin_arm_exception_state64(long __far, int __esr, int __exception)
-
-
Method Detail
-
__far
public long __far()
Virtual Fault Address
-
set__far
public void set__far(long value)
Virtual Fault Address
-
__esr
public int __esr()
Exception syndrome
-
set__esr
public void set__esr(int value)
Exception syndrome
-
__exception
public int __exception()
number of arm exception taken
-
set__exception
public void set__exception(int value)
number of arm exception taken
-
-