tcra.math
Interface ProgrammingType

All Known Implementing Classes:
IntegerType, IntType, ObjectType, StringType, VoidType

public interface ProgrammingType

Represents the language's variable type.


Method Summary
 java.lang.String toString()
           
 

Method Detail

toString

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