Uses of Class
org.millscript.millscript.functions.Function

Packages that use Function
org.millscript.millscript.conf.functions   
org.millscript.millscript.functions   
org.millscript.millscript.tools   
org.millscript.millscript.vm   
 

Uses of Function in org.millscript.millscript.conf.functions
 

Subclasses of Function in org.millscript.millscript.conf.functions
 class AddEntityFunction
          This class implements the configuration function AddEntity.
 class AddFunctionFunction
          This class implements the configuration function AddFunction.
 class AddLoaderFunction
          This class implements the configuration function AddLoader.
 class CronEmailListFunction
          This class implements the configuration function CronEmailList.
 class DatabaseLockfileFunction
          This class implements the configuration function DatabaseLockfile.
 class JavaOptionsFunction
          This class implements the configuration function JavaOptions.
 class LogLevelFunction
          This class implements the configuration function LogLevel.
 class ShowExprFunction
          This class implements the configuration function ShowExpr.
 class VersionFunction
          This class implements the configuration function Version.
 class WarnAboutIllegalXML10CharactersFunction
          This class implements the configuration function ShowExpr.
 

Methods in org.millscript.millscript.conf.functions that return Function
 Function AddFunctionFunction.constructFunction(java.lang.Class<Function> functionClass)
          Returns a new instance of the specified function class.
 

Method parameters in org.millscript.millscript.conf.functions with type arguments of type Function
 Function AddFunctionFunction.constructFunction(java.lang.Class<Function> functionClass)
          Returns a new instance of the specified function class.
 

Uses of Function in org.millscript.millscript.functions
 

