Uses of Class
com.glaivestone.javax.execution.AbstractEvaluableAction

Packages that use AbstractEvaluableAction
com.glaivestone.javax.execution Mechanisms to support dynamically-bound code execution and to provide a simple framework for managing an application execution session. 
 

Uses of AbstractEvaluableAction in com.glaivestone.javax.execution
 

Subclasses of AbstractEvaluableAction in com.glaivestone.javax.execution
 class BlockContext
          Abstract superclass for block expression action implementations.
 class ConstructorAction
          An evaluable action which invokes a constructor to instantiate an object.
 class InstanceMethodAction
          An evaluable action which sends an instance message to an object.
 class MessageAction
          An evaluable action which invokes a method to send an message to the receiver of the action.
 class NoArgumentBlock
          An evaluable action expression with no arguments.
 class OneArgumentBlock
          An evaluable action expression with one argument.
 class StaticMethodAction
          An evaluable action which sends a static message to a class.
 


GFL 1.1 API