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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.TypeUseList
Direct Known Subclasses:
TypeUseCons, TypeUseEmpty

public abstract class TypeUseList
extends java.lang.Object

Representation of TypeUseList


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

Constructor Detail

TypeUseList

public TypeUseList()
Construct a(n) TypeUseList Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

length

public int length()

toList

public List<java.lang.String> toList()

toTUList

public List<TypeUse> toTUList()

print

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