Class FunctionNameEval

  • All Implemented Interfaces:
    ValueEval

    public final class FunctionNameEval
    extends java.lang.Object
    implements ValueEval
    Author:
    Josh Micich
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionNameEval​(java.lang.String functionName)
      Creates a NameEval representing a function name
    • Method Summary

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

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

      • FunctionNameEval

        public FunctionNameEval​(java.lang.String functionName)
        Creates a NameEval representing a function name
    • Method Detail

      • getFunctionName

        public java.lang.String getFunctionName()
      • toString

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