com.sun.cldc.jna
Class PointerType

java.lang.Object
  extended by com.sun.cldc.jna.PointerType
Direct Known Subclasses:
ByReference

public class PointerType
extends java.lang.Object

Superclass of types representing native pointers. This should never be used in the simulator.

Author:
wolf

Constructor Summary
PointerType()
           
 
Method Summary
 Pointer getPointer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerType

public PointerType()
Method Detail

getPointer

public Pointer getPointer()