ast
Class Type

java.lang.Object
  |
  +--ast.Type
Direct Known Subclasses:
AbsType, ArrayType, CharType, FloatType, IntType, NamedType

public abstract class Type
extends java.lang.Object


Field Summary
 int line
           
 
Constructor Summary
Type()
           
 
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

Type

public Type()