Subclasses of Function in org.millscript.millscript.functions
 class AbstractOutputFileFunction
          This class provides the basic methods required for a function generating files in the script output.
 class AbstractOutputFunction
          This class provides the basic methods required for a function generating output.
 class AddLastFunction
          This class implements the MillScript addLast function.
 class AttributeFunction
          This class implements the MillScript attribute function.
 class AttributesMapFunction
          This class implements the MillScript attributesMap function.
 class BinaryFunction
          This class the common functionality required for a two argument function which returns a single result.
 class BindingMatchedFunction
          This class implements the MillScript bindingMatched function.
 class BindingMatchedLimitsFunction
          This class implements the MillScript bindingMatchedLimits function.
 class BindingMatchVarCountFunction
          This class implements the MillScript bindingMatchVarCount function.
 class BindingMatchVarFunction
          This class implements the MillScript bindingMatchVar function.
 class BindingMatchVarLimitsFunction
          This class implements the MillScript bindingMatchVarLimits function.
 class BindingOriginalRegExFunction
          This class implements the MillScript bindingOriginalRegEx function.
 class BindingOriginalStringFunction
          This class implements the MillScript bindingOriginalString function.
 class CacheFunction
          This class implements the MillScript cacheFile function.
 class CharCodeFunction
          This class implements the MillScript charCode function.
 class ChildrenFunction
          This class implements the MillScript children function.
 class ClassNameFunction
          This class implements the MillScript className function.
 class CloneFunction
          This class implements the MillScript clone function.
 class ClosureFunction
           
 class CmpNumStringFunction
          This class implements the MillScript cmpNumString function.
 class CmpStringFunction
          This class implements the MillScript cmpString function.
 class CommentTextFunction
          This class implements the MillScript commentText function.
 class CopyToOutputFunction
          This class implements the MillScript copyToOutput function.
 class DatafileFunction
          This class implements the MillScript dataFile function.
 class DateFieldFunction
          This class implements the MillScript date-field functions.
 class DeltaChildrenListFunction
          This class implements the MillScript deltaChildrenList function.
 class ExplodeFunction
          This class implements the MillScript explode function.
 class FindFullMatchFunction
          This class implements the MillScript findFullMatch function.
 class FindMatchFunction
          This class implements the MillScript findMatch function.
 class FindPrefixMatchFunction
          This class implements the MillScript findPrefixMatch function.
 class FindSuccessiveMatchesFunction
          This class implements the MillScript findSuccessiveMatches function.
 class FindSuffixMatchFunction
          This class implements the MillScript findSuffixMatch function.
 class FormatFunction
          This class implements the MillScript format function.
 class FunctionNameFunction
          This class implements the MillScript functionName function.
 class GetCharSetFunction
          This class implements the MillScript getCharSet function.
 class GetDefaultFunction
          This class implements the MillScript getDefault function.
 class GroupFunction
          This class implements the MillScript group function.
 class GroupPreserveOrderFunction
          This class implements the MillScript groupPreserveOrder function.
 class HtmlFileFunction
          This class implements the MillScript htmlFile function.
 class HtmlFragmentFileFunction
          This class implements the MillScript htmlFragmentFile function.
 class ImageFileFunction
          This class represents the parent of all image saving functions in MillScript.
 class IndexByPrimaryKeyFunction
          This class implements the MillScript indexByPrimaryKey function.
 class IndexFunction
          This class implements the MillScript indexSequence function.
 class InstanceReturnFunction
          This class implements a function to acces a java instance method which returns a single value.
 class InstanceVoidFunction
          This class implements a function to acces a java instance method which does not return a value.
 class IsCommentFunction
          This class implements the MillScript isComment function.
 class IsElementFunction
          This class implements the MillScript isElement function.
 class IsFullMatchFunction
          This class implements the MillScript isFullMatch function.
 class IsListFunction
          This class implements the MillScript isList function.
 class IsMapFunction
          This class implements the MillScript isMap function.
 class IsMatchFunction
          This class implements the MillScript isMatch function.
 class IsPrefixMatchFunction
          This class implements the MillScript isPrefixMatch function.
 class IsStringFunction
          This class implements the MillScript isString function.
 class IsSuffixMatchFunction
          This class implements the MillScript isSuffixMatch function.
 class JavaConstructorFunction
          This class implements the MillScript javaConstructor function.
 class JavaFunctionFunction
          This class implements the MillScript javaFunction function.
 class JavaRecognizerFunction
          This class implements the MillScript javaRecognizer function.
 class JConstructor
          This class implements a function which invokes a Java constructor to create a new instance of a Java class.
 class JdbcExecuteQueryFunction
          This class implements a millscript function to execute an SQL query through the JDBC interface.
 class JdbcExecuteUpdateFunction
          Thsi class implements a millscript function to execute an SQL update through the JDBC interface.
 class JMethod
          This class implements a function which invokes a Java method.
 class JOConstructor
          This class implements a function which invokes one of several Java constructors to create a new instance of a Java class.
 class JoinByPrimaryKeyFunction
          This class implements the MillScript joinByPrimaryKey function.
 class JoinFunction
          This class implements the MillScript join function.
 class JOMethod
          This class implements a function which invokes one of several Java methods.
 class JPEGFileFunction
          This class represents the MillScript function jpegFile, which saves an image as a JPEG file.
 class JRecognizer
          This class implements a function which recognizes an instance of a specific Java class.
 class LambdaFunction
          This class implements a function defined within a piece of MillScript code.
 class LengthFunction
          This class implements the MillScript length function.
 class LinesFileFunction
          This class implements the MillScript linesFile function.
 class LoadValueFromVEntryFunction
          This class implements the MillScript loadValueFromVEntry function.
 class MakeFolderFunction
          This class implements the MillScript makeDirectory function.
 class ManyBodyFunction
          This class provides multiple dispatch functions for MillScript.
 class MapKeysFunction
          This class implements the MillScript mapKeys function.
 class MapKeysListFunction
          This class implements the MillScript mapKeysList function.
 class MapValuesFunction
          This class implements the MillScript mapValues function.
 class MapValuesListFunction
          This class implements the MillScript mapValuesList function.
 class MishapFunction
          This class implements the MillScript mishap function.
 class ModDefaultFunction
          This class implements the MillScript modDefault function.
 class NewArrayListFunction
          This class implements the MillScript newArrayList function.
 class NewCDATAFunction
          This class implements the MillScript newCDATA function.
 class NewHashMapFunction
          This class implements the MillScript newHashMap function.
 class NewLinkedHashMapFunction
          This class implements the MillScript newLinkedHashMap function.
 class NewLinkedListFunction
          This class implements the MillScript newLinkedList function.
 class NewLiteListFunction
          This class implements the MillScript newLiteList function.
 class NewMapletFunction
          This class implements the MillScript newMaplet function.
 class NewPageFunction
          This class implements the MillScript newPage function.
 class NewSymbolFunction
          The class represents the MillScript newSymbol function.
 class NewTreeMapFunction
          This class implements the MillScript newTreeMap function.
 class NewWeakHashMapFunction
          This class implements the MillScript newWeakHashMap function.
 class PNGFileFunction
          This class represents the MillScript function pngFile, which saves an image as a PNG file.
 class PrintFunction
          This class implements the MillScript print function.
 class PrintlnFunction
          This class implements the MillScript println function.
 class PropertiesFileFunction
          This class implements the MillScript propertiesFile function.
 class RelativeFunction
          This class implements the MillScript relative function.
 class RemoveLastFunction
          This class implements the MillScript removeLast function.
 class SetCharSetFunction
          This class implements the MillScript setCharSet function.
 class SetDefaultFunction
          This class implements the MillScript setDefault function.
 class ShowFunction
          This class implements the MillScript show function.
 class ShowImageFunction
          This class represents the MillScript function showImage, which displays an image on screen so you can view it.
 class ShowLimFunction
          This class implements the MillScript showLim function.
 class ShowlnFunction
          This class implements the MillScript showln function.
 class ShowlnLimFunction
          This class implements the MillScript showlnLim function.
 class SlotFunction
          This class implements an updateable slot accessor function.
 class SortByFunction
          This class implements the MillScript sortBy function.
 class SortFunction
          This class implements the MillScript sort function.
 class SpiceClassConstructorFunction
          The Spice class constructor is actually just a normal function that will return an instance of the relevant class.
 class SplitFunction
          This class implements the MillScript split function.
 class SplitStringFunction
          This class implements the MillScript splitString function.
 class StaticReturnFunction
          This class implements a function to acces a java static method which returns a single value.
 class StaticVoidFunction
          This class implements a function to acces a java static method which does not return a value.
 class StringFileFunction
          This class implements the MillScript stringFile function.
 class StringToXMLFunction
          This class implements the MillScript stringToFragment function.
 class SubrangeFunction
          This class implements the MillScript subrangeSequence function.
 class SubstituteAllFunction
          This class implements the MillScript substituteAll function.
 class ToDateFunction
          This class implements the MillScript toDate function.
 class ToNumberFunction
          This class implements the MillScript toNumber function.
 class ToStringFunction
          This class implements the MillScript toString function.
 class TrinaryFunction
          This class the common functionality required for a three argument function which returns a single result.
 class UnaryFunction
          This class the common functionality required for a single argument function which returns a single result.
 class XmlFileFunction
          This class implements the MillScript xmlFile function.
 class XmlFragmentFileFunction
          This class implements the MillScript xmlFragmentFile function.
 class XsltFileFunction
          This class implements the MillScript xsltFile function.
 class XsltFragmentFileFunction
          This class implements the MillScript xsltFragmentFile function.
 

