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

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

public class EmptyUseParams
extends TypeUseParams
implements EmptyList

Representation of EmptyUseParams


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

Constructor Detail

EmptyUseParams

public EmptyUseParams()
Construct a(n) EmptyUseParams Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

print

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

Overrides:
print in class TypeUseParams