|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.neu.ccs.demeterf.demfgen.classes.SubtypeList
public abstract class SubtypeList
Representation of SubtypeList
| Constructor Summary | |
|---|---|
SubtypeList()
Construct a(n) SubtypeList Instance |
|
| Method Summary | |
|---|---|
abstract boolean |
isEmpty()
|
static SubtypeList |
parse(java.io.InputStream inpt)
Parse an instance of SubtypeList from the given Stream |
static SubtypeList |
parse(java.io.Reader inpt)
Parse an instance of SubtypeList from the given Reader |
static SubtypeList |
parse(java.lang.String inpt)
Parse an instance of SubtypeList from the given String |
java.lang.String |
print()
DGP method from Class Print |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubtypeList()
| Method Detail |
|---|
public static SubtypeList parse(java.lang.String inpt)
throws ParseException
ParseException
public static SubtypeList parse(java.io.InputStream inpt)
throws ParseException
ParseException
public static SubtypeList parse(java.io.Reader inpt)
throws ParseException
ParseExceptionpublic abstract boolean isEmpty()
public java.lang.String print()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||