|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fraid.function.ComplexFunction
org.fraid.utils.functions.isString
public class isString
Field Summary |
---|
Fields inherited from class org.fraid.function.ComplexFunction |
---|
mName, mNumberOfArguments |
Constructor Summary | |
---|---|
isString()
|
Method Summary | |
---|---|
Complex |
invoke(Complex[] args)
The actual call to the function. |
Methods inherited from class org.fraid.function.ComplexFunction |
---|
clone, exec, getDependancies, getName, getNumberOfArguments, getSignature, setName, setNumberOfArguments, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public isString()
Method Detail |
---|
public Complex invoke(Complex[] args)
ComplexFunction
invoke
in class ComplexFunction
args
- the arguments, can be (and usualy are) SimpleNode's
Complex
valueSimpleNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |