ast
Class TypeDeclList

java.lang.Object
  |
  +--ast.TypeDeclList

public class TypeDeclList
extends java.lang.Object


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

Field Detail

line

public int line

typeDecl

public TypeDecl typeDecl

typeDeclList

public TypeDeclList typeDeclList
Constructor Detail

TypeDeclList

public TypeDeclList(int line,
                    TypeDecl typeDecl,
                    TypeDeclList typeDeclList)