org.millscript.millscript.functions
Class IsMatchFunction

java.lang.Object
  extended by org.millscript.millscript.functions.Function
      extended by org.millscript.millscript.functions.BinaryFunction
          extended by org.millscript.millscript.functions.IsMatchFunction

public final class IsMatchFunction
extends BinaryFunction

This class implements the MillScript isMatch function.


Constructor Summary
IsMatchFunction()
           
 
Method Summary
 java.lang.Object apply2(java.lang.Object a1, java.lang.Object a2)
          Returns the result of this function when applied to the two specified arguments.
 
Methods inherited from class org.millscript.millscript.functions.BinaryFunction
apply
 
Methods inherited from class org.millscript.millscript.functions.Function
applyUpdater, checkNargs, checkNargsGT, checkUNargs, getName, modName, reportNargsError, reportNargsGTError, setName, toString, tryClone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IsMatchFunction

public IsMatchFunction()
Method Detail

apply2

public java.lang.Object apply2(java.lang.Object a1,
                               java.lang.Object a2)
Description copied from class: BinaryFunction
Returns the result of this function when applied to the two specified arguments.

Specified by:
apply2 in class BinaryFunction
Parameters:
a1 - the first argument to the function
a2 - the second argument to the function
Returns:
the result of applying this function to the two arguments
See Also:
BinaryFunction.apply2(java.lang.Object, java.lang.Object)


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.