Class PrimitiveFunction

java.lang.Object
  extended by ValueBase
      extended by FunctionBase
          extended by PrimitiveFunction
All Implemented Interfaces:
Function, Value
Direct Known Subclasses:
IntComparison, IntOperation

public abstract class PrimitiveFunction
extends FunctionBase

A function the name of which is known by the InitialEnvironment.

Author:
max

Constructor Summary
PrimitiveFunction()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class ValueBase
as
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface Function
apply
 
Methods inherited from interface Value
as
 

Constructor Detail

PrimitiveFunction

public PrimitiveFunction()
Method Detail

toString

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