ast
Class IntType

java.lang.Object
  |
  +--ast.Type
        |
        +--ast.IntType

public class IntType
extends Type


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

Constructor Detail

IntType

public IntType(int line)