Absyn
Class IntegerType

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Type
          extended by Absyn.IntegerType
All Implemented Interfaces:
Visitable

public class IntegerType
extends Type

Integer types.


Constructor Summary
IntegerType()
           
 
Method Summary
 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

IntegerType

public IntegerType()
Method Detail

accept

public void accept(Visitor v)
Visitor pattern dispatch.

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