org.millscript.millscript.functions
Class BindingOriginalStringFunction

java.lang.Object
  extended by org.millscript.millscript.functions.Function
      extended by org.millscript.millscript.functions.UnaryFunction
          extended by org.millscript.millscript.functions.BindingOriginalStringFunction

public final class BindingOriginalStringFunction
extends UnaryFunction

This class implements the MillScript bindingOriginalString function.


Constructor Summary
BindingOriginalStringFunction()
           
 
Method Summary
 java.lang.Object apply1(java.lang.Object a1)
          Returns the result of this function when applied to the single specified arguments.
 
Methods inherited from class org.millscript.millscript.functions.UnaryFunction
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

BindingOriginalStringFunction

public BindingOriginalStringFunction()
Method Detail

apply1

public java.lang.Object apply1(java.lang.Object a1)
Description copied from class: UnaryFunction
Returns the result of this function when applied to the single specified arguments.

Specified by:
apply1 in class UnaryFunction
Parameters:
a1 - the argument to the function
Returns:
the result of applying this function to the argument
See Also:
UnaryFunction.apply1(java.lang.Object)


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