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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.TypeUseList
      extended by edu.neu.ccs.demeterf.demfgen.classes.TypeUseEmpty
All Implemented Interfaces:
EmptyList

public class TypeUseEmpty
extends TypeUseList
implements EmptyList

Representation of TypeUseEmpty


Constructor Summary
TypeUseEmpty()
          Construct a(n) TypeUseEmpty Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this TypeUseEmpty?
static TypeUseEmpty parse(java.io.InputStream inpt)
          Parse an instance of TypeUseEmpty from the given Stream
static TypeUseEmpty parse(java.io.Reader inpt)
          Parse an instance of TypeUseEmpty from the given Reader
static TypeUseEmpty parse(java.lang.String inpt)
          Parse an instance of TypeUseEmpty from the given String
 java.lang.String print()
          DGP method from Class Print
 java.lang.String toString()
           
 
Methods inherited from class edu.neu.ccs.demeterf.demfgen.classes.TypeUseList
length, toList, toTUList
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeUseEmpty

public TypeUseEmpty()
Construct a(n) TypeUseEmpty Instance

Method Detail

equals

public boolean equals(java.lang.Object o)
Is the given object Equal to this TypeUseEmpty?

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

print

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

Overrides:
print in class TypeUseList