A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

AbstractConfiguration - Class in org.millscript.millscript.conf
This class is a starting point for implementing a configuration object.
AbstractConfiguration() - Constructor for class org.millscript.millscript.conf.AbstractConfiguration
 
AbstractListAware - Class in org.millscript.millscript.datatypes
This class provides a skeletal implementation of the ListAware interface, to minimize the effort required to implement this interface.
AbstractListAware() - Constructor for class org.millscript.millscript.datatypes.AbstractListAware
 
AbstractOutputFileFunction - Class in org.millscript.millscript.functions
This class provides the basic methods required for a function generating files in the script output.
AbstractOutputFileFunction(Package) - Constructor for class org.millscript.millscript.functions.AbstractOutputFileFunction
Constructs a new abstract output file function for the specified package.
AbstractOutputFunction - Class in org.millscript.millscript.functions
This class provides the basic methods required for a function generating output.
AbstractOutputFunction(Package) - Constructor for class org.millscript.millscript.functions.AbstractOutputFunction
Constructs a new abstract output function for the specified package.
AbstractRenderer - Class in org.millscript.millscript.render
This abstract renderer provides the core functionality required by most renderer implementations.
AbstractRenderer(CharacterEntity, Configuration, Charset, VFile) - Constructor for class org.millscript.millscript.render.AbstractRenderer
Constructs a new abstract renderer, to render to the specified file, with the given set of character entities and output character set.
AbstractRenderer(Configuration, VFile) - Constructor for class org.millscript.millscript.render.AbstractRenderer
Constructs a new abstract renderer, to render to the specified file, with the no character entities and output character set.
AbstractRenderer(Configuration, Charset, VFile) - Constructor for class org.millscript.millscript.render.AbstractRenderer
Constructs a new abstract renderer, to render to the specified file, with the no character entities and output character set.
accentEncode - Class in <Unnamed>
 
accentEncode() - Constructor for class accentEncode
 
accentFilter(String) - Static method in class accentEncode
 
act(Machine) - Method in class org.millscript.millscript.action.Action
This method wraps action, to perform general purpose exception handling.
act1(Machine) - Method in class org.millscript.millscript.action.Action
Returns the last object pushed onto the stack, after performing this action.
Action - Class in org.millscript.millscript.action
This class represents the base class of all actions in MillScript.
Action() - Constructor for class org.millscript.millscript.action.Action
 
action(Machine) - Method in class org.millscript.millscript.action.Action
Performs this action, on the specified machine.
action(Machine) - Method in class org.millscript.millscript.action.AndAbsentAction
 
action(Machine) - Method in class org.millscript.millscript.action.AndAction
 
action(Machine) - Method in class org.millscript.millscript.action.ApplyAction
 
action(Machine) - Method in class org.millscript.millscript.action.ApplyUpdaterAction
 
action(Machine) - Method in class org.millscript.millscript.action.AssignAction
 
action(Machine) - Method in class org.millscript.millscript.action.AssignAlienAction
 
action(Machine) - Method in class org.millscript.millscript.action.BinaryOpAction
 
action(Machine) - Method in class org.millscript.millscript.action.BlockAction
 
action(Machine) - Method in class org.millscript.millscript.action.CheckAction
 
action(Machine) - Method in class org.millscript.millscript.action.CheckNoneAction
 
action(Machine) - Method in class org.millscript.millscript.action.CommaAction
 
action(Machine) - Method in class org.millscript.millscript.action.ConstAction
 
action(Machine) - Method in class org.millscript.millscript.action.ExplodeAction
 
action(Machine) - Method in class org.millscript.millscript.action.ForAction
 
action(Machine) - Method in class org.millscript.millscript.action.ForConditionAction
 
action(Machine) - Method in class org.millscript.millscript.action.If2Action
 
action(Machine) - Method in class org.millscript.millscript.action.If3Action
 
action(Machine) - Method in class org.millscript.millscript.action.InitAction
 
action(Machine) - Method in class org.millscript.millscript.action.ListAction
 
action(Machine) - Method in class org.millscript.millscript.action.MakeClosureAction
 
