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

java.lang.Object
  extended by com.ochafik.lang.jnaerator.runtime.globals.Global
      extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive<CharByReference>
          extended by com.ochafik.lang.jnaerator.runtime.globals.GlobalChar

public class GlobalChar
extends GlobalPrimitive<CharByReference>


Field Summary
 
Fields inherited from class com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive
indirected, type, value
 
Fields inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global
library, pointer, symbols
 
Constructor Summary
GlobalChar(NativeLibrary library, String... symbols)
           
 
Method Summary
 char get()
           
 void set(char v)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.GlobalPrimitive
getValue, toString
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.globals.Global
getPointer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GlobalChar

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

get

public char get()

set

public void set(char v)


Copyright © 2009. All Rights Reserved.