ast
Class PrintExpr

java.lang.Object
  |
  +--ast.Expr
        |
        +--ast.PrintExpr

public class PrintExpr
extends Expr


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

Field Detail

expr

public Expr expr
Constructor Detail

PrintExpr

public PrintExpr(int line,
                 Expr expr)