edu.neu.ccs.demeterf.demfgen.classes
Class BehFile
java.lang.Object
edu.neu.ccs.demeterf.demfgen.classes.BehFile
public class BehFile
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
incl
public final IncludeList incl
behs
public final BehDefList behs
BehFile
public BehFile(IncludeList incl,
BehDefList behs)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
parse
public static BehFile parse(java.lang.String inpt)
throws ParseException
- Throws:
ParseException
parse
public static BehFile parse(java.io.InputStream inpt)
throws ParseException
- Throws:
ParseException
parse
public static BehFile parse(java.io.Reader inpt)
throws ParseException
- Throws:
ParseException
findDef
public BehDef findDef(java.lang.String n)
hasDef
public boolean hasDef(java.lang.String n)
print
public java.lang.String print()