fmpp.tdd
Class FunctionCall

java.lang.Object
  extended by fmpp.tdd.FunctionCall

public class FunctionCall
extends java.lang.Object

Symbolizes a TDD function call. Function calls that are not evaluated during the evaluation of a TDD expressions will be present in the result as the instances of this class.


Constructor Summary
FunctionCall(java.lang.String name, java.util.List params)
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List getParams()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionCall

public FunctionCall(java.lang.String name,
                    java.util.List params)
Method Detail

getName

public java.lang.String getName()

getParams

public java.util.List getParams()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object