muskel
Class MakeOpCode

java.lang.Object
  extended by muskel.MakeOpCode
All Implemented Interfaces:
java.io.Serializable, OpCode

public class MakeOpCode
extends java.lang.Object
implements OpCode

this is used to compile muskel 1.0 seq code into OpCodes ...

See Also:
Serialized Form

Constructor Summary
MakeOpCode(Compute c)
           
 
Method Summary
 java.lang.Object[] compute(java.lang.Object[] inputTokens)
          This is the method invoked to compute the MDF instruction.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakeOpCode

public MakeOpCode(Compute c)
Method Detail

compute

public java.lang.Object[] compute(java.lang.Object[] inputTokens)
Description copied from interface: OpCode
This is the method invoked to compute the MDF instruction.

Specified by:
compute in interface OpCode
Returns:
the Vector of tokens computed