tcra.math
Class VoidType

java.lang.Object
  extended by tcra.math.VoidType
All Implemented Interfaces:
ProgrammingType

public class VoidType
extends java.lang.Object
implements ProgrammingType


Constructor Summary
VoidType()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VoidType

public VoidType()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in interface ProgrammingType
Overrides:
toString in class java.lang.Object