public class CFunctionImpl extends UnsupportedC implements CFunction, Area
DEFINITIONDEFINITIONDEFINITION| Modifier and Type | Method and Description |
|---|---|
static CFunctionImpl |
create(java.lang.Class codingClass,
java.lang.String name) |
java.lang.Object |
exe(java.lang.Object... args) |
java.lang.String |
getName() |
void |
memcopyFrom(Area source) |
java.lang.String |
toString() |
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, plus, setDouble, setInt, setPtr, setStruct, unsupportedsetDouble, setInt, setPtr, setStructpublic static CFunctionImpl create(java.lang.Class codingClass, java.lang.String name)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getName()
public void memcopyFrom(Area source)
memcopyFrom in interface Area