muskel
Interface OpCode
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- MakeOpCode
public interface OpCode
- extends java.io.Serializable
this is to model the function to be computed by a MDF instruction
|
Method Summary |
java.lang.Object[] |
compute(java.lang.Object[] inTokenValues)
This is the method invoked to compute the MDF instruction. |
compute
java.lang.Object[] compute(java.lang.Object[] inTokenValues)
- This is the method invoked to compute the MDF instruction.
- Parameters:
inTokens - the vector of input tokens to be computed
- Returns:
- the Vector of tokens computed