Package fmpp.tdd
Class FunctionCall
- java.lang.Object
-
- 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
Constructors Constructor Description FunctionCall(java.lang.String name, java.util.List params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.util.List
getParams()
java.lang.String
toString()
-