Class Function


  • public class Function
    extends java.lang.Object
    A function is an operator with the following syntax "<Name>( Input )"
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String name
      Name of operator and the string it looks for when parsing
    • Constructor Summary

      Constructors 
      Constructor Description
      Function​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
        Name of operator and the string it looks for when parsing
    • Constructor Detail

      • Function

        public Function​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • toString

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