|
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.BaseOperator
org.smartfrog.sfcore.languages.sf.functions.And
public class And
Defines the conjunction function
| Field Summary |
|---|
| Fields inherited from class org.smartfrog.sfcore.languages.sf.functions.BaseFunction |
|---|
context, name |
| Constructor Summary | |
|---|---|
And()
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doOperator(java.lang.Object a,
java.lang.Object b)
Conjoins two booleans. |
| Methods inherited from class org.smartfrog.sfcore.languages.sf.functions.BaseOperator |
|---|
doFunction |
| 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 And()
| Method Detail |
|---|
protected java.lang.Object doOperator(java.lang.Object a,
java.lang.Object b)
throws SmartFrogCompileResolutionException
doOperator in class BaseOperatora - first booleanb - second boolean
SmartFrogCompileResolutionException - if the types of the attributes are not correct
|
SmartFrog CORE 3.10.000 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||