action(Machine) - Method in class org.millscript.millscript.action.MemoAction
 
action(Machine) - Method in class org.millscript.millscript.action.MethodAction
 
action(Machine) - Method in class org.millscript.millscript.action.MethodOverrideAction
 
action(Machine) - Method in class org.millscript.millscript.action.NoneAction
 
action(Machine) - Method in class org.millscript.millscript.action.NotAction
 
action(Machine) - Method in class org.millscript.millscript.action.OrAbsentAction
 
action(Machine) - Method in class org.millscript.millscript.action.OrAction
 
action(Machine) - Method in class org.millscript.millscript.action.PushAction
 
action(Machine) - Method in class org.millscript.millscript.action.PushAlienAction
 
action(Machine) - Method in class org.millscript.millscript.action.RelationalOperationChainAction
 
action(Machine) - Method in class org.millscript.millscript.action.SkipAction
 
action(Machine) - Method in class org.millscript.millscript.action.SpiceClassAction
 
action(Machine) - Method in class org.millscript.millscript.action.SpiceClassInitAction
 
action(Machine) - Method in class org.millscript.millscript.action.SwitchAction
 
action(Machine) - Method in class org.millscript.millscript.action.UnaryOpAction
 
action(Machine) - Method in class org.millscript.millscript.action.VarAlienAction
 
action(Machine) - Method in class org.millscript.millscript.action.VarGlobalAction
 
action(Machine) - Method in class org.millscript.millscript.action.VarLocalAction
 
action(Machine) - Method in class org.millscript.millscript.action.WhileAction
 
action(Machine) - Method in class org.millscript.millscript.action.XMLAction
 
add(int, Object) - Static method in class org.millscript.millscript.tools.IntegerTools
Returns the Integer result of adding the two specified Integers together.
add(Object, int) - Static method in class org.millscript.millscript.tools.IntegerTools
Returns the Integer result of adding the two specified Integers together.
add(Object, Object) - Static method in class org.millscript.millscript.tools.IntegerTools
Returns the Integer result of adding the two specified Integers together.
AddAction - Class in org.millscript.millscript.action.arithmetic
This class implements the addition action.
AddAction(Action, Action) - Constructor for class org.millscript.millscript.action.arithmetic.AddAction
Constructs a new addition action, to add the results of the specified left and right actions.
addArg(Object) - Method in class org.millscript.millscript.vm.FunctionCall
Adds the specified object as the next argument for the function.
addArg(Package, String) - Method in class org.millscript.millscript.vm.FunctionCall
Adds the value of the specified symbol in the specified package as the next argument for the function.
addEntity(String, Character) - Method in class org.millscript.millscript.tools.CharacterEntity
Makes the specified entity available for encoding.
AddEntityFunction - Class in org.millscript.millscript.conf.functions
This class implements the configuration function AddEntity.
AddEntityFunction() - Constructor for class org.millscript.millscript.conf.functions.AddEntityFunction
 
AddFunctionFunction - Class in org.millscript.millscript.conf.functions
This class implements the configuration function AddFunction.
AddFunctionFunction(Package) - Constructor for class org.millscript.millscript.conf.functions.AddFunctionFunction
Constructs a new add function function, to add a function to the given package.
addInventory(VFolder) - Method in class org.millscript.millscript.vm.Engine
Adds the specified location as an inventory.
addInventory(VFolder) - Method in class org.millscript.millscript.vm.Package
Adds the contents of the specified Inventory to the set of autoloadable variables.
addLast(Object, Object) - Static method in class org.millscript.millscript.datatypes.ListAwareTools
Performs an add-last operation, adding the specified value to the given list.
AddLastFunction - Class in org.millscript.millscript.functions
This class implements the MillScript addLast function.
AddLastFunction() - Constructor for class org.millscript.millscript.functions.AddLastFunction
 
