edu.neu.ccs.demeterf.demfgen.classes
Class BehDef
java.lang.Object
edu.neu.ccs.demeterf.demfgen.classes.BehDef
public class BehDef
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final ident name
body
public final verbatim body
BehDef
public BehDef(ident name,
verbatim body)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
parse
public static BehDef parse(java.lang.String inpt)
throws ParseException
- Throws:
ParseException
parse
public static BehDef parse(java.io.InputStream inpt)
throws ParseException
- Throws:
ParseException
parse
public static BehDef parse(java.io.Reader inpt)
throws ParseException
- Throws:
ParseException
print
public java.lang.String print()