|
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
org.smartfrog.sfcore.languages.sf.functions.BaseBinaryOperator
public abstract class BaseBinaryOperator
Defines the baseoperator for the binary operator functions.
| Field Summary |
|---|
| Fields inherited from class org.smartfrog.sfcore.languages.sf.functions.BaseFunction |
|---|
context, name |
| Constructor Summary | |
|---|---|
BaseBinaryOperator()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doFunction()
Implements the functionality of base operator. |
protected abstract java.lang.Object |
doOperator(java.lang.Object a,
java.lang.Object b)
The method to implement the functionality of any operator. |
| Methods inherited from class org.smartfrog.sfcore.languages.sf.functions.BaseFunction |
|---|
doit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BaseBinaryOperator()
| Method Detail |
|---|
protected abstract java.lang.Object doOperator(java.lang.Object a,
java.lang.Object b)
throws SmartFrogCompileResolutionException
a - Object 1 for operatorb - Object 2 for operator
SmartFrogCompileResolutionException
protected java.lang.Object doFunction()
throws SmartFrogCompileResolutionException
doFunction in class BaseFunctionSmartFrogCompileResolutionException - if either of the required attributes are not present or the operation throws an exception
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||