Absyn
Class Type

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Type
Direct Known Subclasses:
ArrayType, NameType, PrimitiveType

public abstract class Type
extends Absyn

Class from which all types inherit.


Field Summary
 Parse.Token op
           
 
Constructor Summary
Type()
           
 
Method Summary
 
Methods inherited from class Absyn.Absyn
accept
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

op

public Parse.Token op
Constructor Detail

Type

public Type()