org.rococoa.cocoa.langanalysis
Class MorphemeTextRange

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.langanalysis.MorphemeTextRange
Direct Known Subclasses:
MorphemeTextRange.ByReference, MorphemeTextRange.ByValue

public class MorphemeTextRange
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class MorphemeTextRange.ByReference
           
static class MorphemeTextRange.ByValue
           
 
Field Summary
 int length
           
 int sourceOffset
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
MorphemeTextRange()
           
MorphemeTextRange(int sourceOffset, int length)
           
 
Method Summary
 MorphemeTextRange.ByReference byReference()
           
 MorphemeTextRange.ByValue byValue()
           
 MorphemeTextRange 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

sourceOffset

public int sourceOffset

length

public int length
Constructor Detail

MorphemeTextRange

public MorphemeTextRange()

MorphemeTextRange

public MorphemeTextRange(int sourceOffset,
                         int length)
Method Detail

byReference

public MorphemeTextRange.ByReference byReference()

byValue

public MorphemeTextRange.ByValue byValue()

clone

public MorphemeTextRange clone()
Overrides:
clone in class Object