Package smetana.core
Class CFunctionImpl
- java.lang.Object
-
- smetana.core.UnsupportedC
-
- smetana.core.CFunctionImpl
-
- All Implemented Interfaces:
Dtcompar_f,Dtmemory_f,Dtsearch_f,__c__fields,__ptr__,Area,CFunction
public class CFunctionImpl extends UnsupportedC implements CFunction, Area
-
-
Field Summary
-
Fields inherited from interface h.Dtcompar_f
DEFINITION
-
Fields inherited from interface h.Dtmemory_f
DEFINITION
-
Fields inherited from interface h.Dtsearch_f
DEFINITION
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CFunctionImplcreate(java.lang.Class codingClass, java.lang.String name)java.lang.Objectexe(java.lang.Object... args)java.lang.StringgetName()voidmemcopyFrom(Area source)java.lang.StringtoString()-
Methods inherited from class smetana.core.UnsupportedC
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, plus, setDouble, setDouble, setInt, setInt, setPtr, setPtr, setStruct, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface smetana.core.__c__fields
setDouble, setInt, setPtr, setStruct
-
Methods inherited from interface smetana.core.__ptr__
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getDebug, getDouble, getInt, getPtr, getStruct, minus, plus, setDouble, setInt, setPtr, setStruct, unsupported
-
-
-
-
Method Detail
-
create
public static CFunctionImpl create(java.lang.Class codingClass, java.lang.String name)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getName
public java.lang.String getName()
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFromin interfaceArea
-
-