Absyn
Class IntegerLiteral

java.lang.Object
  extended by Absyn.Absyn
      extended by Absyn.Expr
          extended by Absyn.IntegerLiteral
All Implemented Interfaces:
Visitable

public class IntegerLiteral
extends Expr

Integer Literals.


Constructor Summary
IntegerLiteral(int value)
           
IntegerLiteral(java.lang.Integer value)
           
 
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

IntegerLiteral

public IntegerLiteral(int value)

IntegerLiteral

public IntegerLiteral(java.lang.Integer value)
Method Detail

accept

public void accept(Visitor v)
Visitor pattern dispatch.

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