ast
Class SubTypeD

java.lang.Object
  |
  +--ast.TypeD
        |
        +--ast.SubTypeD

public class SubTypeD
extends TypeD


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

Field Detail

typeDList

public TypeDList typeDList

typeD

public TypeD typeD
Constructor Detail

SubTypeD

public SubTypeD(TypeDList typeDList,
                TypeD typeD)