edu.neu.ccs.demeterf.demfgen.classes
Class EmptyDefParams
java.lang.Object
edu.neu.ccs.demeterf.demfgen.classes.TypeDefParams
edu.neu.ccs.demeterf.demfgen.classes.EmptyDefParams
- All Implemented Interfaces:
- EmptyList
public class EmptyDefParams
- extends TypeDefParams
- implements EmptyList
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
EmptyDefParams
public EmptyDefParams()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
parse
public static EmptyDefParams parse(java.lang.String inpt)
throws ParseException
- Throws:
ParseException
parse
public static EmptyDefParams parse(java.io.InputStream inpt)
throws ParseException
- Throws:
ParseException
parse
public static EmptyDefParams parse(java.io.Reader inpt)
throws ParseException
- Throws:
ParseException
print
public java.lang.String print()
- Overrides:
print in class TypeDefParams