Package org.corpus_tools.graphannis.capi
Class AnnisErrorListRef
- java.lang.Object
-
- com.sun.jna.PointerType
-
- org.corpus_tools.graphannis.capi.AnnisErrorListRef
-
- All Implemented Interfaces:
com.sun.jna.NativeMapped
public class AnnisErrorListRef extends com.sun.jna.PointerType
-
-
Constructor Summary
Constructors Constructor Description AnnisErrorListRef()AnnisErrorListRef(com.sun.jna.Pointer value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckErrors()voiddispose()protected voidfinalize()com.sun.jna.PointergetValue()voidsetValue(com.sun.jna.Pointer value)
-
-
-
Method Detail
-
checkErrors
public void checkErrors() throws GraphANNISException- Throws:
GraphANNISException
-
setValue
public void setValue(com.sun.jna.Pointer value)
-
getValue
public com.sun.jna.Pointer getValue()
-
dispose
public void dispose()
-
-