addLoader(String, Class) - Method in class org.millscript.millscript.loaders.LoaderBuilder
Adds the specified Loader to this builder.
addLoader(String, Loader) - Method in class org.millscript.millscript.loaders.LoaderBuilder
Adds the specified Loader to this builder.
addLoader(String, Loader) - Method in class org.millscript.millscript.vm.Engine
Adds the specified loader for the specified file extension.
AddLoaderFunction - Class in org.millscript.millscript.conf.functions
This class implements the configuration function AddLoader.
AddLoaderFunction() - Constructor for class org.millscript.millscript.conf.functions.AddLoaderFunction
 
addNewPage(String) - Static method in class org.millscript.millscript.functions.AbstractOutputFileFunction
Adds the specified stem as a unique page of script output.
addPackage(Package) - Method in class org.millscript.millscript.vm.Engine
Adds the specified package to this engine.
alert(Object) - Method in class org.millscript.millscript.conf.logging.AlertLogger
 
alert(Object) - Method in class org.millscript.millscript.conf.logging.EmergLogger
 
alert(Object) - Method in interface org.millscript.millscript.conf.logging.Logger
Logs the specified object as an "alert" level message.
alertLine(Object) - Method in class org.millscript.millscript.conf.logging.AlertLogger
 
alertLine(Object) - Method in class org.millscript.millscript.conf.logging.EmergLogger
 
alertLine(Object) - Method in interface org.millscript.millscript.conf.logging.Logger
Logs the specified object as an "alert" level message and ends the current line of output.
AlertLogger - Class in org.millscript.millscript.conf.logging
An "alert" level logger, to only log "alert" level messages.
AlertLogger() - Constructor for class org.millscript.millscript.conf.logging.AlertLogger
 
Alerts - Class in org.millscript.millscript.alert
These are utility alerts for MillScript.
Alerts() - Constructor for class org.millscript.millscript.alert.Alerts
 
AndAbsentAction - Class in org.millscript.millscript.action
This class implements the action for an && expression.
AndAbsentAction(Action, Action) - Constructor for class org.millscript.millscript.action.AndAbsentAction
Constructs a new && action, with the specified actions for the left and right hand side.
AndAbsentExpr - Class in org.millscript.millscript.expr
This class implements an && expression.
AndAbsentExpr(Expr<?>, Expr<?>) - Constructor for class org.millscript.millscript.expr.AndAbsentExpr
Creates a new AndAbsent expression with the specifed left and right hand side expressions.
AndAbsentSyntax - Class in org.millscript.millscript.syntax
This class implements && syntax.
AndAbsentSyntax() - Constructor for class org.millscript.millscript.syntax.AndAbsentSyntax
 
AndAction - Class in org.millscript.millscript.action
This class implements the action for an and expression.
AndAction(Action, Action) - Constructor for class org.millscript.millscript.action.AndAction
Constructs a new and action, with the specified actions for the left and right hand side.
AndExpr - Class in org.millscript.millscript.expr
This class implements an and expression.
AndExpr(Expr<?>, Expr<?>) - Constructor for class org.millscript.millscript.expr.AndExpr
Creates a new And expression with the specifed left and right hand side expressions.
AndSyntax - Class in org.millscript.millscript.syntax
This class implements and syntax.
AndSyntax() - Constructor for class org.millscript.millscript.syntax.AndSyntax
 
ApiConf - Class in org.millscript.millscript.conf
 
ApiConf() - Constructor for class org.millscript.millscript.conf.ApiConf
 
append(Object, Object) - Static method in class org.millscript.millscript.datatypes.ListAwareTools
Returns a new object that is the result of appending the two specified objects together.
append(CharSequence) - Method in class org.millscript.millscript.render.AbstractRenderer
 
append(char) - Method in class org.millscript.millscript.render.DatafileRenderer
 
append(CharSequence) - Method in class org.millscript.millscript.render.DatafileRenderer
 
append(char) - Method in class org.millscript.millscript.render.HTMLCDATARenderer
 
append(CharSequence) - Method in class org.millscript.millscript.render.HTMLCDATARenderer
 
append(char) - Method in class org.millscript.millscript.render.HTMLRenderer
 
append(char) - Method in class org.millscript.millscript.render.LinesRenderer
 
