edu.neu.ccs.demeterf.demfgen.classes
Class TypeDefList

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.TypeDefList
Direct Known Subclasses:
TypeDefCons, TypeDefEmpty

public abstract class TypeDefList
extends java.lang.Object

Representation of TypeDefList


Constructor Summary
TypeDefList()
          Construct a(n) TypeDefList Instance
 
Method Summary
static TypeDefList parse(java.io.InputStream inpt)
          Parse an instance of TypeDefList from the given Stream
static TypeDefList parse(java.io.Reader inpt)
          Parse an instance of TypeDefList from the given Reader
static TypeDefList parse(java.lang.String inpt)
          Parse an instance of TypeDefList from the given String
 java.lang.String print()
          DGP method from Class Print
 List<TypeDef> toList()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeDefList

public TypeDefList()
Construct a(n) TypeDefList Instance

Method Detail

parse

public static TypeDefList parse(java.lang.String inpt)
                         throws ParseException
Parse an instance of TypeDefList from the given String

Throws:
ParseException

parse

public static TypeDefList parse(java.io.InputStream inpt)
                         throws ParseException
Parse an instance of TypeDefList from the given Stream

Throws:
ParseException

parse

public static TypeDefList parse(java.io.Reader inpt)
                         throws ParseException
Parse an instance of TypeDefList from the given Reader

Throws:
ParseException

toList

public List<TypeDef> toList()

print

public java.lang.String print()
DGP method from Class Print