Uses of Interface
com.glaivestone.javax.execution.EvaluableAction

Packages that use EvaluableAction
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 EvaluableAction in com.glaivestone.javax.execution
 

Classes in com.glaivestone.javax.execution that implement EvaluableAction
 class AbstractEvaluableAction
          Abstract superclass for evaluable action implementations.
 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