append(CharSequence) - Method in class org.millscript.millscript.render.LinesRenderer
 
append(char) - Method in class org.millscript.millscript.render.PropertiesRenderer
 
append(char) - Method in interface org.millscript.millscript.render.Renderer
Appends the specified character, allowing the character to be escaped as appropriate for this renderer.
append(CharSequence) - Method in interface org.millscript.millscript.render.Renderer
Appends the specified character sequence, allowing any the sequences characters to be escaped as appropriate for this renderer.
append(char) - Method in class org.millscript.millscript.render.TXTRenderer
 
append(CharSequence) - Method in class org.millscript.millscript.render.TXTRenderer
 
append(char) - Method in class org.millscript.millscript.render.XML10Renderer
 
append(char) - Method in class org.millscript.millscript.render.XMLCDATARenderer
 
append(CharSequence) - Method in class org.millscript.millscript.render.XMLCDATARenderer
 
AppendAction - Class in org.millscript.millscript.action
This class implements the action for a ++ append expression.
AppendAction(Action, Action) - Constructor for class org.millscript.millscript.action.AppendAction
Constructs a new ++ action, with the specified actions for the left and right hand side.
appendEscapeFor(char) - Method in class org.millscript.millscript.render.DatafileRenderer
 
appendEscapeFor(char) - Method in class org.millscript.millscript.render.HTMLCDATARenderer
 
appendEscapeFor(char) - Method in class org.millscript.millscript.render.HTMLRenderer
 
appendEscapeFor(char) - Method in class org.millscript.millscript.render.LinesRenderer
 
appendEscapeFor(char) - Method in class org.millscript.millscript.render.PropertiesRenderer
 
appendEscapeFor(char) - Method in interface org.millscript.millscript.render.Renderer
Appends the escape sequence for the specified character.
appendEscapeFor(char) - Method in class org.millscript.millscript.render.TXTRenderer
 
appendEscapeFor(char) - Method in class org.millscript.millscript.render.XML10Renderer
 
appendEscapeFor(char) - Method in class org.millscript.millscript.render.XMLCDATARenderer
 
AppendExpr - Class in org.millscript.millscript.expr
This class implements an append expression.
AppendExpr(Expr<?>, Expr<?>) - Constructor for class org.millscript.millscript.expr.AppendExpr
Creates a new append expression with the specified left and right hand side expressions.
appendNoEscape(CharSequence) - Method in class org.millscript.millscript.render.AbstractRenderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.DatafileRenderer
 
appendNoEscape(CharSequence) - Method in class org.millscript.millscript.render.DatafileRenderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.HTMLCDATARenderer
 
appendNoEscape(CharSequence) - Method in class org.millscript.millscript.render.HTMLCDATARenderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.HTMLRenderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.LinesRenderer
 
appendNoEscape(CharSequence) - Method in class org.millscript.millscript.render.LinesRenderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.PropertiesRenderer
 
appendNoEscape(char) - Method in interface org.millscript.millscript.render.Renderer
Appends the specified character, without using an escape sequence.
appendNoEscape(CharSequence) - Method in interface org.millscript.millscript.render.Renderer
Appends the specified character sequence, without escaping any characters in the sequence.
appendNoEscape(char) - Method in class org.millscript.millscript.render.TXTRenderer
 
appendNoEscape(CharSequence) - Method in class org.millscript.millscript.render.TXTRenderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.XML10Renderer
 
appendNoEscape(char) - Method in class org.millscript.millscript.render.XMLCDATARenderer
 
appendNoEscape(CharSequence) - Method in class org.millscript.millscript.render.XMLCDATARenderer
 
