|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
com.jaxfront.core.jep.IsNumber
public class IsNumber
The EndsWith function returns 1.0 if a String ends with a given String otherwise returns 0. 0 and 1.0 can be casted to a Boolean value! Examples: endsWith("XML","X")=0 endsWith("XML","L")=1.0
Constructor Summary | |
---|---|
IsNumber()
Constructor. |
Method Summary | |
---|---|
void |
run(java.util.Stack stack)
|
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
---|
getNumberOfParameters, getRootNode, run, setCurNumberOfParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IsNumber()
Method Detail |
---|
public void run(java.util.Stack stack) throws org.nfunk.jep.ParseException
run
in class org.nfunk.jep.function.PostfixMathCommand
org.nfunk.jep.ParseException
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |