ElegantJ Data Tables Java API Specification v1.1

com.elegantj.data.parser.postfixmathcommand
Interface PostfixMathCommandI

All Known Implementing Classes:
PostfixMathCommand

public interface PostfixMathCommandI

The PostfixMathCommandI interface represents the method command to be executed by the node. It procerss the method execution and store the result in the stack.


Method Summary
 void run(java.util.Stack aStack)
          Determines the node execution with the stack of arguments and store the result back to the stack.
 

Method Detail

run

public void run(java.util.Stack aStack)
         throws CommandFailedException,
                ArgumentRequiredException,
                InvalidArgumentException
Determines the node execution with the stack of arguments and store the result back to the stack.

Parameters:
aStack - the stack of the arguments
Throws:
CommandFailedException
ArgumentRequiredException
InvalidArgumentException

ElegantJ Data Tables Java API Specification v1.1

Submit a bug or feature

Copyright(c)
Elegant Microweb Technologies Pvt. Ltd.
www.elegantmicroweb.com
www.elegantjbeans.com
All Rights Reserved.