com.rapidminer.tools.math.function.expressions
Class BitwiseOr

java.lang.Object
  extended by org.nfunk.jep.function.PostfixMathCommand
      extended by com.rapidminer.tools.math.function.expressions.BitwiseOr
All Implemented Interfaces:
org.nfunk.jep.function.PostfixMathCommandI

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

Calculates the logical OR of two arguments which must be of integer type.

Author:
Ingo Mierswa

Field Summary
 
Fields inherited from class org.nfunk.jep.function.PostfixMathCommand
curNumberOfParameters, numberOfParameters
 
Constructor Summary
BitwiseOr()
           
 
Method Summary
 void run(java.util.Stack stack)
          Calculates the result of the function, which are assumed to be of the Integer type.
 
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitwiseOr

public BitwiseOr()
Method Detail

run

public void run(java.util.Stack stack)
         throws org.nfunk.jep.ParseException
Calculates the result of the function, which are assumed to be of the Integer type.

Specified by:
run in interface org.nfunk.jep.function.PostfixMathCommandI
Overrides:
run in class org.nfunk.jep.function.PostfixMathCommand
Throws:
org.nfunk.jep.ParseException


Copyright © 2001-2009 by Rapid-I