ast
Class Expr

java.lang.Object
  |
  +--ast.Expr
Direct Known Subclasses:
ArrayExpr, AssignExpr, BinOpExpr, CharExpr, FloatExpr, IdentExpr, IntExpr, IttiExpr, PrintExpr, ReturnExpr, StringExpr, SubCall

public abstract class Expr
extends java.lang.Object


Field Summary
 int line
           
 
Constructor Summary
Expr()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

line

public int line
Constructor Detail

Expr

public Expr()