org.millscript.millscript.functions
Class IsSuffixMatchFunction

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

public final class IsSuffixMatchFunction
extends BinaryFunction

This class implements the MillScript isSuffixMatch function.


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

IsSuffixMatchFunction

public IsSuffixMatchFunction()
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.