org.rococoa.cocoa.exceptionhandling
Class NSExceptionHandler._ehFlags_struct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.exceptionhandling.NSExceptionHandler._ehFlags_struct
Direct Known Subclasses:
NSExceptionHandler._ehFlags_struct.ByReference, NSExceptionHandler._ehFlags_struct.ByValue
Enclosing class:
NSExceptionHandler

public static class NSExceptionHandler._ehFlags_struct
extends com.ochafik.lang.jnaerator.runtime.Structure


Nested Class Summary
static class NSExceptionHandler._ehFlags_struct.ByReference
           
static class NSExceptionHandler._ehFlags_struct.ByValue
           
 
Field Summary
 byte drwh
           
 byte drwl
           
 short exceptionHandlingMask
           
 byte exceptionHangingMask
           
 short reserved
           
 byte reserved1
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
NSExceptionHandler._ehFlags_struct()
           
NSExceptionHandler._ehFlags_struct(short exceptionHandlingMask, short reserved, byte exceptionHangingMask, byte reserved1, byte drwh, byte drwl)
           
 
Method Summary
 NSExceptionHandler._ehFlags_struct.ByReference byReference()
           
 NSExceptionHandler._ehFlags_struct.ByValue byValue()
           
 NSExceptionHandler._ehFlags_struct clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

exceptionHandlingMask

public short exceptionHandlingMask

reserved

public short reserved

exceptionHangingMask

public byte exceptionHangingMask

reserved1

public byte reserved1

drwh

public byte drwh

drwl

public byte drwl
Constructor Detail

NSExceptionHandler._ehFlags_struct

public NSExceptionHandler._ehFlags_struct()

NSExceptionHandler._ehFlags_struct

public NSExceptionHandler._ehFlags_struct(short exceptionHandlingMask,
                                          short reserved,
                                          byte exceptionHangingMask,
                                          byte reserved1,
                                          byte drwh,
                                          byte drwl)
Method Detail

byReference

public NSExceptionHandler._ehFlags_struct.ByReference byReference()

byValue

public NSExceptionHandler._ehFlags_struct.ByValue byValue()

clone

public NSExceptionHandler._ehFlags_struct clone()
Overrides:
clone in class Object