intarsys runtime library

Uses of Interface
de.intarsys.tools.functor.IFunctorCall

Packages that use IFunctorCall
de.intarsys.tools.functor   
 

Uses of IFunctorCall in de.intarsys.tools.functor
 

Classes in de.intarsys.tools.functor that implement IFunctorCall
 class FunctorCall
          Generic implementation of IFunctorCall.
 

Methods in de.intarsys.tools.functor that return IFunctorCall
 IFunctorCall IDeclaration.accept(IFunctorCall call)
          Apply this declaration to call.
 IFunctorCall EmptyDeclarationBlock.accept(IFunctorCall call)
           
 IFunctorCall DeclarationBlock.accept(IFunctorCall call)
           
 IFunctorCall ArgumentDeclaration.accept(IFunctorCall call)
           
 IFunctorCall IFunctorCallFactory.createFunctorCall()
          Create a new IFunctorCall.
 

Methods in de.intarsys.tools.functor with parameters of type IFunctorCall
 IFunctorCall IDeclaration.accept(IFunctorCall call)
          Apply this declaration to call.
 IFunctorCall EmptyDeclarationBlock.accept(IFunctorCall call)
           
 IFunctorCall DeclarationBlock.accept(IFunctorCall call)
           
 IFunctorCall ArgumentDeclaration.accept(IFunctorCall call)
           
 Object NullFunctor.perform(IFunctorCall call)
           
 Object IFunctor.perform(IFunctorCall call)
          Perform the encapsulated business logic in the context defined in "call".
 Object EchoFunctor.perform(IFunctorCall call)
           
 Object ConstantFunctor.perform(IFunctorCall call)
           
 Object IFunctorHandler.perform(IFunctor functor, IFunctorCall call)
          Perform the encapsulated business logic for functor
 


intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.