|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<TokenBlock,TokenBlock.ByValue,TokenBlock.ByReference>
org.rococoa.cocoa.carboncore.TokenBlock
public class TokenBlock
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Script.h:846
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 |
TokenBlock.ByReference
|
static class |
TokenBlock.ByValue
|
Field Summary | |
---|---|
short |
decimalCode
|
boolean |
doAlphanumeric
|
boolean |
doAppend
|
boolean |
doNest
|
boolean |
doString
|
short |
escapeCode
escape symbol code C type : ScriptTokenType |
PointerByReference |
itlResource
handle to itl4 resource of current script C type : Handle |
short[] |
leftComment
|
short[] |
leftDelims
|
NativeLong[] |
reserved
must be zero! |
short[] |
rightComment
|
short[] |
rightDelims
|
Pointer |
source
pointer to stream of characters C type : Ptr |
NativeLong |
sourceLength
|
NativeLong |
stringCount
|
NativeLong |
stringLength
|
Pointer |
stringList
pointer to stream of identifiers C type : Ptr |
NativeLong |
tokenCount
|
NativeLong |
tokenLength
|
Pointer |
tokenList
pointer to array of tokens C type : Ptr |
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE |
Constructor Summary | |
---|---|
TokenBlock()
|
Method Summary | |
---|---|
static TokenBlock[] |
newArray(int arrayLength)
|
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
---|
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
---|
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType |
---|
getPointer, size |
Field Detail |
---|
public Pointer source
public NativeLong sourceLength
public Pointer tokenList
public NativeLong tokenLength
public NativeLong tokenCount
public Pointer stringList
public NativeLong stringLength
public NativeLong stringCount
public boolean doString
public boolean doAppend
public boolean doAlphanumeric
public boolean doNest
public short[] leftDelims
public short[] rightDelims
public short[] leftComment
public short[] rightComment
public short escapeCode
public short decimalCode
public PointerByReference itlResource
public NativeLong[] reserved
Constructor Detail |
---|
public TokenBlock()
Method Detail |
---|
public static TokenBlock[] newArray(int arrayLength)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |