Package fmpp.tdd

Class 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()  
      • 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