AppendSyntax - Class in org.millscript.millscript.syntax
This class implements ++ syntax.
AppendSyntax() - Constructor for class org.millscript.millscript.syntax.AppendSyntax
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.AddEntityFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.AddFunctionFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.AddLoaderFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.CronEmailListFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.DatabaseLockfileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.JavaOptionsFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.LogLevelFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.ShowExprFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.VersionFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.conf.functions.WarnAboutIllegalXML10CharactersFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.AddLastFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.AttributeFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.AttributesMapFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.BinaryFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.BindingMatchedLimitsFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.BindingMatchVarLimitsFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CacheFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CharCodeFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ChildrenFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ClassNameFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CloneFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ClosureFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CmpNumStringFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CmpStringFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CommentTextFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.CopyToOutputFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.DatafileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.DateFieldFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.DeltaChildrenListFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ExplodeFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.FormatFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.Function
Performs this function using the specified machine, with the specified number of arguments.
apply(Machine, int) - Method in class org.millscript.millscript.functions.FunctionNameFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.GetCharSetFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.GetDefaultFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.GroupFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.GroupPreserveOrderFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.HtmlFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.HtmlFragmentFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ImageFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IndexByPrimaryKeyFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IndexFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IsCommentFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IsElementFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IsListFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IsMapFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.IsStringFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JavaConstructorFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JavaFunctionFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JavaRecognizerFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JConstructor
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JdbcExecuteQueryFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JdbcExecuteUpdateFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JMethod
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JOConstructor
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JoinByPrimaryKeyFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JOMethod
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.JRecognizer
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.LambdaFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.LengthFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.LinesFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.LoadValueFromVEntryFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.MakeFolderFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ManyBodyFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.MapKeysFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.MapKeysListFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.MapValuesFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.MapValuesListFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.MishapFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ModDefaultFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.NewCDATAFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.NewLiteListFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.NewMapletFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.NewPageFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.NewSymbolFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.PrintFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.PrintlnFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.PropertiesFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.RelativeFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.RemoveLastFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SetCharSetFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SetDefaultFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ShowFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ShowImageFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ShowLimFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ShowlnFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ShowlnLimFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SlotFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SortByFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SortFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SpiceClassConstructorFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SplitStringFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.StringFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.StringToXMLFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SubrangeFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.SubstituteAllFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ToDateFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ToNumberFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.ToStringFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.TrinaryFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.UnaryFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.XmlFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.XmlFragmentFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.XsltFileFunction
 
apply(Machine, int) - Method in class org.millscript.millscript.functions.XsltFragmentFileFunction
 
apply1(Object) - Method in class org.millscript.millscript.functions.BindingMatchedFunction
 
apply1(Object) - Method in class org.millscript.millscript.functions.BindingMatchVarCountFunction
 
apply1(Object) - Method in class org.millscript.millscript.functions.BindingOriginalRegExFunction
 
apply1(Object) - Method in class org.millscript.millscript.functions.BindingOriginalStringFunction
 
apply1(Object) - Method in class org.millscript.millscript.functions.UnaryFunction
Returns the result of this function when applied to the single specified arguments.
apply2(Object, Object) - Method in class org.millscript.millscript.functions.BinaryFunction
Returns the result of this function when applied to the two specified arguments.
apply2(Object, Object) - Method in class org.millscript.millscript.functions.BindingMatchVarFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.FindFullMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.FindMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.FindPrefixMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.FindSuccessiveMatchesFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.FindSuffixMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.IsFullMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.IsMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.IsPrefixMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.IsSuffixMatchFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.JoinFunction
 
apply2(Object, Object) - Method in class org.millscript.millscript.functions.SplitFunction
 
apply3(Object, Object, Object) - Method in class org.millscript.millscript.functions.TrinaryFunction
Returns the result of this function when applied to the three specified arguments.
ApplyAction - Class in org.millscript.millscript.action
This class implements the action for a function application expression.
ApplyAction(Action, Action) - Constructor for class org.millscript.millscript.action.ApplyAction
Constructs a new function application action, with the specified actions for the function and it's arguments.
ApplyExpr - Class in org.millscript.millscript.expr
This class implements an apply expression.
ApplyExpr(Expr<?>, Expr<?>) - Constructor for class org.millscript.millscript.expr.ApplyExpr
Creates a new apply expression for the specified function and arguments expressions.
applyUpdater(Machine, int, int) - Method in class org.millscript.millscript.functions.CacheFunction
 
