Class LiteralAction

  • All Implemented Interfaces:
    ContextAware

    public class LiteralAction
    extends Action
    This action converts the value attribute of the associated element to an integer and pushes the resulting Integer object on top of the execution context stack.

    It also illustrates usage of Joran's error reporting/handling paradigm.

    • Constructor Detail

      • LiteralAction

        public LiteralAction()