Absyn
Class Type

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Type
All Implemented Interfaces:
Visitable
Direct Known Subclasses:
ArrayType, BooleanType, IdentifierType, IntegerType

public abstract class Type
extends Absyn

Type abstract class.


Constructor Summary
Type()
           
 
Method Summary
abstract  void accept(Visitor v)
          Visitor pattern dispatch.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Type

public Type()
Method Detail

accept

public abstract void accept(Visitor v)
Visitor pattern dispatch.

Specified by:
accept in interface Visitable
Specified by:
accept in class Absyn