applyUpdater(Machine, int, int) - Method in class org.millscript.millscript.functions.Function
Performs this functions updater.
applyUpdater(Machine, int, int) - Method in class org.millscript.millscript.functions.IndexFunction
 
applyUpdater(Machine, int, int) - Method in class org.millscript.millscript.functions.SlotFunction
 
ApplyUpdaterAction - Class in org.millscript.millscript.action
This class implements the action for a function application updater expression.
ApplyUpdaterAction(Action, Action, Action) - Constructor for class org.millscript.millscript.action.ApplyUpdaterAction
Constructs a new function application updater action, with the specified actions for the function, it's arguments and update values.
ApplyUpdaterExpr - Class in org.millscript.millscript.expr
This class implements an apply updater expression.
ApplyUpdaterExpr(Expr<?>, Expr<?>, Expr<?>) - Constructor for class org.millscript.millscript.expr.ApplyUpdaterExpr
Creates a new apply updater expression for the specified function, arguments and update arguments expressions.
ArgName - Class in org.millscript.millscript.loaders
This class compiles an arg element in a MillScript XHTML template.
ArgName(BasicTemplateLoader) - Constructor for class org.millscript.millscript.loaders.ArgName
Constructs a new arg element handler, to insert expressions for the current element into the specified loader.
ARITH_PREC - Static variable in interface org.millscript.millscript.syntax.Parser
Constant value for arithmetic precedence.
ArithExpr - Class in org.millscript.millscript.expr
This class implements an arithmetic expression.
ArithExpr(String, Expr<?>, Expr<?>) - Constructor for class org.millscript.millscript.expr.ArithExpr
Creates a new arithmetic expression for the specified symbol and left and right hand side expressions.
ArithSyntax - Class in org.millscript.millscript.syntax
This class implements arithmetic syntax.
ArithSyntax() - Constructor for class org.millscript.millscript.syntax.ArithSyntax
 
arity() - Method in class org.millscript.millscript.expr.CommaExpr
Returns the arity of this expression.
arity() - Method in class org.millscript.millscript.expr.Expr
Returns the arity of this expression.
arity() - Method in class org.millscript.millscript.expr.ForExpr
Returns the arity of this expression.
arity() - Method in class org.millscript.millscript.expr.If2Expr
 
arity() - Method in class org.millscript.millscript.expr.If3Expr
 
arity() - Method in class org.millscript.millscript.expr.SwitchExpr
 
ArrayIterator - Class in org.millscript.millscript.tools
Deprecated. As of MillScript 10.2.0, this functionallity has been subsumed by the MillScript-Util project and it's Map API, see ArrayListIterator.
ArrayIterator(Object[]) - Constructor for class org.millscript.millscript.tools.ArrayIterator
Deprecated. Constructs a new array iterator to iterate over all the values in the specified array.
asList() - Method in interface org.millscript.millscript.datatypes.ListAware
Returns this object as a List.
asList() - Method in class org.millscript.millscript.datatypes.XmlElement
 
asMap() - Method in class org.millscript.millscript.datatypes.AbstractListAware
 
asMap() - Method in interface org.millscript.millscript.datatypes.MapAware
Returns this object as a Map.
asOriginal(IList<?>) - Method in interface org.millscript.millscript.datatypes.ListAware
Returns a new object wrapping the supplied List.
asOriginal(IList<?>) - Method in class org.millscript.millscript.datatypes.XmlElement
 
AssignAction - Class in org.millscript.millscript.action
This class is the base of all variable assignment actions, for a := expression.
AssignAlienAction - Class in org.millscript.millscript.action
 
AssignAlienAction(Ident, Action) - Constructor for class org.millscript.millscript.action.AssignAlienAction
 
AssignExpr - Class in org.millscript.millscript.expr
This class implements an assign expression.
AssignExpr(NameExpr, Expr<?>) - Constructor for class org.millscript.millscript.expr.AssignExpr
Creates a new assign expression for the specified name and value expressions.
AssignGlobalAction - Class in org.millscript.millscript.action
 
