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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.IncludeList
Direct Known Subclasses:
IncludeCons, IncludeEmpty

public abstract class IncludeList
extends java.lang.Object

Representation of IncludeList


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

Constructor Detail

IncludeList

public IncludeList()
Construct a(n) IncludeList Instance

Method Detail

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

isEmpty

public boolean isEmpty()

print

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