Methods in org.millscript.millscript.functions that return Function
 Function SpiceClassConstructorFunction.getInitialiserFunction()
          Returns the initialiser function for this constructor.
 Function Function.modName(java.lang.String s)
          Returns this function after having changed it's name to the specified value.
 

Methods in org.millscript.millscript.functions with parameters of type Function
 FunctionAlert FunctionAlert.culpritArgs(Function f, Machine mc, int nargs)
          Gathers the specified function and number of arguments as culprits of this alert.
 FunctionAlert FunctionAlert.culpritUArgs(Function f, Machine mc, int nargs, int unargs)
          Gathers the specified function, number of arguments and update arguments as culprits of this alert.
 void ManyBodyFunction.setMethodEntry(Machine mc, SpiceClass sc, Function func)
          Sets the Function body for the specified type signature.
 

Constructors in org.millscript.millscript.functions with parameters of type Function
ManyBodyFunction(Machine mc, SpiceClass sc, Function lf)
          Constructs a new ManyBodyFunction with the specified initial method entry.
SpiceClassConstructorFunction(SpiceClass sc, Function f)
          Constructs a new spice class constructor function for the specified spice class and initialiser function.
 

Uses of Function in org.millscript.millscript.tools
 

Methods in org.millscript.millscript.tools that return Function
static Function CastLibrary.toFunction(java.lang.Object x)
          Casts the supplied Object to a Function.
 

Uses of Function in org.millscript.millscript.vm
 

Methods in org.millscript.millscript.vm that return Function
 Function Machine.popFunction()
          Pops a Function off the stack and returns it.
 

Methods in org.millscript.millscript.vm with parameters of type Function
 void Engine.callBinary0(Function f, java.lang.Object x, java.lang.Object y)
          Calls the specified function with the two specified arguments, returning no results.
 java.lang.Object Engine.callBinary1(Function f, java.lang.Object x, java.lang.Object y)
          Calls the specified function with the two specified arguments, returning a single result.
 void Engine.callNullary0(Function f)
          Calls the specified function with no arguments, returning no results.
 java.lang.Object Engine.callNullary1(Function f)
          Calls the specified function with no arguments, returning a single result.
 void Engine.callTrinary0(Function f, java.lang.Object x, java.lang.Object y, java.lang.Object z)
          Calls the specified function with the three specified arguments, returning no results.
 java.lang.Object Engine.callTrinary1(Function f, java.lang.Object x, java.lang.Object y, java.lang.Object z)
          Calls the specified function with the three specified arguments, returning a single result.
 void Engine.callUnary0(Function f, java.lang.Object x)
          Calls the specified function with the single specified argument, returning no results.
 java.lang.Object Engine.callUnary1(Function f, java.lang.Object x)
          Calls the specified function with the single specified argument, returning a single result.
 FunctionCall Engine.newFunctionCall(Function f)
          Returns a new function call object, to invoke the specified functoin on this engine.
 void FunctionCall.setFunction(Function f)
          Sets the function we want to invoke.
 

Constructors in org.millscript.millscript.vm with parameters of type Function
FunctionCall(Engine e, Function f)
          Constructs a new function call, which will invoke the specified function on the specified engine.
 



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