|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.neu.ccs.demeterf.demfgen.classes.IncludeList
public abstract class IncludeList
Representation of IncludeList
Constructor Summary | |
---|---|
IncludeList()
Construct a(n) IncludeList Instance |
Method Summary | |
---|---|
boolean |
isEmpty()
|
static IncludeList |
parse(java.io.InputStream inpt)
Parse an instance of IncludeList from the given Stream |
static IncludeList |
parse(java.io.Reader inpt)
Parse an instance of IncludeList from the given Reader |
static IncludeList |
parse(java.lang.String inpt)
Parse an instance of IncludeList 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 IncludeList()
Method Detail |
---|
public static IncludeList parse(java.lang.String inpt) throws ParseException
ParseException
public static IncludeList parse(java.io.InputStream inpt) throws ParseException
ParseException
public static IncludeList parse(java.io.Reader inpt) throws ParseException
ParseException
public boolean isEmpty()
public java.lang.String print()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |