ast
Class TypeDList

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

public class TypeDList
extends java.lang.Object

List of type descriptors. Used for parameter lists.


Field Summary
 java.lang.String ident
           
 int line
           
 TypeD typeD
           
 TypeDList typeDList
           
 
Constructor Summary
TypeDList(java.lang.String ident, int line, TypeD typeD, TypeDList typeDList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ident

public java.lang.String ident

line

public int line

typeD

public TypeD typeD

typeDList

public TypeDList typeDList
Constructor Detail

TypeDList

public TypeDList(java.lang.String ident,
                 int line,
                 TypeD typeD,
                 TypeDList typeDList)