org.rococoa.cocoa.carboncore
Class TokenRec
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.carboncore.TokenRec
- Direct Known Subclasses:
- TokenRec.ByReference, TokenRec.ByValue
public class TokenRec
- 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.
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 |
theToken
public short theToken
position
public ByteByReference position
length
public NativeLong length
stringPosition
public ByteByReference stringPosition
TokenRec
public TokenRec()
TokenRec
public TokenRec(short theToken,
ByteByReference position,
NativeLong length,
ByteByReference stringPosition)
- Parameters:
position
- pointer into original source
length
- length of text in original source
stringPosition
- Pascal/C string copy of identifier
byReference
public TokenRec.ByReference byReference()
byValue
public TokenRec.ByValue byValue()
clone
public TokenRec clone()
- Overrides:
clone
in class Object