Package smetana.core
Interface CFunction
-
- All Superinterfaces:
__ptr__
- All Known Implementing Classes:
CFunctionAbstract
public interface CFunction extends __ptr__
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
exe(java.lang.Object... args)
java.lang.String
getName()
-
Methods inherited from interface smetana.core.__ptr__
castTo, getTheField, isSameThan, unsupported
-
-