Index
All Classes|All Packages|Constant Field Values|Serialized Form
E
- emptyCase(MTList, Object...) - Method in interface provided.listFW.IListAlgo
-
Operates on
MTList
, the empty list. - emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.AddToAlgo
-
Returns an empty list always
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.CopyAlgo
-
Returns an MTList always.
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.CountAlgo
-
Returns zero always
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.FoldLAlgo
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.FoldRAlgo
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.ProdAlgo
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.SumFwdAlgo
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.SumRevAlgo
-
Returns zero always.
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.ToStringAlgo
-
Returns "()".
- emptyCase(MTList, Object...) - Method in class provided.listFW.visitors.ToStringHelper
-
Returns the accumulated String + ")".
- END_OF_TRACK - Static variable in class provided.abcMusic.player.impl.SequencePlayer2
-
End of track marker
- END_OF_TRACK - Static variable in interface provided.abcMusic.player.ISequencePlayer
-
End of track marker
- equals(Object) - Method in class provided.utils.file.impl.FileContents
-
Overridden to perform equality based on the name only
- ERROR - Enum constant in enum class provided.logger.LogLevel
-
Error condition information
- ERROR - Static variable in interface provided.utils.displayModel.IATImage
-
An error image that is just a black square that will transform in the same way as an image.
- errorFac - Variable in class provided.utils.loader.impl.ObjectLoader
-
Lambda function to return an error object of type ReturnT
- errorFac - Variable in class provided.utils.loader.impl.ObjectLoaderPath
-
The error factory to use in case the class is never found
- errorHandler(Exception, String, Object...) - Method in class provided.utils.loader.impl.AObjectLoader
-
Abstract loading exception handler method
- errorHandler(Exception, String, Object...) - Method in class provided.utils.loader.impl.ObjectLoader
-
Prints the given Exception to stderr and then invokes the stored errorFac to generate an error object.
- exceptionHandler(Exception, String, Object...) - Method in class provided.utils.loader.impl.ObjectLoaderPath
-
Handler for exceptions or running out of places to search.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.Chord
-
Calls the Chord.ID case of the given algo.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.DecoratorSeqList
-
Simply delegates the call to the decoree.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.FineToggleDecoratorSeqList
-
Delegates the call to the designated ISeqList decoree.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.Header
-
Calls the header id'th case of the visitor algo.
- execute(IPhraseVisitor, Object...) - Method in interface provided.abcMusic.musicFW.IPhrase
-
Executes (accepts) the visitor, calling the case associated with this host's index value.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.MTSeqList
-
Calls the MTSeqList.ID case of the visitor.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.NESeqList
-
Calls the NESeqList.ID case of the visitor.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.Note
-
Calls the Note.ID case of the visitor.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.ToggleDecoratorSeqList
-
Simply delegates the call to the decoree.
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.Triplet
-
Calls the Triplet.ID case of the visitor
- execute(IPhraseVisitor, Object...) - Method in class provided.abcMusic.musicFW.Tuplet
-
Calls the Tuplet.ID case of the visitor.
- execute(IVisitor, Object...) - Method in class provided.basicVisitorFW.HostA
- execute(IVisitor, Object...) - Method in class provided.basicVisitorFW.HostB
- execute(IVisitor, Object...) - Method in class provided.basicVisitorFW.HostC
- execute(IVisitor, Object...) - Method in interface provided.basicVisitorFW.IHost
-
Execute the given visitor, passing the given parameters and returning the result
- execute(IListAlgo, Object...) - Method in interface provided.listFW.IList
-
Relegates to subclasses to call algo to perform the appropriate task with the given input and returns an Object representing the output of the computation.
- execute(IListAlgo, Object...) - Method in class provided.listFW.MTList
-
Calls the empty case of the algorithm algo, passing to it itself as the host parameter and the given input inp as the input parameter.
- execute(IListAlgo, Object...) - Method in class provided.listFW.NEList
-
Calls the nonEmptyCase method of the IListAlgo parameter, passing to this method itself as the host parameter and the given input as the input parameter.
- execute(ITokVisitor, Object...) - Method in class provided.tokenFW.Token
-
Executes (accepts) the visitor, calling the case associated with this host's name value.
- execute(ILogicalVisitor<R, P>, P) - Method in interface provided.utils.logic.ILogicalHost
-
Call the appropriate case on the given visitor corresponding to the current state of the host.
- execute(ILogicalVisitor<R, P>, P) - Method in class provided.utils.logic.impl.LogicalAndHost
- execute(ILogicalVisitor<R, P>, P) - Method in class provided.utils.logic.impl.LogicalNotHost
- execute(ILogicalVisitor<R, P>, P) - Method in class provided.utils.logic.impl.LogicalOrHost
- execute(ILogicalVisitor<R, P>, P) - Method in class provided.utils.logic.impl.LogicalXOrHost
- executeBtn - Variable in class visitorDemoExercises.basicVisitorDemo.view.DemoFrame
-
Button to execute the visitor
All Classes|All Packages|Constant Field Values|Serialized Form