|
SmartFrog 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smartfrog.sfcore.languages.sf.functions.BaseFunction
public abstract class BaseFunction
Defines the base function for all the functions.
| Field Summary | |
|---|---|
protected Context |
context
|
protected Reference |
name
|
| Constructor Summary | |
|---|---|
BaseFunction()
|
|
| Method Summary | |
|---|---|
protected abstract java.lang.Object |
doFunction()
The method to implement the functionality of any function. |
java.lang.Object |
doit(Context context,
Reference name)
base implementation of a fubction method. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Context context
protected Reference name
| Constructor Detail |
|---|
public BaseFunction()
| Method Detail |
|---|
protected abstract java.lang.Object doFunction()
throws SmartFrogCompileResolutionException
SmartFrogCompileResolutionException
public java.lang.Object doit(Context context,
Reference name)
throws SmartFrogCompileResolutionException
doit in interface Functioncontext - A context that contains all the parameters
SmartFrogCompileResolutionException - if the doFunction method does.
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||