edu.neu.ccs.demeterf.demfgen.classes
Class BehDefCons
java.lang.Object
edu.neu.ccs.demeterf.demfgen.classes.BehDefList
edu.neu.ccs.demeterf.demfgen.classes.BehDefCons
public class BehDefCons
- extends BehDefList
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
first
public final BehDef first
rest
public final BehDefList rest
BehDefCons
public BehDefCons(BehDef first,
BehDefList rest)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
parse
public static BehDefCons parse(java.lang.String inpt)
throws ParseException
- Throws:
ParseException
parse
public static BehDefCons parse(java.io.InputStream inpt)
throws ParseException
- Throws:
ParseException
parse
public static BehDefCons parse(java.io.Reader inpt)
throws ParseException
- 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()
- Overrides:
print in class BehDefList