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

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

public class TypeDefEmpty
extends TypeDefList
implements EmptyList

Representation of TypeDefEmpty


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

Constructor Detail

TypeDefEmpty

public TypeDefEmpty()
Construct a(n) TypeDefEmpty Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class TypeDefList