public static class KnowledgeBase.CompiledExpression extends MadaraJNI
| Constructor and Description |
|---|
CompiledExpression(long cptr)
Create a Java representation of a compiled expression
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Cleans up underlying C resources
|
void |
free()
Deletes the C++ instantiation.
|
public CompiledExpression(long cptr)
cptr - pointer to a C++ instance of CompiledExpressionpublic void free()
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable - necessary for override but unused