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

java.lang.Object
  extended by edu.neu.ccs.demeterf.demfgen.classes.BehDefList
      extended by edu.neu.ccs.demeterf.demfgen.classes.BehDefEmpty

public class BehDefEmpty
extends BehDefList

Representation of BehDefEmpty


Constructor Summary
BehDefEmpty()
          Construct a(n) BehDefEmpty Instance
 
Method Summary
 boolean equals(java.lang.Object o)
          Is the given object Equal to this BehDefEmpty?
 BehDef findDef(java.lang.String n)
           
 boolean hasDef(java.lang.String n)
           
static BehDefEmpty parse(java.io.InputStream inpt)
          Parse an instance of BehDefEmpty from the given Stream
static BehDefEmpty parse(java.io.Reader inpt)
          Parse an instance of BehDefEmpty from the given Reader
static BehDefEmpty parse(java.lang.String inpt)
          Parse an instance of BehDefEmpty from the given String
 java.lang.String print()
          DGP method from Class Print
 List<BehDef> toList()
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BehDefEmpty

public BehDefEmpty()
Construct a(n) BehDefEmpty Instance

Method Detail

equals

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

Overrides:
equals in class java.lang.Object

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

parse

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

Throws:
ParseException

findDef

public BehDef findDef(java.lang.String n)
Specified by:
findDef in class BehDefList

hasDef

public boolean hasDef(java.lang.String n)
Specified by:
hasDef in class BehDefList

toList

public List<BehDef> toList()
Specified by:
toList in class BehDefList

print

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

Overrides:
print in class BehDefList