com.ochafik.lang.jnaerator.runtime.globals
Class Global

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
Direct Known Subclasses:
GlobalCallback, GlobalPrimitive, GlobalStruct

public abstract class Global
extends Object


Field Summary
protected  NativeLibrary library
           
protected  Pointer pointer
           
protected  String[] symbols
           
 
Constructor Summary
Global(NativeLibrary library, String... symbols)
           
 
Method Summary
protected  Pointer getPointer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbols

protected String[] symbols

library

protected NativeLibrary library

pointer

protected Pointer pointer
Constructor Detail

Global

public Global(NativeLibrary library,
              String... symbols)
Method Detail

getPointer

protected Pointer getPointer()


Copyright © 2009. All Rights Reserved.