AssignGlobalAction(Ident, Action) - Constructor for class org.millscript.millscript.action.AssignGlobalAction
 
AssignLocalAction - Class in org.millscript.millscript.action
 
AssignLocalAction(Ident, Action) - Constructor for class org.millscript.millscript.action.AssignLocalAction
 
AssignSyntax - Class in org.millscript.millscript.syntax
This class implements := syntax.
AssignSyntax() - Constructor for class org.millscript.millscript.syntax.AssignSyntax
 
Atom - Class in org.millscript.millscript.datatypes
This class represents MillScripts Atom type, the equivalent of an interned String in Java.
AttributeFunction - Class in org.millscript.millscript.functions
This class implements the MillScript attribute function.
AttributeFunction() - Constructor for class org.millscript.millscript.functions.AttributeFunction
 
AttributesMapFunction - Class in org.millscript.millscript.functions
This class implements the MillScript attributesMap function.
AttributesMapFunction() - Constructor for class org.millscript.millscript.functions.AttributesMapFunction
 
autoload(String, String) - Static method in class org.millscript.millscript.alert.Alerts
Convenience method for constructing a new alert with the specified complaint and explanation in the autoloading phase.
AUTOLOAD - Static variable in class org.millscript.millscript.alert.Phases
For problems with autoloading.
autoload(String) - Method in class org.millscript.millscript.vm.Package
Autoloads the bindings for the specified symbol.
autoloadablesIterator() - Method in class org.millscript.millscript.vm.Package
Returns an iterator over all the autoloadable symbols in this package.
availableEntities - Variable in class org.millscript.millscript.render.AbstractRenderer
The set of character entities that are available to this renderer.
AverageLoadCommandOption - Class in org.millscript.millscript.apps.website
 
AverageLoadCommandOption() - Constructor for class org.millscript.millscript.apps.website.AverageLoadCommandOption
 

B

BasicMachine - Class in org.millscript.millscript.vm
This class provides the skeletal implementation for a machine.
BasicMachine() - Constructor for class org.millscript.millscript.vm.BasicMachine
 
BasicTemplateLoader - Class in org.millscript.millscript.loaders
This class is a starting point for implementing a general XML template loader.
BasicTemplateLoaderElementTokenVisitor - Class in org.millscript.millscript.loaders
This class is used when visiting an XML element inside a basic template and it handles the tokens visited in the elements content.
BasicTemplateLoaderElementTokenVisitor(BasicTemplateLoader, BasicTemplateLoaderTokenVisitor, StartTagToken) - Constructor for class org.millscript.millscript.loaders.BasicTemplateLoaderElementTokenVisitor
Constructs a new element token visitor, with the specified controlling loader, parent token visitor and start tag.
BasicTemplateLoaderTokenVisitor - Class in org.millscript.millscript.loaders
This class provides validation and handling logic for loading an XML document as a MillScript template.
BasicTemplateLoaderTokenVisitor(BasicTemplateLoader, BasicTemplateLoaderTokenVisitor, StartTagToken) - Constructor for class org.millscript.millscript.loaders.BasicTemplateLoaderTokenVisitor
Constructs a new basic template loader token visitor, with the specified controlling loader, parent token visitor and start tag.
BasicXHTMLTemplateLoader - Class in org.millscript.millscript.loaders
This class is a starting point for implementing an XHTML template loader.
Batch - Class in org.millscript.millscript
This class is used to start a batch MillScript session.
Batch() - Constructor for class org.millscript.millscript.Batch
 
BinaryFunction - Class in org.millscript.millscript.functions
This class the common functionality required for a two argument function which returns a single result.
BinaryFunction() - Constructor for class org.millscript.millscript.functions.BinaryFunction
 
BinaryFunction(Package) - Constructor for class org.millscript.millscript.functions.BinaryFunction
 
BinaryOpAction - Class in org.millscript.millscript.action
This class is the base of all binary actions, i.e.
BinaryOpAction(Action, Action) - Constructor for class org.millscript.millscript.action.BinaryOpAction
Constructs a new binary action, with the specified left and right hand side actions.
BinaryOpExpr<