|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.neu.ccs.demeterf.demfgen.classes.BehDefList edu.neu.ccs.demeterf.demfgen.classes.BehDefEmpty
public class BehDefEmpty
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 |
---|
public BehDefEmpty()
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public static BehDefEmpty parse(java.lang.String inpt) throws ParseException
ParseException
public static BehDefEmpty parse(java.io.InputStream inpt) throws ParseException
ParseException
public static BehDefEmpty parse(java.io.Reader inpt) throws ParseException
ParseException
public BehDef findDef(java.lang.String n)
findDef
in class BehDefList
public boolean hasDef(java.lang.String n)
hasDef
in class BehDefList
public List<BehDef> toList()
toList
in class BehDefList
public java.lang.String print()
print
in class BehDefList
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |