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

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

public class EmptyDefParams
extends TypeDefParams
implements EmptyList

Representation of EmptyDefParams


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

Constructor Detail

EmptyDefParams

public EmptyDefParams()
Construct a(n) EmptyDefParams Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class TypeDefParams