com.jaxfront.core.jep
Class BitwiseAnd

java.lang.Object
  extended by org.nfunk.jep.function.PostfixMathCommand
      extended by com.jaxfront.core.jep.BitwiseAnd
All Implemented Interfaces:
org.nfunk.jep.function.PostfixMathCommandI

public class BitwiseAnd
extends org.nfunk.jep.function.PostfixMathCommand

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

Version:
1.60

Constructor Summary
BitwiseAnd()
          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

BitwiseAnd

public BitwiseAnd()
Constructor.

Method Detail

run

public void run(java.util.Stack stack)
         throws org.nfunk.jep.ParseException
Overrides:
run in class org.nfunk.jep.function.PostfixMathCommand
Throws:
org.nfunk.jep.ParseException
See Also:
org.nfunk.jep.function.PostfixMathCommandI#run(Stack)